/* Foundation v2.2.1 http://foundation.zurb.com
  v2.2.1 is IE7 compatible, newer versions rely too heavily on CSS3 (specifically box-sizing)
  http://foundation.zurb.com/docs/f2/
*/

/* --------------------------------------------------
   Table of Contents
-----------------------------------------------------
:: Shared Classes - includes background textures/color, text colors - shorthand for background:  bg
:: Shared Group Styles - includes header, footer
  ::NOTE:  Nav is in foundation.css
:: Index page - includes slideshow
:: Index page - Feature events navigation - eventNav - SEE indexEvents.css file
:: Index page - Feature events - refer to events - SEE indexEvents.css file
:: Index page - View more events - SEE indexEvents.css file
:: Index page - Footer
:: Interior page - common styles for all interior pages - see interWrapper class
:: Interior pages - Categories

*/

/* -----------------------------------------
   Resets
----------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  background: url(/images/bg/bodyBg.png) repeat left top;
}

::selection {
  color: #FFFFFF;
  background: #849EAD;
}

/* -----------------------------------------
   Shared Classes - includes background textures/color, text colors
----------------------------------------- */

/*light texture - seen behind slideshow and featured events*/

.bgtexture1 {
  background: url(/images/bg/textureBg.png) repeat left top #ffffff;
}

/*dark texture - seen behind search bar*/

.bgtexture2 {
  background: url(/images/bg/texture2Bg.jpg) repeat left top;
}

/*white transparent*/

.bgtexture3 {
  background: url(/images/bg/transWhiteBg.png) repeat left top;
}

.bgcolor1 {
  background: #FFFFFF;
}

.bgcolor2 {
  background: #000000;
}

.bgcolor3 {
  background: #B32317;
  /**red**/

}

/*border bottom - gray - see search bar*/

.bb1 {
  border-bottom: 2px solid #BEC3C5;
}

/****universal padding****/

.p1 {
  padding: 1%;
}

.p8 {
  padding: 8px 0 !important;
}

.p10 {
  padding: 10px 0 !important;
}

.p14 {
  padding: 14px;
}

.p26-0 {
  padding: 26px 10px 26px 0;
}

/****universal margin right****/

.mr10 {
  margin-right: 10px;
}

/****universal margin bottom****/

.mb2 {
  margin-bottom: 2px;
}

.mb10 {
  margin-bottom: 10px;
}

img.center {
  display: block;
  margin: 0 auto;
}

/****universal floats****/

.f_right {
  float: right !important;
}

.f_left {
  float: left !important;
}

.clear {
  clear: both;
}

/****universal text****/

.underline {
  text-decoration: underline;
}

.upper {
  text-transform: : uppercase;
}

@media only screen and (max-width: 767px) {
  .nm {
    margin: 0 !important;
  }
  .nml {
    margin-left: 0 !important;
  }

  .container .brand a.no-padding {
    padding-top: 5px;
  }
}

/**** CALL TO ACTION BUTTONS - cta ****/

.cta1 {
  padding: 10px 0;
  margin-bottom: 20px;
  text-align: center;
  background-color: #849EAD;
}

.cta1 a {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 19px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.cta1:hover {
  background: #7e97a5;
}

.cta2 {
  padding: 10px 0;
  margin-bottom: 20px;
  text-align: center;
  background-color: #B32317;
}

.cta2 a {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 19px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.cta2:hover {
  background: #A9231D;
}

.cta1 a:hover,
.cta2 a:hover {
  color: #FFFFFF;
}

.cta3 {
  float: left;
  width: 100%;
  padding: 1px 0;
  margin: 0;
  text-align: center;
  background: #999999;
}

.cta3 a {
  font-size: 15px;
  font-size: 1.5rem;
  color: #FFFFFF;
}

.cta3:hover {
  background: #565656;
}

.cta3:hover a {
  color: #F2F2F2;
}

.cta4 {
  float: left;
  width: 100%;
  padding: 5px 0;
  text-align: center;
  background: #849EAD;
  border: 1px solid #FFFFFF;
  outline: 1px solid #CCCCCC;
}

.cta4 a {
  font-size: 16px;
  color: #FFFFFF;
}

.cta4:hover {
  background: #728893;
}

.cta4:hover a {
  color: #F2F2F2;
}

.cta4 .separator {
    color: #F2F2F2;
    padding: 15px;
}

.button-group {
  margin: 10px 0 0 0 !important;
}

@media only screen and (max-width: 766px) {
  .cta1,
  .cta2 {
    margin-top: 0 !important;
  }

  .cta2 {
    float: right !important;
  }

  .cta1 a,
  .cta2 a {
    line-height: 39px !important;
    margin-top: 0 !important;
  }

  .accordionContent .ctaBtn {
    width: 25% !important;
  }
}

.tooltipsy {
  z-index: 9999;
  font-size: 16px;
  max-width: 350px;
  background: #fff;
  padding: 20px;
  margin-bottom: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  border: 2px solid #fff;
  -webkit-box-shadow:  0px 5px 15px 0px rgba(0, 0, 0, .3);
  box-shadow:  0px 5px 15px 0px rgba(0, 0, 0, .3);
}
.tooltipsy:after {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 12px;
  left: 50%;
  margin-left: -12px;
}

/* -----------------------------------------
   Shared Styles - header, footer
----------------------------------------- */

/*this position and z-index is for the search dropdown to show above the slideshow*/

header {
  position: relative;
  z-index: 100;
}

.headerBg {
  background: #FFFFFF;
  border-bottom: 2px solid #BEC3C5;
}

.brand {
  float: left;
}

.brand a {
  display: block;
  padding: 18px 0;
}

.brand a.no-padding {
  padding-top: 0;
}

.topnav {
  position: relative;
  float: right;
  z-index: 110;
  background: url(/images/bg/topnavBg.png) repeat-y top left;
}

.topnav ul {
  margin: 0;
  padding: 0;
}

.topnav ul li {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0 20px 0 0;
}

.topnav ul li a {
  display: block;
  padding: 5px 0 5px 35px;
  font-size: 1.3rem;
  color: #808080;
  text-transform: uppercase;
}

.topnav ul li a:hover,
.topnav ul li:hover {
  color: #B32317;
}

/****************** SOCIAL MEDIA dropdown - top navigation*******************/

.sMediaALL {
  display: none;
}

a#socialClose {
  position: relative;
  float: right;
  margin: 20px 84px 2px 0;
  font-weight: 700;
  color: #B32317;
  text-transform: none;
}

span.xClose {
  padding: 0 3px;
  margin: 0 3px 0 0;
  color: #B32317;
  border: 1px solid #C9C9C9;
  border-radius: 3px;
}

.topnav ul li > a.sMedia {
  background: url(/images/icons/smIcons.png) no-repeat 0 4px;
  padding-left: 60px;
}

.topnav ul li > a.sMedia:hover {
  background: url(/images/icons/smHoverIcons.png) no-repeat 0 4px;
}

.topnav ul li.socialPopup {
  position: relative;
  z-index: 10;
}

.topnav ul li.socialPopup .sMediaALL {
  position: absolute;
  top: 25px;
  left: -160px;
  z-index: 9999;
  width: 317px;
  height: 140px;
  padding: 50px 0 25px 25px;
  background: url(/images/bg/smBg-small.png) no-repeat left top;
}

.topnav ul li.socialPopup:hover .sMediaALL {
  display: block;
}

.topnav ul .sMediaALL > div {
    padding-bottom: 10px;
}

.sMedia p {
  padding: 17px 0 0 0;
  margin: 0;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: right;
  text-indent: 0;
}

.sMediaALL a {
  padding: 2px 5px !important;
  text-indent: 0;
}

/****************** Top Navigation - Social Media Icon styles *******************/

.chatIcon {
  background: url(/images/icons/chatIcon.png) no-repeat left center;
}

.topnav .chatIcon:hover {
  background: url(/images/icons/chatIconHover.png) no-repeat left center;
}

.topnav ul li a.padIcon {
  background: url(/images/icons/padIcon.png) no-repeat left center;
  padding-left: 20px;
}

.topnav .padIcon:hover {
  background: url(/images/icons/padIconHover.png) no-repeat left center;
}

.fbIcon {
  float: left;
  width: 16px;
  height: 15px;
  margin: 0 1px 0 0;
  background: url(/images/icons/fbIcon.png) no-repeat left center;
}

.topnav .fbIcon:hover {
  background: url(/images/icons/fbIconHover.png) no-repeat left center;
}

.twitterIcon {
  float: left;
  width: 16px;
  height: 15px;
  margin: 0 1px 0 0;
  background: url(/images/icons/twitterIcon.png) no-repeat left center;
}

.topnav .twitterIcon:hover {
  background: url(/images/icons/twitterIconHover.png) no-repeat left center;
}

.rssIcon {
  float: left;
  width: 16px;
  height: 15px;
  margin: 0 1px 0 0;
  background: url(/images/icons/rssIcon.png) no-repeat left center;
}

.topnav .rssIcon:hover {
  background: url(/images/icons/rssIconHover.png) no-repeat left center;
}

.newsIcon {
  float: left;
  width: 16px;
  height: 15px;
  margin: 0 7px 0 0;
  background: url(/images/icons/newsIcon.png) no-repeat left center;
}

.topnav .newsIcon:hover {
  background: url(/images/icons/newsIconHover.png) no-repeat left center;
}

.ticketIcon {
  background: url(/images/icons/ticketIcon.png) no-repeat left center;
}

.topnav .ticketIcon:hover {
  background: url(/images/icons/ticketIconHover.png) no-repeat left center;
}

@media only screen and (min-width: 0) and (max-width: 321px) {
  .topnav {
    background: #fff;
  }

  .topnav ul li a {
    font-size: 12px !important;
  }

  .topnav ul li.socialPopup .sMediaALL {
    position: absolute;
    top: 25px;
    left: -143px;
    z-index: 9999;
    width: 300px;
    height: 140px;
    padding: 50px 0 25px 20px;
    background: url(/images/bg/smBg-small.png) no-repeat left top;
  }

  .social-location {
    display: block;
    color: #2F3335 !important;
    font-size: 12px !important;
    margin-bottom: 5px;
  }
}


/******************search bar dropdown - left column*******************/

.searchResults {
  display: none;
}

.searchResultsWrapperbgTop {
  position: absolute;
  top: -8px;
  left: -1px;
  width: 100.3%;
  height: 9px;
  margin: 0 1px 0 0;
  background-image: url(/images/bg/searchResultWrapperTopBg.png);
  background-position: left top;
  background-repeat: no-repeat;
}

.searchResultsWrapper {
  position: absolute;
  top: 54px;
  left: 0;
  width: 90%;
  z-index: 101;
  padding: 8px 10px 10px 10px;
  margin: 0;
  background-color: #FFFFFF;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  -webkit-box-shadow: -3px 3px 7px 2px rgba(0, 0, 0, 0.2);
          box-shadow: -3px 3px 7px 2px rgba(0, 0, 0, 0.2);
}

.searchResultsWrapper ul {
  position: relative;
}

.searchResultsWrapper .bg1 {
  padding: 10px;
  margin: 0 10px 10px 0;
  background: #F2F2F2;
  border: 1px solid #E6E6E6;
}

.searchResultsWrapper .six {
  width: 50% !important;
}

.searchResultsWrapper ul .headline {
  background: url(/images/icons/arrowRedIcon.png) no-repeat left center;
}

.searchResultsWrapper ul .headline a {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
}

.searchResultsWrapper ul .headline span {
  font-size: 11pt;
  font-size: 1.1rem;
  color: #393E78;
}

.searchResultsWrapper ul li {
  display: block;
  height: 20px;
  padding: 0 10px;
  margin: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  list-style: none;
}

.searchResultsWrapper ul li a {
  color: #4D4D4D;
}

.searchResultsWrapper ul li a:hover,
.searchResultsWrapper ul .headline span:hover {
  color: #B32317;
}

.searchResultsWrapper h3 {
  font-size: 13px;
  font-size: 1.3rem;
  color: #B32317;
}

.searchResultsWrapper h5 {
  font-size: 11px;
  font-size: 1.1rem;
  color: #B32317;
}

.searchBar .loader {
  position: absolute;
  top: 8px;
  right: 12px;
  display: none;
  float: left;
  width: 31px;
  height: 31px;
  background-image: url('/images/spinner-red.gif');
}

.searchBar .search-box-holder {
  position: relative;
}

.searchBar .search-box-holder input.input-text {
  width: 99% !important;
}

.searchBar .search-button-holder {
    margin-left: 0;
}

.searchBar #searchField::-ms-clear {
     display: none;
}

/******************search by region - dropdown*******************/

#closeNotice .close {
  position: absolute;
  top: 11px;
  left: 82%;
}

#closeNotice a.close {
  padding: 2px;
  font-weight: 700;
  color: #B32317;
  border: 2px solid #f2f2f2;
}

#closeSearch,
#closeSearch2 {
  float: right;
  padding: 2px;
  margin: 0 10px 10px 0;
  font-weight: 700;
  color: #B32317;
}

#closeNotice a.close:hover,
#closeSearch2 a.close:hover {
  background: #f2f2f2;
}

.searchImage {
  float: right;
}

.searchRegion {
  position: relative;
  top: 0;
  right: 0;
  float: left;
  padding: 10px 0 0 0;
  width: 100%;
}

.searchRegion h3 {
  float: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
  font-size: 13px;
  color: #FFFFFF;
}

.searchRegion h3 img {
  position: relative;
  top: 2px;
}

.searchRegion h4 {
  float: left;
  padding: 0 0 8px 0;
  font-size: 18px;
  font-size: 1.8rem;
  color: #FFFFFF;
  text-decoration: none;
}

.searchRegion .searchMask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
}

.searchRegion .search {
  z-index: 101;
  display: none;
}

.searchRegion .no-results {
  margin-top: 25px;
  font-style: italic;
}

.searchRegionResults {
  position: absolute;
  top: 64px;
  right: 0;
  z-index: 10;
  display: block !important;
  width: 371px;
  min-height: 126px;
  padding: 22px 10px 0 10px;
  background: url(/images/bg/searchRegionBg.png) no-repeat center top;
}

.searchRegionResults .searchWrapper {
  padding: 10px 20px 20px 20px;
  background: #FFFFFF;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  background-image: url('/images/icons/powered-by-google-on-white.png');
  background-repeat: no-repeat;
  background-position: 93% 99%;
}

.searchRegion h4:hover,
.searchRegion h3 {
  color: #D6D6D6;
}

.searchRegion .search-disabled h4:hover {
    color: #FFF;
}

.searchRegion .milesAway {
  float: left;
  padding: 10px;
  margin-top: 10px;
  background: #F2F2F2;
  border: 1px solid #E6E6E6;
}

.searchRegion .milesAway h5 {
  font-size: 17px;
  font-weight: 600;
  color: #29332B;
}

.searchRegion .milesAway input {
  position: relative;
  top: 5px;
  float: left;
  width: 10px;
  height: 10px;
  padding: 0 4px 0 0;
  margin: 0 6px 0 0 !important;
  -webkit-appearance: radio;
}

.searchRegion .milesAway p {
  margin: 0 10px 0 0;
}

.searchRegionResults ul {
  margin: 20px 0 0 0;
  background: #F2F2F2;
}

.searchRegionResults ul li {
  padding: 10px;
  margin: 4px 0;
  color: #2F3335;
  list-style: none;
  border-bottom: 1px solid #E6E6E6;
}

.searchRegionResults ul li a {
  font-size: 16px;
  color: #2F3335;
}

.searchRegionResults ul li:hover {
  cursor: pointer;
  background: #E6E6E6;
}

/********************FOOTER*******************/

/*** footer class is for the iPhone 3GS and iPad ***/

footer,
.footer {
  padding: 20px 0;
  background: url(/images/bg/bodyBg.png) repeat left top #2f3335;
}

footer .footernav {
  margin: 0;
}

footer .footernav .line {
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  min-height: 150px;
  background: url(/images/bg/navLine.jpg) no-repeat top right;
}

footer .footernav ul {
  margin: 0;
}

footer .footernav li {
  display: block;
  margin: 0 0 4px 0;
  list-style: none;
}

footer .footernav ul .headline a {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #F2F2F2;
  text-transform: uppercase;
}

footer .footernav li a {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #808080;
  text-transform: uppercase;
}

footer p,
footer a {
  margin: 0 0 3px 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #808080;
  text-transform: uppercase;
}

.sMediaFooter {
  display: none;
}

.sMediaFooter a {
  padding: 5px;
}

a#footerClose {
  position: relative;
  top: 0;
  float: right;
  margin: 0 83px 0 0;
  font-weight: 700;
  color: #B32317;
  text-transform: none;
}

footer ul li.sMedia {
  display: block;
  width: 125px;
  padding: 5px 10px 9px 20px;
  margin: 0 0 0 10px;
  color: #808080;
  background: url(/images/icons/smIcons.png) no-repeat right center;
}

footer li.sMedia {
  display: block;
  padding: 10px 0 0 0;
  list-style: none;
}

footer .sMedia p {
  padding: 10px 0 0 0;
}

footer .fbIcon,
footer .twitterIcon,
footer .rssIcon,
footer .newsIcon {
  padding: 12px 0 0 0;
}

.footerHover:hover .sMediaFooter {
  display: block;
}

footer .sMedia .sMediaFooter {
  position: absolute;
  top: -208px;
  left: -198px;
  z-index: 99;
  width: 371px;
  min-height: 150px;
  padding: 19px 26px 35px;
  background: url(/images/bg/smFooterBg-small.png) no-repeat left top;
}

footer ul li.sMedia:hover {
  color: #B32317;
  background: url(/images/icons/smHoverIcons.png) no-repeat right center;
}

footer a:hover,
.footernav ul li a:hover,
.footernav ul .active a {
  color: #FFFFFF;
}

footer .mb20 {
  margin: 0 0 20px 0;
}

/***annPanel is below the search bar - visible when there is an announcement***/

.annPanel {
  display: block;
  background: #F9CC3E;
}

.hidePanel {
  display: none;
}

.annPanel h1 .cta {
  font-size: 22px;
  font-weight: 600;
  color: #2F3335;
  text-transform: uppercase;
}

.annPanel h1 {
  border-bottom: 1px solid #F9BB3E;
}

.annPanel h1 {
  padding: 10px 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  color: #2F3335;
  text-transform: none;
}

.annPanel a {
  padding: 10px 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  color: #4A4E50;
  text-transform: none;
}

.annPanel a:hover {
  color: #2F3335;
}

.annPanel a.close1,
.annPanel a.close2,
.annPanel a.close3,
.annPanel a.close4,
.annPanel a.close5 {
  position: relative;
  top: 10px;
  padding: 2px 5px;
  font-size: 14px;
  color: #2F3335;
  text-align: right;
  border: 4px solid #F9BB3E;
}

.annPanel a.close1:hover,
.annPanel a.close2:hover,
.annPanel a.close3:hover,
.annPanel a.close4:hover,
.annPanel a.close5:hover {
  background: #F9BB3E;
}

/***adBanner is below the slideshow - advertisements***/

.adBanner {
  padding: 0 0 17px 0;
}

/* -----------------------------------------
   INTERIOR PAGES
----------------------------------------- */

.interWrapper {
  padding: 21px 0;
}

.interWrapper p {
  margin: 0 0 15px;
  line-height: 20px;
  line-height: 25px;
}

.interHeadline {
  border-top: 4px solid #849EAD;
}

.interHeadline h1,
.eventHeadline h1 {
  padding: 0 0 0 5px;
  margin-bottom: 9px;
  font-size: 39px;
  font-size: 3.9rem;
  font-weight: 600;
  color: #B3B3B3;
  text-transform: uppercase;
}

.error-page .interHeadline {
  border-top: 4px solid #B32317;
}

.error-page .interHeadline h1 {
  color: #B32317;
}

.interWrapper .comment {
  float: left;
}

.interWrapper .pagination li {
  font-weight: 600;
}

.interWrapper .pagination li:hover a {
  border: none;
}

.interWrapper .pagination li a {
  color: #849EAD;
}

.interWrapper .pagination li a:hover,
.interWrapper .pagination li.active a {
  font-weight: 700;
  color: #70848f;
}

@media only screen and (min-width: 901px) and (max-width: 1000px) {
  .sMedia .sMediaALL {
    left: -220px;
  }
  .topnav ul li {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .topnav ul li a {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

@media only screen and (min-width: 767px) and (max-width: 900px) {
  .sMedia .sMediaALL {
    left: -200px;
  }
  .topnav ul li {
    font-size: 9px;
    font-size: 0.9rem;
  }
  .topnav ul li a {
    font-size: 9px;
    font-size: 0.9rem;
  }
}

@media only screen and (max-width: 766px) {
  .searchImage {
    float: left !important;
  }
  .searchRegionResults {
    position: absolute;
    top: 55px;
    right: 0;
    left: -9px;
    z-index: 10;
    display: block !important;
    width: 320px;
    min-height: 126px;
    padding: 10px 0 0px 0px;
    background-color: #fff;
    background-image: none !important;
  }
  .searchRegionResults .searchWrapper {
    padding: 10px 10px 20px 10px;
    background: #FFFFFF;
    border: none !important;
  }
  #closeNotice .close {
    top: 1px !important;
  }
  #closeSearch,
  #closeSearch2 {
    font-size: 10px;
  }
  .interWrapper {
    padding: 8px 0 25px 0;
  }
  .interHeadline h1 {
    font-size: 29px;
    font-size: 2.9rem;
    line-height: 35px;
  }
  footer ul li.sMedia {
    padding: 10px 10px 10px 0;
    margin: 0 !important;
  }
  footer .sMedia .sMediaFooter {
    position: absolute;
    top: -275px;
    left: 30px;
    z-index: 99;
    width: 220px;
    min-height: 100px;
    padding: 33px 26px 35px;
    background-color: #fff;
    background-image: none;
  }
  .sMedia a {
    padding: 10px;
  }
  .sMedia a#footerClose {
    padding: 2px;
    margin: 0 10px 0 0;
  }
  .sMediaFooter a {
    padding: 10px;
  }
  .sMedia p {
    text-align: left;
  }
  .sMedia .five {
    width: 100% !important;
  }
  .sMedia .seven {
    width: 100% !important;
  }
}

/***************CATEGORIES TEMPLATE*******************/

/*** left column***/

.eventTitle img {
  max-height: 288px;
  margin: 0 0 0 10px;
  border-right: 4px solid #849EAD;
}

.eventHighlight h1 {
  font-size: 20px;
  font-size: 2.0;
  font-weight: 600;
  color: #B32317;
  text-transform: uppercase;
  border-bottom: 4px solid #849EAD;
}

.eventHighlight h2 {
  margin: 0 0 30px 0;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 28px;
  color: #333333;
}

.eventHighlight p {
  margin: 0 0 20px 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 20px;
  color: #0D0D0D;
}

.eventHighlight .buyBtn,
.eventHighlight .notYetBtn,
.eventHighlight .soldOutBtn,
.eventHighlight .limitedBtn {
  padding: 10px 0;
}

/*** right column****/

.eventContainer {
  background-color: #fff;
}

.eventContainer.columns,
.eventContainer.column {
  margin-left: 1.4%;
}

.eventContainer.three,
.eventContainer .three {
  width: 24.679% !important;
}

.eventContainer .eventContent {
  position: relative;
  top: 0;
  float: left;
  width: 100%;
  height: auto;
  margin: 0 0 2.7% 0;
}

.eventContainer .eventContent.thumbnails a {
  display: block;
}

.eventContainer .eventImg {
  position: relative;
  z-index: 1;
  width: 100%;
}

.eventContainer .eventOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.eventContainer .eventOverlay img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  overflow: hidden;
}

.eventContainer .eventInfo {
  z-index: 3;
}

.eventContainer a .eventInfo {
  padding: 0 2%;
  font-size: 13px;
  font-size: 1.3rem;
}

.eventContainer a:hover {
  font-weight: 700;
}

@media only screen and (max-width: 979px) and (min-width: 767px) {
  .eventContainer .eventContent {
    margin: 0 0 1.4% 0;
  }
}

@media only screen and (max-width: 766px) {
  .eventHighlight .columns,
  .eventHighlight .phone-two {
    margin-left: 0 !important;
  }
  .eventHighlight .p26-0 {
    padding: 10px 0;
  }
  .eventHighlight h2 {
    margin: 0 0 10px 0;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 15px;
    color: #333333;
    text-transform: none;
  }
  .eventHighlight p {
    margin-bottom: 4px;
    font-size: 10px;
    font-size: 1.0rem;
    font-weight: 600;
    line-height: 16px;
    color: #0D0D0D;
  }
  .eventContainer.three {
    width: 100% !important;
  }
  .eventContainer .eventContent {
    width: 46%;
    margin: 2%;
  }
  .eventContainer a .eventInfo {
    font-size: 1.1rem;
    line-height: 13px;
  }
  .searchBar .search-button-holder {
      margin-left: 5px !important;
  }
}

/*************** SIDE NAV*******************/

.sideNavWrapper {
  margin: 0 0 10px 0;
}

.sideNavWrapper h3 {
  padding: 8px 0 4px 12px;
  border-bottom: 5px solid #849EAD;
}

.sideNavWrapper ul {
  margin: 0;
}

.sideNavWrapper ul li {
  padding: 10px 0 10px 12px;
  margin: 0;
  list-style: none;
  border-bottom: 3px solid #CCCCCC;
}

.sideNavWrapper ul .last {
  border-bottom: none;
}

.sideNavWrapper ul li a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  color: #4D4D4D;
}

.sideNavWrapper ul li a:hover,
.sideNavWrapper ul .active a {
  font-weight: 600;
}

.sideNavBtn {
  display: none;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  {
    /*************** Sidenav Button ****************/

    /****************Navigation Bar ****************/

    /* Toggle the navigation bar open  */

    /* Submenus optional .parent class indicates dropdowns */

  }
  .sideNavBtn {
    position: relative;
    top: 5px;
    z-index: 99;
    display: block;
    width: 30px;
    height: 20px;
    padding: 5px 0;
    text-indent: -9999px;
    cursor: pointer;
    background: url(/images/btns/sideNavBtn.png) no-repeat center center;
    border: 0 none;
  }
  .sideNavWrapper {
    border-top: 2px solid #BDCCD4;
  }
  .sideNavWrapper h3 {
    padding: 8px 0 0 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 35px;
    text-indent: 10px;
    border-bottom: none;
  }
  .sideNav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 998;
    display: block;
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    clear: both;
  }
  .sideNav li {
    display: none;
    width: 100%;
    font-family: Arial;
  }
  .sideNav li a {
    display: block;
    width: 90%;
    padding: 1px 5%;
    font-size: 14px;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: 0.071em;
    color: #FFFFFF;
    text-decoration: none;
  }
  .sideNav li a:hover {
    background: #BDCCD4;
    border-top-color: transparent;
  }
  .sideNav.open {
    position: absolute;
    top: 5px;
    height: auto;
  }
  .sideNav.open li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #BDCCD4;
    border-left: 10px solid #BDCCD4;
  }
  .sideNav > li:hover > a {
    background: #BDCCD4;
  }
  .sideNav li.parent > a:after {
    float: right;
    color: rgba(255, 255, 255, 0.5);
    content: "";
  }
  .sideNav li ul {
    display: none;
    padding: 0;
    border-top: 0 none;
  }
  .sideNav.open li ul li {
    border-bottom: 1px solid #BDCCD4;
    border-left: none;
  }
  .sideNav li ul a {
    padding: 1px 0 1px 10%;
    font-size: 12px;
    font-weight: normal;
    border: 0 none;
  }
  .sideNav li:hover ul {
    display: block;
    border-top: 0 none;
  }
}

/*************** ACCORDION STYLES ***************/

.accordion.columns.nine {
  width: 76.9% !important;
  margin-left: 1.4% !important;
}

.accordion {
  margin-bottom: 7px;
  background: url(/images/bg/transWhiteBg.png) repeat top left;
  border-top: 5px solid #849EAD;
}

.accordion .accordionIcon {
  background: url(/images/btns/accordionBtnOpen.png) no-repeat 99.5% 50%;
}

.accordionButton {
  padding: 0 0 0 1%;
  margin: 0;
  margin-bottom: 9px;
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 30px;
  color: #B3B3B3;
  text-transform: uppercase;
  background: url(/images/btns/accordionBtnClosed.png) no-repeat 99.5% 50%;
}

.accordionNav {
  display: none;
}

.accordionEvent {
  display: block;
  width: 100%;
  float: left;
  min-height: 190px !important;
  padding: 10px 5px;
  margin: 0 0 10px 0;
  background: url(/images/bg/transWhiteBg.png) repeat top left;
  border: 1px solid #EFEFEF;
}

.accordionEvent .event {
  width: auto;
  padding: 0;
  margin: 0;
}

.accordionEvent img {
  display: block;
  margin: 0 auto;
}

.accordionContent {
  position: relative;
  display: none;
  float: left;
  width: 100%;
}

.accordionContent:first-child {
  display: block;
  height: auto;
}

.accordionContent .eventArea {
  overflow: visible;
}

.accordionContent .eventAreaContent {
  position: relative;
}

.accordionContent .eventWrapper {
  margin-bottom: 0;
}

.accordionContent .eventWrapper .four {
  margin-left: 2.2% !important;
}

.accordionContent .eventFooter {
    background-image: url(/images/bg/eventBg-light.png);
}

.accordionContent h3.title {
  float: left;
  padding: 1% 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #1A1A1A;
  text-indent: 9px;
  text-transform: uppercase;
}

.accordionContent .column {
  margin-left: 1.5% !important;
}

.accordionContent {
  margin: 10px 0 0 0;
}

.searchTabs h3.title {
  float: left;
  padding: 2% 0 0 0;
  font-size: 20px;
  font-weight: 700;
  color: #8E8E8E;
  text-indent: 9px;
  text-transform: uppercase;
}

.searchTabs.exactMatch h3.title,
.exactMatch h3 {
  color: #506068;
}

.accordionContent .ctaBtn,
.searchTabs .ctaBtn {
  position: relative;
  top: -5px;
  float: left;
  width: 17%;
  margin: 1% 0 2% 1%;
  text-align: center;
  background: #CCCCCC;
}

.searchTabs .ctaBtn {
  top: 0;
  margin: 2% 0 2% 1%;
}

.accordionContent .ctaBtn a,
.searchTabs .ctaBtn a {
  margin: 0;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 24px;
  color: #666666;
  text-transform: uppercase;
}

.accordionContent .active,
.accordionContent .active a,
.accordionContent .ctaBtn:hover,
.accordionContent .ctaBtn:hover a,
.searchTabs .ctaBtn:hover,
.searchTabs .ctaBtn:hover a,
.searchTabs .active,
.searchTabs .active a {
  color: #FFFFFF;
  background: #849EAD;
}

.accordionContent h5 {
  padding: 0 0 0 5px;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #000000;
  text-transform: none;
}

.accordionContent p {
  padding: 0 0 0 5px;
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  color: #000000;
  text-transform: none;
}

.accordionContent p.last {
  margin: 0 0 20px 0;
}

@media only screen and (max-width: 766px) {
  .accordion.columns.nine {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .accordionEvent {
    float: left;
    width: 90%;
    min-height: 150px !important;
  }
  .searchTabs .ctaBtn {
    width: 45%;
  }
}

.single-video {
  width: 468px;
}

/*** Slideshows ***/

.slideshow {
  position: relative;
  width: 468px;
  height: 406px;
  background: #000;
}

.slideshow .rsVideoContainer {
  width: 468px;
  height: 330px;
  margin: 0 !important;
}

/*** AMAZON WIDGET ***/

.amazon-widget {
  width: 402px;
  height: 305px;
  padding-top: 25px;
  padding-left: 66px;
  background: #222;
}

.amazon-widget object,
.amazon-widget embed {
  height: 280px !important;
  -webkit-box-shadow: 0 3px 15px #000;
     -moz-box-shadow: 0 3px 15px #000;
          box-shadow: 0 3px 15px #000;
}

.amazonWidgetMain {
  margin: 0 0 10px 0;
}

.amazonWidgetMain img {
  padding: 24px 0;
}

.amazonWidget {
  position: relative;
  min-height: 65px;
}

.amazonWidget .left {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 65px;
  background: url(/images/btns/amazonBtnL.jpg) no-repeat top left;
}

.amazonWidget .right {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 65px;
  background: url(/images/btns/amazonBtnR.jpg) no-repeat top left;
}

.amazonWidgetEx {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  float: left;
  width: 22.2%;
  margin: 0 1% 0 0;
}

.amazonWidgetEx.first {
  margin: 0 1% 0 4%;
}

.amazonWidgetExOverlay {
  display: none;
}

.amazonWidgetEx:hover .amazonWidgetExOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 103px;
  height: 64px;
  background: url(/images/btns/amazonOverlay.png) no-repeat center center;
}

.connectWrapper {
  margin: 10px 0 0 0;
}

.connectWrapper span {
  padding: 1.4% 0;
}

/****** Individual events section ******/

.eventGrouping {
  display: none;
}

.eventGrouping.first {
  display: block;
}

.expandContent {
  position: relative;
  top: 0;
  padding: 14px 14px 0 14px;
}

.expandContent table {
    width: 100% !important;
}

.expandableArea {
  position: relative;
  overflow: hidden;
}

.expandContainer {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
}

.expandGradient {
  position: relative;
  display: block;
  width: 100%;
  height: 81px;
  background: url(/images/bg/expandGradient.png) repeat-x;
}

.viewMore {
  position: relative;
  display: block;
  width: 100%;
  height: 20px;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  background: #999999;
}

.indEventWrapper,
.outletWrapper {
  border-bottom: 4px solid #849EAD;
}

.indEventWrapper h3,
.outletWrapper h3 {
  padding: 0 0 0 10px;
  margin-bottom: 2px;
}

.indEventWrapper .columns:first-child h3 {
  padding-left: 12px;
}

.indEventWrapper .five.columns:nth-child(2) h3,
.indEventWrapper .four.columns h3 {
  padding-left: 0;
}

.indEventWrapper .three.columns:nth-child(2) h3 {
  padding-left: 5px;
}

.indEventWrapper .two.columns {
  margin-left: 23px;
}


.indEvent,
.outletResult {
  padding: 0 0 17px 0;
}

.indEvent p,
.outletResult p {
  margin: 0;
}

.outletResult p.location {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.outletResult h4.promoEvent {
  font-weight: 700;
}

.outletResult .directionBtn {
  float: left;
  width: 90%;
  padding: 5%;
  margin: 0;
  text-align: center;
  background: #DDDDDD;
}

.outletResult .directionBtn:hover {
  background: #CECECE;
}

.outletResult .directionBtn a {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 13px;
  color: #4C4C4C;
  text-transform: uppercase;
}

.resultsTitle h3 {
  padding: 0;
  font-size: 1.9rem;
}

.resultsTitle h3.spaced {
  padding: 0 0 0 14px;
}

.buyBtn {
  float: left;
  width: 90%;
  padding: 5%;
  margin: 0;
  text-align: center;
  cursor: pointer;
  background: #B32317;
}

.buyBtn a {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 13px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.buyBtn:hover {
  background: #A9231D;
}

.buyBtn:hover a {
  color: #FFFFFF;
}

.moreDetails {
  float: left;
  width: 90%;
  padding: 5%;
  margin: 0;
  text-align: center;
  cursor: pointer;
  background: #849EAD;
}

.moreDetails a {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 13px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.moreDetails:hover {
  background: #768E99;
}

.moreDetails:hover a {
  color: #FFFFFF;
}

.buyBtn,
.soldOutBtn,
.limitedBtn,
.notYetBtn {
  float: left;
  width: 90%;
  padding: 5%;
  margin: 0;
  text-align: center;
}

.buyBtn a,
.soldOutBtn a,
.limitedBtn a,
.notYetBtn a {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 13px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.buyBtn a:hover,
.soldOutBtn a:hover,
.limitedBtn a:hover,
.notYetBtn a:hover {
  color: #FFFFFF;
}
.buyBtn {
  background: #6DA644;
}

.buyBtn:hover {
  background: #689941;
}

.soldOutBtn {
  background: #B32317;
}

.soldOutBtn:hover {
  background: #a31c16;
}

.limitedBtn {
  background: #E09828;
}

.limitedBtn:hover {
  background: #CE8628;
}

.notYetBtn {
  background: #999999;
}

.notYetBtn:hover {
  background: #898989;
}

.mapScreenshot {
  width: 100%;
  height: 300px;
  margin: 30px 0;
  background-image: url(/images/bg/mapScreenshot.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#map_canvas {
    width: 100%;
    height: 350px;
    margin: 30px 0;
    border-left: 2px solid silver;
    border-right: 2px solid silver;
}

.modalWrapper {
  position: relative;
  top: 5%;
  left: 20%;
  background: rgba(255, 255, 255, 0.9);
  background: #FFFFFF\9;
  border: 2px solid #B32317;
}

.modalWrapper a .xClose {
  float: right;
}

.modalWrapperBasic {
    min-width: 372px;
}

.modalWrapperBasic h3.outlet {
  color: #849EAD;
  text-transform: none;
}

.modalWrapperBasic p {
  margin: 0 0 10px 0;
  font-size: 1.5rem;
}

.modalWrapperBasic .searchLocation {
  min-height: 40px;
  clear: both;
}

.modalWrapperBasic .searchLocation input {
  padding: 0;
}

.modalWrapperBasic .searchLocation input[type="submit"] {
  line-height: 33px;
}

.directionsWrapper img {
  display: block;
  margin: 0 auto;
}

.directions {
  padding: 10px 0;
  border-bottom: 2px solid #BEC3C5;
}

.directions.last {
  padding: 10px 0;
  border-bottom: 0;
}

.startLocation,
.endLocation {
  float: left;
  padding: 10px 0;
}

.endLocation {
  margin: 0 0 30px 0;
}

@media only screen and (max-width: 767px) {
  .indEvent .phone-two,
  .outletResult .phone-two {
    min-height: 250px !important;
    margin: 1%;
    margin-left: 1% !important;
  }
  .indEvent .phone-two.bgtexture3,
  .outletResult .phone-two.bgtexture3 {
    background: #FFFFFF;
  }
  .indEvent .buyBtn,
  .indEvent .soldOutBtn,
  .indEvent .limitedBtn,
  .indEvent .notYetBtn,
  .buyBtn,
  .moreDetails {
    margin-top: 5px;
  }
  .outletResult .directionBtn {
    margin: 0 0 10px 0;
  }
  .outletResult .directionBtn a {
    display: block;
  }
  .outletResult p.location {
    font-weight: 700;
    border-bottom: 1px solid #849EAD;
  }
}

.twNewsWrapper {
  border-top: 4px solid #849EAD;
}

.twNews {
  float: right;
  width: 92%;
}

.twNews .interWrapper .pagination ul {
  padding-left: 10%;
}

@media only screen and (max-width: 767px) {
  .twNews .interWrapper .pagination ul {
    margin-left: 15% !important;
  }
}

.twNews h2 {
  margin: 5px 0 20px 0;
  text-transform: none;
}

.twNewsContent {
  float: left;
  margin: 0 0 33px 0;
}

.twNewsContent h5 {
  font-size: 25px;
  color: #808080;
}

.twNewsContent p {
  margin-bottom: 10px;
  line-height: 25px;
}

.twNewsContent a.read-more {
  font-size: 16px;
  font-weight: 600;
  color: #849EAD;
}

.twNewsContent a:hover.read-more {
  text-decoration: underline;
}

.twNews .date {
  width: 8%;
  margin-top: 5px;
  text-align: center;
  background: #849EAD;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}

.twNews .date h3 {
  padding: 10px 0 0 0;
  margin: 0;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 13px;
  color: #FFFFFF;
  text-transform: none;
}

.twNews .date h4 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  color: #FFFFFF;
}

.twNews .content {
  margin-left: 3%;
}

p.news-article-date {
  position: relative;
  top: -22px;
  left: -7px;
  margin-bottom: 0;
  font-style: italic;
  color: #849EAD;
}

.contactUs {
  float: left;
  width: 100%;
  padding: 1.5% 0;
  clear: both;
  border-top: 4px solid #849EAD;
}

.contactUs .two {
  margin-bottom: 16px;
}

.contactUs h4 {
  padding: 5px 0;
}

.contactUs p {
  margin: 0 0 16px 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
}

.contactUs a {
  margin: 0 0 6px 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #000000;
}

.contactUs .contactCta {
  padding: 10px 0 !important;
  text-align: center;
  margin-top: 15px;
  background: #849EAD;
}

.contactUs .contactCta a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #FFFFFF;
}

input.searchArea {
  margin: 0 0 20px 0 !important;
}

a.allLocations {
  position: relative;
  top: 0;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  color: #849EAD;
  text-align: center;
  border-bottom: 3px solid #849EAD;
}

a.allLocations:hover {
  color: #FFFFFF;
  background: #768E99;
}

@media only screen and (max-width: 767px) {
  .contactUs p {
    margin: 0 0 8px 0;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
  }
  .phone-four.allLocations {
    margin-bottom: 20px;
    margin-left: 0 !important;
  }
}

/****** Individual events section ******/

.notification-result h3 {
  margin-bottom: 0;
}

.notification-result p {
  font-size: 17px;
  line-height: 28px;
}

.ui-helper-hidden-accessible {
  display: none;
}

a.normal {
  color: #2F3335;
}

table thead td,
table th {
  padding: 9px 10px;
  font-weight: bold;
  color: #333;
  vertical-align: top;
  border: none;
}

/* Attempt to normalize styles inside of tables, as sometimes TinyMCE doesn't insert P tags */

.interWrapper table,
.interWrapper table p,
.interWrapper table ul li {
  font-size: 12px;
  line-height: 18px;
}

/* Generic mask for click-outside-to-hide */

.mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
}

.img-right {
  float: right;
  margin: 0 0 5px 5px;
}

.img-left {
  float: left;
  margin: 0 5px 5px 0;
}

.sideNav.phone-four.open {
  margin-left: 0;
}


@media only screen and (max-width: 480px) {
  .tooltipsy-parent {
      position: absolute;
      width: 100%;
      margin: 0 auto;
      top: 1px !important;
      left: 0 !important;
  }
  .tooltipsy:after {
    display:  none;
  }
}

.tooltipsy a {
  float: right;
  position: absolute;
  top: 4px;
  left: 80%;
  font-size: 11px;
  font-weight: bold;
  color: #b32317;
}

.tooltipsy a:hover {
  cursor: pointer;
  color: #b32317;
}


/* Misc fixes: */

@media only screen and (min-width: 768px) {
  .rs-caption {
    background-size: 100% 90% !important;
  }
  .homepage-slide-event-buttons {
      position: absolute;
      height: 78px;
      top: 45%;
      right: 10px;
      margin-top: -38px;
  }
}

}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
