/*
 * @file
 * global.styles
 *
 * Styles you add here will load for all device sizes, they are "global", as
 * opposed to "responsive" styles, which only load for a given breakpoint (media
 * query) that you set in theme settings. See the README for more details.
 *
 *
 * How to use this file:
 * --------------------
 *
 * There are many empty selectors and some basic styles to act as a guide.
 * Nothing is set in stone and you can change anything - even delete all of it
 * and start with your own clean slate.
 *
 * To FORCE PRINT all selectors you can search and replace a single { (opening
 * curly brace) and insert an empty comment. This is very useful in conjuction
 * with FireSass: https://addons.mozilla.org/en-US/firefox/addon/firesass-for-firebug/
 *
 * See global.base also which includes normalize.css and some additional
 * helper classes and base styles.
 */
/* =============================================================================
 *   Base
 * ========================================================================== */
/* 
 * To preserve theme settings never apply font properties to the HTML element.
 * This is critically important if you are using the Responsive JavaScript
 * feature as this relies on being able to set a pseudo font family on the HTML
 * element. If you need to set default font properties of any kind use the BODY
 * element as these can be overridden using font theme settings.
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\0000340}}
html {
  background: white;
  font-size: 10px;
}

@font-face {
  font-family: 'NobelLight Regular';
  src: url("../fonts/nobel__-webfont.eot");
  src: url("../fonts/nobel__-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/nobel__-webfont.woff") format("woff"), url("../fonts/nobel__-webfont.ttf") format("truetype"), url("../fonts/nobel__-webfont.svg#nobellightregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Nexa Bold Regular';
  src: url("../fonts/nexa_bold-webfont.eot");
  src: url("../fonts/nexa_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/nexa_bold-webfont.woff") format("woff"), url("../fonts/nexa_bold-webfont.ttf") format("truetype"), url("../fonts/nexa_bold-webfont.svg#nexa_boldregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Nexa Light Regular';
  src: url("../fonts/nexa_light-webfont.eot");
  src: url("../fonts/nexa_light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/nexa_light-webfont.woff") format("woff"), url("../fonts/nexa_light-webfont.ttf") format("truetype"), url("../fonts/nexa_light-webfont.svg#nexa_lightregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Nobel Regular Regular';
  src: url("noberg_-webfont.eot");
  src: url("../fonts/noberg_-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/noberg_-webfont.woff") format("woff"), url("../fonts/noberg_-webfont.ttf") format("truetype"), url("../fonts/noberg_-webfont.svg#nobelregularregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Nobel Bold';
  src: url("../fonts/nobeb__-webfont.eot");
  src: url("../fonts/nobeb__-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/nobeb__-webfont.woff") format("woff"), url("../fonts/nobeb__-webfont.ttf") format("truetype"), url("../fonts/nobeb__-webfont.svg#nobelboldregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url("../fonts/myriadpro-regular.eot");
  src: url("../fonts/myriadpro-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/myriadpro-regular.woff") format("woff"), url("../fonts/myriadpro-regular.ttf") format("truetype"), url("../fonts/myriadpro-regular.svg#myriadpro-regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003113}}
body {
  background: url(../images/bg-body.jpg) no-repeat center top black;
  color: #FFF;
  font-family: "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 100%;
}

/* =============================================================================
 *   HTML Elements
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003161}}
a {
  color: #e23a03;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003218}}
pre,
code,
tt,
samp,
kbd,
var {
  font-family: Consolas, Monaco, "Courier New", Courier, monospace, sans-serif;
}

/* =============================================================================
 *   Wrappers
 * ========================================================================== */
/*
 * Page wrapper, includes the .container class which sets the overall page or section width
 * Main wrapper in page.tpl.php, the .container class sets the width of the page, do not add width to it!
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003231}}
#page {
  padding-top: 50px;
  min-height: 850px;
}

/*
 * Wraps all header elements - branding and .region-header
 */
/*
 * Wraps the sidebars the content column
 */
/*
 * Main content column wrapper
 */
/*
 * Wraps the main-content-header, the content region and feed-icons. Use this wrapper to style the entire main content column
 */
/*
 * Wraps the content region, avoid applying styles to this wrapper, its used mainly for position and invisible gutters and can be problematic to style
 */
/*
 * Footer wrapper
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003271}}
#footer {
  background: url(../images/bg-footer.png) center bottom;
  bottom: 0;
  color: #FFFFFF;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 100;
}

/*
 * Panels may need additional margin wrangling when in the $content region
 */
/*
 * Full Width Wrappers
 * These are used in the optional page--full-width-wrappers.tpl.php template.
 * All have internal .container classes. In the full width wrapper template the
 * .container classes set the width or max-width of the contained element - you
 * can style this but never add any width/margin/padding/borders etc to .container
 */
/*
 * Wraps #page
 */
/*
 * Wraps the leaderboard
 */
/*
 * Wraps the header
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003315}}
#header-wrapper {
  /* Debug styles, is this working */
  background: rgba(255, 192, 203, 0.5);
}

/*
 * Wraps the nav elements
 */
/*
 * Wraps breadcrumb
 */
/*
 * Wraps messages and help
 */
/*
 * Wraps the secondary content/preface region
 */
/*
 * Wraps the main content column
 */
/*
 * Wraps the tertiary content/postfix region
 */
/*
 * Footer wrapper
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003373}}
#footer-wrapper {
  /* Debug styles, is this working? */
  background: rgba(255, 192, 203, 0.5);
}

/* =============================================================================
 *   Branding
 * ========================================================================== */
/*
 * Wraps all the branding elements, logo, name and slogan
 */
/*
 * Logo
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003394}}
#logo {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 171px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003400}}
#logo img {
  vertical-align: bottom;
}

/*
 * Wrapper for the site name and slogan (hgroup)
 */
/*
 * Site name (h1)
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003415}}
#site-name {
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003421}}
#site-name a:link, #site-name a:visited {
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003426}}
#site-name a:hover, #site-name a:focus {
  text-decoration: underline;
}

/*
 * Site slogan (h2)
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003436}}
#site-slogan {
  margin: 0;
}

/* =============================================================================
 *   Page content header
 * ========================================================================== */
/*
 * Main content header wraps the page title, tabs and actions links
 */
/*
 * The main page title (h1)
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003454}}
#page-title {
  margin: 0;
}

/* =============================================================================
 *   Misc Global Styles
 * ========================================================================== */
/*
 * Feed icons
 */
/*
 * Aggregator feed source
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003472}}
#aggregator .feed-source .feed-icon {
  display: inline;
  float: none;
  margin-right: 10px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003480}}
.feed-details dt,
.feed-details dd {
  display: inline;
  margin: 0;
}

/*
 * Generic styles for the more link
 */
/*
 * Generic styles for links. See the ul.links declaration in node and comment stylesheets
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003495}}
ul.links {
  margin: 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003499}}
ul.links.inline {
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003503}}
ul.links li {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Search results are an ordered list so reset the margin
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003514}}
.search-results {
  margin: 0;
}

/* =============================================================================
 *   Regions
 * ========================================================================== */
/*
 * Standard region wrapper, don't add width to any regions, you will bork the layout - no margin, padding or borders etc
 */
/*
 * Regions have an inner div - perfect for adding margin, padding or borders
 */
/*
 * Regions can be nested, such as when using Panels
 */
/*
 * Header region, embedded in the #header
 */
/*
 * Generally used to output Drupals help block, if the help module is enabled
 */
/*
 * Secondary content
 */
/*
 * Sits above the main content header, like a content-top region
 */
/*
 * Sits below the main content, like a content-bottom region
 */
/*
 * Sidebars - targets both
 */
/*
 * First sidebar
 */
/*
 * Second sidebar
 */
/*
 * Tertiary content
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003592}}
.region-tertiary-content {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
}

/*
 * Footer region
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003602}}
.region-footer {
  margin: 0 auto;
  max-width: 1055px;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003607}}
.region-footer .block {
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003610}}
.region-footer .menu-block-3 {
  height: 42px;
  /*margin: 0 auto;
  width: 600px;*/
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003616}}
.region-footer .menu-block-3 .menu {
  			/*left: 50%;
      	margin: 0 0 0 -475px;
      	padding: 13px 0;
      	position: fixed;*/
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003623}}
.region-footer .menu-block-3 .menu li a {
  color: #000;
  padding: 0 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003627}}
.region-footer .menu-block-3 .menu li a.active-trail {
  background: none;
  font-family: 'Nobel Regular Regular';
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003634}}
.region-footer .block-menu {
  height: 42px;
  margin: 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003639}}
.region-footer .menu {
  margin: 0;
  padding: 15px 0 0 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003643}}
.region-footer .menu li {
  float: left;
  list-style: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003647}}
.region-footer .menu li a {
  border-right: 1px solid #1F1F1F;
  color: #888;
  font-family: 'Nobel Regular Regular';
  font-size: 1.1em;
  padding: 0 35px;
  text-transform: uppercase;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003655}}
.region-footer .menu li a.active-trail {
  color: #FFF;
  font-family: 'Nobel Bold';
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003660}}
.region-footer .menu li.last {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003665}}
.region-footer .menu li.last a {
  border: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003669}}
.region-footer .menu li.expanded.active-trail {
  background: url(../images/footer-menu-active-arrow.png) no-repeat center top;
  margin-top: -22px;
  padding-top: 22px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003675}}
.region-footer .menu li.expanded ul.menu {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003679}}
.region-footer .menu li.first a {
  padding-left: 0;
}

/* =============================================================================
 *   Links
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003689}}
a {
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003699}}
a:hover, a:focus {
  text-decoration: underline;
}

/* =============================================================================
 *   Primary, Secondary and Menu Bar region menus
 * ========================================================================== */
/*
 * Use one of the following id's for granular control:
 *  - #menu-bar (menu bar region)
 *  - #primary-menu (main menu)
 *  - #secondary-menu (secondary/user menu)
 * You can target all of these with .nav or div[id$="menu-bar"]
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003717}}
.nav {
  clear: both;
  margin: 10px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003722}}
.nav ul,
.nav ul.menu {
  margin: 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003728}}
.nav li,
.nav ul.menu li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003737}}
.nav li a,
.nav ul.menu li a {
  display: block;
  white-space: nowrap;
  padding: 0 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003748}}
.nav .block {
  margin-bottom: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003753}}
#menu-bar.nav {
  margin-bottom: 10px;
  margin-top: -25px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003757}}
#menu-bar.nav li a {
  color: #DDD;
  font-family: 'NobelLight Regular';
  font-size: 2em;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003769}}
#menu-bar.nav li a.active-trail {
  font-family: 'Nobel Bold';
  font-weight: normal;
  color: #FF8C00;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003776}}
#menu-bar.nav li.menu-item-497 {
  margin-left: 150px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003779}}
#menu-bar.nav li.menu-item-498 {
  margin-left: 350px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003782}}
#menu-bar.nav li.last {
  float: right;
}

/* =============================================================================
 *   Superfish
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003792}}
ul.sf-menu {
  margin-bottom: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003795}}
ul.sf-menu a {
  border-left: 0;
  border-top: 0;
  padding: 0 10px;
  text-decoration: none;
  height: 2.5em;
  line-height: 2.5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003809}}
ul.sf-menu li:hover, ul.sf-menu li.sfHover {
  outline: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003817}}
ul.sf-menu a:focus, ul.sf-menu a:hover, ul.sf-menu a:active {
  outline: 0;
}

/*
 * Superfish blocks
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003831}}
.block-superfish ul {
  margin: 0 !important;
  padding: 0 !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003842}}
.block-superfish li {
  margin: 0 !important;
  padding: 0 !important;
}

/*
 * Vertical style
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003852}}
.sf-vertical {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003855}}
.sf-vertical li {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003861}}
.sf-vertical li:hover ul, .sf-vertical li.sfHover ul {
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003868}}
.sf-vertical li a {
  padding: 0 10px;
}

/*
 * Navbar style
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003878}}
.sf-navbar {
  padding-bottom: 0 !important;
}

/*
 * Sensible padding for the default style
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003886}}
.sf-menu.sf-style-default a {
  padding: 0 10px;
}

/* =============================================================================
 *   Menus, usually blocks
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003895}}
ul.menu {
  padding-left: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003898}}
ul.menu ul {
  padding-left: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003906}}
ul.menu li {
  margin: 0;
}

/* If li.content exists it's a problem, so reset the padding */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003935}}
.block .menu li.content {
  padding: 0;
}

/* =============================================================================
 *   Book navigation menu
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003952}}
.book-navigation .page-up {
  /* Prevent text wrapping to a new line, assumes English "up" is used (two characters) */
  min-width: 2em;
  white-space: nowrap;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003958}}
.book-navigation .menu {
  margin-left: 0;
}

/* =============================================================================
 *   Breadcrumbs
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003968}}
#breadcrumb {
  margin: 10px 0;
  /* If the label is set to show in theme settings the label class is added */
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003972}}
#breadcrumb .breadcrumb-label {
  font-size: 1em;
  display: inline;
  padding-right: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003977}}
#breadcrumb .breadcrumb-label:after {
  content: ":";
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003982}}
#breadcrumb ol {
  margin: 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003987}}
#breadcrumb .with-breadcrumb-label ol {
  display: inline;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\00003991}}
#breadcrumb li {
  list-style: none;
  display: inline;
}

/* =============================================================================
 *   Pagers
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031018}}
ul.pager {
  clear: both;
  margin: 0;
  text-align: center;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031025}}
.item-list ul.pager li {
  margin: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031030}}
ul.pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: .5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031036}}
ul.pager li.pager-current {
  font-weight: 700;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031042}}
.block ul.pager li {
  margin: 0;
}

/*
 * Theme the various states of pager links
 */
/* =============================================================================
 *   Skip Navigation
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031079}}
#skip-link {
  left: 50%;
  margin-left: -6.5em;
  margin-top: 0;
  padding: 0 0.5em;
  position: absolute;
  width: 12em;
  z-index: 50;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031088}}
#skip-link a {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031099}}
#skip-link a:link, #skip-link a:visited {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031111}}
#skip-link a:hover, #skip-link a:focus, #skip-link a:active {
  outline: 0;
}

/* =============================================================================
 *   Tabs (local tasks)
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031122}}
#tasks {
  left: 10px;
  margin-bottom: 0;
  position: fixed;
  top: 45px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031127}}
#tasks ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031131}}
#tasks ul.primary li {
  float: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031133}}
#tasks ul.primary li a {
  float: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031138}}
#tasks ul.action-links {
  margin: 0;
  padding: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031145}}
ul.primary {
  border-bottom-color: #cccccc;
  margin: 20px 0;
  padding: 0 0 0 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031150}}
ul.primary li {
  display: block;
  float: left;
  margin: 0 1px -1px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031155}}
ul.primary li a {
  background-color: #f5f5f5;
  border-color: #cccccc;
  margin-right: 1px;
  padding: 0 10px;
  display: block;
  float: left;
  height: 1.5em;
  line-height: 1.5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031166}}
ul.primary li a:hover, ul.primary li a:focus {
  background-color: #eeeeee;
  border-color: #cccccc;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031176}}
ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
  background-color: white;
  border-bottom-color: white;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031184}}
ul.secondary {
  border-bottom: 1px solid #cccccc;
  margin: 1em 0 0;
  padding: 0 .3em 1em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031189}}
ul.secondary li {
  border-right: 0;
  list-style: none;
  padding: 0 10px 0 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031196}}
ul.secondary li a:hover, ul.secondary li a.active {
  border-bottom: none;
  text-decoration: underline;
}

/* =============================================================================
 *   Action links
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031209}}
ul.action-links {
  margin: 20px 0 0;
  list-style: none;
}

/* =============================================================================
 *  Field Styling
 * ========================================================================== */
/*
 * Wrapper for any field
 */
/*
 * Above and inline classes are on the field wrapper
 */
/*
 * When labels are set to inline in field display settings the clearfix class is automatically added
 */
/*
 * Labels are h2 in Adaptivetheme. Use a strong selector to mitigate unwanted ineritance issues
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031242}}
.field-label {
  font-size: 1em;
  font-weight: 700;
  font-family: inherit;
  line-height: inherit;
  margin-bottom: 0;
}

/*
 * Field types (Core)
 */
/*
 * Image fields use the <figure> and <figcaption> elements from HTML5
 */
/*
 * Taxonomy
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031271}}
.field-type-taxonomy-term-reference {
  /* The same bottom margin as p, blockquote, ul, ol and dl */
  margin-bottom: 1.5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031276}}
.field-type-taxonomy-term-reference.field-label-inline .field-items {
  margin: 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031281}}
.field-type-taxonomy-term-reference.field-label-inline .field-item {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Text
 */
/*
 * Long text
 */
/*
 * Text with summary
 */
/*
 * File
 */
/*
 * Number/Integer
 */
/*
 * Decimal
 */
/*
 * Number float
 */
/*
 * List
 */
/*
 * List boolean
 */
/*
 * List integer
 */
/*
 * List float
 */
/*
 * Field types (Contrib)
 */
/*
 * Named fields
 */
/*
 * Underscores in field name are replaced with dashes
 */
/*
 * Image Alignment Theme Settings - included here so you can easily override 
 */
/*
 * Float none setting
 */
/*
 * Float left setting
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031396}}
.ia-l .field-type-image figure,
.iat-l .field-type-image figure {
  margin: 5px 20px 15px 0;
}

/*
 * Centered setting
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031405}}
.ia-c .field-type-image figure,
.iat-c .field-type-image figure {
  margin: 5px auto 15px;
}

/*
 * Float right setting
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031414}}
.ia-r .field-type-image figure,
.iat-r .field-type-image figure {
  margin: 5px 0 15px 20px;
}

/* =============================================================================
 *   Block Styling
 * ========================================================================== */
/*
 * Main wrapper for most blocks, block_system_main does not have it
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031427}}
.block {
  margin-bottom: 20px;
}

/*
 * Inner wrapper for most blocks, good for margin, padding and borders, block_system_main does not have it
 */
/*
 * The first block in the region
 */
/*
 * The last block in the region
 */
/*
 * Zebra striping for each block in the region
 */
/*
 * Zebra striping for each block in the region
 */
/*
 * Block title
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031465}}
.block-title {
  margin: 0;
}

/*
 * Block content wrapper
 */
/*
 * Match item list and block menu margin and padding
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031482}}
.block-content ul,
.block-content ol {
  padding: 0 0 0 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031486}}
.block-content li {
  margin: 0;
  padding: 0;
}

/*
 * Block for the latest news items in the first category
 */
/*
 * Block for the latest news items in the first feed
 */
/*
 * First block created with "Add block" link
 */
/*
 * "Recent blog posts" block
 */
/*
 * "Book navigation" block for the current book's table of contents
 */
/*
 * "Recent comments" block
 */
/*
 * "Active forum topics" block
 */
/*
 * "New forum topics" block
 */
/*
 * Language switcher block
 */
/*
 * Custom menu block
 */
/*
 * "Recent content" block
 */
/*
 * "Syndicate" block for primary RSS feed; see also page.css's .feed-icon
 */
/*
 * "Most recent poll" block
 */
/*
 * "Author information" block for the profile of the page's author
 */
/*
 * "Search form" block
 */
/*
 * "Shortcuts" block
 */
/*
 * "Popular content" block
 */
/*
 * "Main menu" block
 */
/*
 * "Management" block for Drupal management menu
 */
/*
 * "Navigation" block for Drupal navigation menu
 */
/*
 * "User menu" block for Drupal user menu
 */
/*
 * "System help" block
 */
/*
 * "Main page content" block
 */
/*
 * "Powered by Drupal" block
 */
/*
 * "User login form" block
 */
/*
 * "Who's new" block for a list of the newest users
 */
/*
 * "Who's online" block for a list of the online users
 */
/* =============================================================================
 *   Node Styling
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031659}}
.node {
  margin-bottom: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031676}}
.node .node-title {
  margin: 0;
}

/*
 * All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */
/* =============================================================================
 *   Comment Styling - Comments, comment wrapper, comment form
 * ========================================================================== */
/*
 * Wrapper for the list of comments and its titles
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031734}}
#comments {
  margin: 1.5em 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031738}}
#comments h2.comment-title {
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031742}}
#comments h2.comment-form {
  margin: 0;
}

/*
 * Wrapper for a single comment
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031752}}
.comment {
  margin-bottom: 20px;
}

/*
 * Comment title
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031783}}
.comment-title {
  margin: 0;
}

/*
 * Comment states
 */
/*
 * Preview of the comment before submitting new or updated comment
 */
/*
 * "New" marker for comments that are new for the current user
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031815}}
.new {
  color: #cc0000;
}

/*
 * Nested comments are indented
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031823}}
.indented {
  margin-left: 40px;
}

/* =============================================================================
 *   Forms
 * ========================================================================== */
/*
 * Wrapper for a form element (or group of form elements) and its label
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031839}}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #cc0000;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031843}}
.form-item label {
  font-weight: 700;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031850}}
.form-item .description {
  font-size: 0.85em;
}

/*
 * Highlight marks and form required mark
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031864}}
.marker,
.form-required {
  color: #cc0000;
}

/*
 * The submit button
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031878}}
.container-inline div,
.container-inline label {
  display: inline;
}

/*
 * Define consistent borders
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031886}}
fieldset {
  border: 1px solid #cccccc;
}

/*
 * Tips for Drupal's input formats
 */
/*
 * Buttons used by contrib modules like Media
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031900}}
a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

/*
 * Password confirmation
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031909}}
.password-parent,
.confirm-parent {
  margin: 0;
}

/* =============================================================================
 *   Tables
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031918}}
table {
  margin: 10px 0;
  padding: 0;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031923}}
table.sticky-header {
  z-index: 10;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031934}}
table,
thead,
tbody,
tr,
th,
td {
  border-color: #cccccc;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031941}}
table,
td,
th {
  vertical-align: middle;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031948}}
caption,
th,
td {
  text-align: left;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031953}}
thead tr {
  font-weight: 700;
  background-color: #e5e5e5;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031960}}
td,
th {
  border-bottom: 0;
  margin: 0;
  padding: 5px 7px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031970}}
tbody tr {
  border-top: 1px solid #cccccc;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031975}}
tr {
  /* Table row striping */
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031977}}
tr.odd {
  background: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031984}}
tr.info, tr.even, tr:nth-child(2n+2) {
  border-bottom: 0;
  background-color: #f5f5f5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031993}}
tr.odd td.active {
  background-color: #eeeeee;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000031997}}
tr.even td.active {
  background-color: #ebebeb;
}

/*
 * Forum tables
 * Core sets white-space to nowrap, which makes no sense
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032025}}
#forum td .created,
#forum td .posts,
#forum td .topics,
#forum td .last-reply,
#forum td .replies,
#forum td .pager {
  white-space: normal;
}

/* =============================================================================
 *   Messages
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032036}}
div.messages {
  margin-bottom: 10px;
  margin-top: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032041}}
div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

/*
 * Unpublished nodes
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032082}}
.node-unpublished p.unpublished,
.comment-unpublished p.unpublished {
  color: pink;
  color: rgba(239, 170, 170, 0.4);
  font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/_custom\.scss}line{font-family:\00003187}}
.ie6-7 .node-unpublished p.unpublished > *, .ie6-7
.comment-unpublished p.unpublished > * {
  position: relative;
}

/* =============================================================================
 *    Maintenance pages
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032093}}
.maintenance-page .container {
  padding: 40px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032098}}
.maintenance-page #site-name,
.maintenance-page #page-title {
  margin: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032105}}
.db-offline .container {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  max-width: 960px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032112}}
.db-offline div.messages {
  margin: 20px 0 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032116}}
.db-offline #content {
  padding: 20px 0;
}

/* =============================================================================
 *   Misc overrides for contrib modules
 * ========================================================================== */
/*
 * Admin menu overrides
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032129}}
#admin-menu {
  margin: 0;
  padding: 0;
}

/*
 * Devel Module
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032138}}
.dev-query {
  background: #eeeeee;
  padding: 30px;
}

/*
 * Styleguide module tweaks
 */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032147}}
#styleguide-header {
  padding: 0 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032150}}
#styleguide-header .item-list {
  font-family: inherit;
  margin: 0 20px 20px 0;
  min-height: 260px;
  width: auto;
}

/* =============================================================================
 *   Slideshow
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032161}}
.node-slideshow {
  margin-bottom: 5px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032164}}
.field-slideshow-wrapper {
  border-bottom: 1px solid #232323;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032167}}
.field-slideshow-wrapper .field-slideshow {
  padding-bottom: 0 !important;
  height: 540px !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032173}}
.field-slideshow-wrapper .field-slideshow-caption b {
  font-family: 'Nobel Bold';
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032178}}
.field-slideshow-slide {
  border: 1px solid #232323;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032180}}
.field-slideshow-slide .field-slideshow-caption {
  bottom: 165px;
  font-family: 'Nexa Light Regular';
  font-size: 4.668em;
  left: 35px;
  position: relative;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032189}}
#frontpage .skin-default {
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032191}}
#frontpage .skin-default .views-slideshow-pager-fields {
  bottom: 30px;
  left: 35px;
  position: absolute;
  z-index: 100;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032197}}
#frontpage .skin-default .views-slideshow-pager-field-item {
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032199}}
#frontpage .skin-default .views-slideshow-pager-field-item a {
  background: url("../images/bg-pager-slideshow.png") no-repeat left top;
  display: block;
  float: left;
  height: 8px;
  margin-right: 7px;
  text-indent: -9999em;
  width: 9px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032208}}
#frontpage .skin-default .views-slideshow-pager-field-item.active a {
  background-position: left bottom;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032216}}
.field-slideshow-pager {
  bottom: 30px;
  left: 35px;
  position: absolute;
  z-index: 100;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032221}}
.field-slideshow-pager a {
  background: url(../images/bg-pager-slideshow.png) no-repeat left top;
  display: block;
  float: left;
  height: 8px;
  margin-right: 7px;
  text-indent: -9999em;
  width: 9px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032230}}
.field-slideshow-pager a.activeSlide {
  background-position: left bottom;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032233}}
.field-slideshow-pager a:focus {
  outline: none;
}

/* =============================================================================
 *   Block thact contain tweet
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032241}}
#block-block-1 {
  float: right;
  margin-right: 25px;
  margin-top: -160px;
  position: relative;
  width: 510px;
  z-index: 100;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032249}}
#block-block-4 {
  margin: 30px 0 0;
  width: 540px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032253}}
ul.tweets-pulled-listing {
  background: url(../images/twitter-logo-white.png) no-repeat left 5px;
  margin: 0;
  padding-left: 60px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032258}}
.tweet-text {
  font-family: 'Nexa Light Regular';
  font-size: 1.9em;
  text-transform: uppercase;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032263}}
.tweet-time a {
  color: #FFF;
  font-family: Georgia;
  font-size: 1.2em;
  font-style: italic;
}

/* =============================================================================
 *   Block thact link to guestbook
 * ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032273}}
#block-block-2 {
  float: left;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032276}}
.guestbook-btn-wrapper a {
  background: #e23a03;
  color: #DDD;
  display: block;
  font-family: 'NobelLight Regular';
  font-size: 1.6em;
  height: 34px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  width: 125px;
}

/* =============================================================================
*   Block thact link to twitter and facebook
* ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032292}}
#block-block-3 {
  float: right;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032295}}
.social-network {
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032297}}
.social-network li {
  float: left;
  list-style: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032300}}
.social-network li a.social-twitter {
  background: url(../images/icon-twitter.png) no-repeat;
  display: block;
  height: 31px;
  margin-right: 10px;
  text-indent: -9999em;
  width: 31px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032308}}
.social-network li a.social-fb {
  background: url(../images/icon-facebook.png) no-repeat;
  display: block;
  height: 31px;
  text-indent: -9999em;
  width: 31px;
}

/* =============================================================================
*   Videos page
* ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032322}}
.view-video-gallery {
  min-height: 450px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032325}}
.view-video-gallery .video-player li {
  list-style: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032327}}
.view-video-gallery .video-player li .video-player-item {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032333}}
.view-video-gallery .video-player li.first .video-player-item {
  display: block;
}

/* =============================================================================
*   Photos page
* ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032346}}
.view-gallery .gallery-album .gallery-item {
  float: left;
}

/* =============================================================================
*   Event Calendar
* ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032357}}
.event-calendar-popup {
  display: none;
}

/* =============================================================================
*   Main navigation submenu
* ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032366}}
#block-menu-menu-navigation-menu ul.menu ul.menu {
  display: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032372}}
#content {
  position: relative;
  width: 1038px;
  height: 538px;
  margin: 0 auto;
  border: 1px solid #252424;
  overflow: hidden;
  background-color: #000;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032382}}
#block-menu-block-1 {
  position: absolute;
  top: 0px;
  left: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032387}}
#block-menu-block-1 ul.menu {
  display: block;
  width: 1038px;
  background: url(../images/bgmenu.png);
  padding: 0;
  margin: 0 auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032394}}
#block-menu-block-1 ul.menu li {
  float: left;
  list-style: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032397}}
#block-menu-block-1 ul.menu li a {
  font-size: 1.1em;
  font-weight: bold;
  font-family: 'NobelLight Regular';
  color: #898989;
  text-transform: uppercase;
  padding: 11px 20px;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032407}}
#block-menu-block-1 ul.menu li a.active {
  color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032411}}
#block-menu-block-1 ul.menu li a.active-trail {
  color: #fff;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032418}}
#block-menu-block-2 {
  position: absolute;
  top: 40px;
  left: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032423}}
#block-menu-block-2 ul.menu {
  display: block;
  width: 1038px;
  background: url(../images/bgmenu.png);
  padding: 0;
  margin: 0 auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032430}}
#block-menu-block-2 ul.menu li {
  float: left;
  list-style: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032433}}
#block-menu-block-2 ul.menu li a {
  font-size: 1.1em;
  font-weight: bold;
  font-family: 'NobelLight Regular';
  color: #898989;
  text-transform: uppercase;
  padding: 11px 20px;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032443}}
#block-menu-block-2 ul.menu li a.active {
  color: #fff;
}

/* =============================================================================
*   Page with left sidebar css
* ========================================================================== */
/* page left sidebar text and image */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032456}}
.node-content {
  width: 1040px;
  height: 540px;
  overflow: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032462}}
.node-content .node-content-bg {
  width: 1040px;
  height: 540px;
  background: url(../images/loader.png) no-repeat center center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032466}}
.node-content .node-content-bg .field-name-field-page-background img {
  float: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032471}}
.node-content .node-content-wrapper {
  background: url(../images/bgmenu.png);
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 81px;
  overflow: hidden;
  padding: 10px 0px;
  height: 500px;
  width: 260px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032481}}
.node-content .node-content-wrapper .node-content-sidebar {
  height: 475px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032483}}
.node-content .node-content-wrapper .node-content-sidebar .node-content-sidebar-body {
  padding: 0px 20px;
  color: #d7d7d7;
  font-size: 1.3em;
  line-height: 1.3em;
  font-family: 'Myriad Pro';
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032490}}
.node-content .node-content-wrapper .node-content-sidebar .node-content-sidebar-body p {
  margin-bottom: 1em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032495}}
.node-content .node-content-wrapper .node-content-sidebar .node-content-sidebar-img {
  padding: 0px 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032498}}
.node-content .node-content-wrapper .node-content-sidebar .node-content-sidebar-img figure {
  float: left;
  margin: 0px 8px 15px 8px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032502}}
.node-content .node-content-wrapper .node-content-sidebar .node-content-sidebar-img figure img {
  border-radius: 5px;
  opacity: 0.6;
  width: 60px;
  height: 60px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032509}}
.node-content .node-content-wrapper .node-content-sidebar .node-content-sidebar-img figure img:hover {
  opacity: 1;
  cursor: pointer;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032518}}
.node-content .node-content-wrapper .node-content-sidebar .node-content-sidebar-pdf ul.file-list {
  margin: 20px;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032522}}
.node-content .node-content-wrapper .node-content-sidebar .node-content-sidebar-pdf ul.file-list li {
  list-style: none;
  display: block;
  margin: 5px 0px;
  border-bottom: 1px solid #363535;
  clear: both;
  font-family: 'NobelLight Regular';
  height: 25px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032531}}
.node-content .node-content-wrapper .node-content-sidebar .node-content-sidebar-pdf ul.file-list li .file-list-item {
  height: 50px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032534}}
.node-content .node-content-wrapper .node-content-sidebar .node-content-sidebar-pdf ul.file-list li .file-list-item .file-list-item-left {
  float: left;
  font-size: 1.2em;
  text-transform: uppercase;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032540}}
.node-content .node-content-wrapper .node-content-sidebar .node-content-sidebar-pdf ul.file-list li .file-list-item .file-list-item-right {
  float: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032542}}
.node-content .node-content-wrapper .node-content-sidebar .node-content-sidebar-pdf ul.file-list li .file-list-item .file-list-item-right a {
  font-size: 1.3em;
  color: #898989;
  display: block;
  background: url(../images/pdf-icon.png) no-repeat center right;
  padding-right: 25px;
  height: 22px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032563}}
.no-lv3-menu .node-content-wrapper {
  top: 40px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032571}}
.page-node-10 .node-content-sidebar,
.page-node-9 .node-content-sidebar,
.page-node-11 .node-content-sidebar {
  height: 435px !important;
}

/* =============================================================================
*   page normal 
* ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032580}}
.normal-page .node-content {
  width: 1040px;
  height: 540px;
  overflow: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032586}}
.normal-page .node-content-body {
  position: absolute;
  top: 0;
  width: 1040px;
  height: 540px;
  overflow: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032593}}
.normal-page .node-content-body .field-items {
  margin: 60px 20px 30px 20px;
  font-size: 1.3em;
  line-height: 1.3em;
  font-family: 'Myriad Pro';
  color: #d7d7d7;
  height: 448px;
  overflow: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032602}}
.normal-page .node-content-body .field-items p {
  margin-bottom: 1em;
  padding-right: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032607}}
.normal-page .node-content-body .field-items strong {
  color: #fff;
}

/* =============================================================================
*   page scroll 
* ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032619}}
.jspScrollable .jspVerticalBar {
  background: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032621}}
.jspScrollable .jspVerticalBar .jspTrack {
  background: #2a2a2a;
  width: 8px;
  margin-left: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032629}}
.jspScrollable .jspVerticalBar .jspTrack .jspDrag {
  background: #555555;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032638}}
.jspScrollable .jspHorizontalBar {
  background: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032640}}
.jspScrollable .jspHorizontalBar .jspTrack {
  background: #2a2a2a;
  height: 8px;
  margin-left: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032648}}
.jspScrollable .jspHorizontalBar .jspTrack .jspDrag {
  background: #555555;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032656}}
.jspScrollable .jspHorizontalBar .jspCorner {
  display: none;
}

/* =============================================================================
*   browser tuning
* ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032666}}
.ff #block-menu-block-2 {
  top: 41px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032670}}
.ff .node-content-sidebar {
  top: 40px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032676}}
.ff.no-lv3-menu .node-content-sidebar {
  top: 41px;
}

/* =============================================================================
*   event-special
* ========================================================================== 
.view-event-special{
	margin:50px 20px 0;
	
	.item-list ul{
		margin:0;
		
		li{
			float:left;
			list-style:none;
			margin:0 25px 0 0;
			position: relative;
			
			.event-item {
				border:1px solid #3e3e3e;
				height:450px;
				
				.event-item-desc {
					position:absolute;
					left:0;
					top:340px;
					padding:15px;
					font-family: 'Myriad Pro';
					font-size:1.3em;
					color:#a4a4a4;
				}

			}
		}
		li.views-row-last{
			margin:0;
		}
	}
	.views-field-nothing{
		position: relative;
	}
	.event-item-day{
		background:url(../images/orange-transparent.png) repeat-x;
		font-family: 'Nexa Light Regular';
		font-size:2.9em;
		height: 72px;
		line-height:72px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
		
		span{
			background:url(../images/event-day-arrow.png) no-repeat right center;
			display: block;
			margin: 0 20px;
			width: 87%;
		}
	}
}

*/
/* =============================================================================
*   event-regular, event-special
* ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032743}}
.view-event-regular {
  margin: 60px 20px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032746}}
.view-event-regular .item-list {
  width: 830px !important;
  margin: 0 auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032750}}
.view-event-regular .item-list ul {
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032753}}
.view-event-regular .item-list ul li {
  background: transparent;
  border: none;
  color: #000000;
  float: left;
  list-style: none;
  position: relative;
  width: 270px;
  margin: 0px 3px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032763}}
.view-event-regular .item-list ul li .event-item {
  border: 1px solid #3e3e3e;
  height: 456px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032767}}
.view-event-regular .item-list ul li .event-item img {
  height: 380px;
  margin-top: 76px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032772}}
.view-event-regular .item-list ul li .event-item .event-item-desc {
  position: absolute;
  left: 0;
  top: 350px;
  padding: 15px;
  font-family: 'Myriad Pro';
  font-size: 1.3em;
  color: #a4a4a4;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032781}}
.view-event-regular .item-list ul li .event-item .event-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 225px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032790}}
.view-event-regular .item-list ul li.views-row-last {
  margin: 0px 4px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032795}}
.view-event-regular .event-item-day {
  background: url(../images/bg-event-reg-title.png) repeat-x;
  color: #FFF;
  font-family: 'Nexa Light Regular';
  font-size: 2em;
  height: 100px;
  left: 0;
  line-height: 20px;
  position: absolute;
  top: 0;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032807}}
.view-event-regular .event-item-day span {
  background: url(../images/event-day-arrow.png) no-repeat right center;
  display: block;
  margin: 19px 18px;
  width: 87%;
  height: 40px;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032816}}
.view-event-regular .event-item-image {
  height: 350px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032819}}
.view-event-regular .event-item-desc {
  font-family: "Myriad Pro";
  font-size: 1.3em;
  line-height: 1.3em;
  padding: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032826}}
.view-event-regular .reg-event-control .prev {
  background: url(../images/prev-next-48px.png) no-repeat left bottom;
  border: none;
  display: block;
  height: 48px;
  left: 40px;
  padding: 0;
  position: absolute;
  text-indent: -9999em;
  top: 50%;
  width: 48px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032838}}
.view-event-regular .reg-event-control .next {
  background: url(../images/prev-next-48px.png) no-repeat left top;
  border: none;
  display: block;
  height: 48px;
  padding: 0;
  position: absolute;
  right: 40px;
  text-indent: -9999em;
  top: 50%;
  width: 48px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032853}}
.view-event-special {
  margin: 60px 20px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032856}}
.view-event-special .item-list {
  width: 834px !important;
  margin: 0 auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032860}}
.view-event-special .item-list ul {
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032863}}
.view-event-special .item-list ul li {
  background: transparent;
  border: none;
  color: #000000;
  float: left;
  list-style: none;
  position: relative;
  width: 270px;
  margin: 0px 4px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032873}}
.view-event-special .item-list ul li .event-item {
  border: 1px solid #3e3e3e;
  height: 456px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032877}}
.view-event-special .item-list ul li .event-item .event-item-desc {
  position: absolute;
  left: 0;
  top: 350px;
  padding: 15px;
  font-family: 'Myriad Pro';
  font-size: 1.3em;
  color: #a4a4a4;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032886}}
.view-event-special .item-list ul li .event-item .event-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 225px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032893}}
.view-event-special .item-list ul li .event-item img {
  height: 380px;
  margin-top: 76px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032899}}
.view-event-special .item-list ul li.views-row-last {
  margin: 0px 4px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032904}}
.view-event-special .event-item-day {
  background: url(../images/bg-event-reg-title.png) repeat-x;
  color: #FFF;
  font-family: 'Nexa Light Regular';
  font-size: 2em;
  height: 100px;
  left: 0;
  line-height: 20px;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032916}}
.view-event-special .event-item-day span {
  background: url(../images/event-day-arrow.png) no-repeat right center;
  display: block;
  margin: 19px 18px;
  width: 87%;
  height: 40px;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032925}}
.view-event-special .event-item-image {
  height: 500px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032930}}
.view-event-special .reg-event-control .prev {
  background: url(../images/prev-next-48px.png) no-repeat left bottom;
  border: none;
  display: block;
  height: 48px;
  left: 40px;
  padding: 0;
  position: absolute;
  text-indent: -9999em;
  top: 50%;
  width: 48px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032942}}
.view-event-special .reg-event-control .next {
  background: url(../images/prev-next-48px.png) no-repeat left top;
  border: none;
  display: block;
  height: 48px;
  padding: 0;
  position: absolute;
  right: 40px;
  text-indent: -9999em;
  top: 50%;
  width: 48px;
}

/* =============================================================================
*   private parties
* ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032960}}
#node-41 .field-name-body {
  float: left;
  font-family: "Myriad Pro";
  font-size: 1.1em;
  margin: 50px 0 0 70px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032966}}
#node-41 .webform-client-form {
  border-left: 1px solid #242424;
  color: #d7d7d7;
  font-family: "Myriad Pro";
  float: right;
  margin: 40px 40px 0 0;
  padding-left: 20px;
  width: 335px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032975}}
#node-41 .webform-client-form .webform-component-markup {
  margin-top: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032978}}
#node-41 .webform-client-form .webform-component-markup h3 {
  color: #ff3f00;
  font-family: "Myriad Pro";
  font-size: 1.7em;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032986}}
#node-41 .webform-client-form .webform-component-markup p {
  font-family: "Myriad Pro";
  font-size: 1.3em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032991}}
#node-41 .webform-client-form label {
  float: left;
  font-size: 1.3em;
  font-weight: normal;
  line-height: 25px;
  width: 120px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000032998}}
#node-41 .webform-client-form .webform-component {
  clear: both;
  margin-top: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033002}}
#node-41 .webform-client-form .form-text {
  background: none;
  border: 1px solid #242424;
  color: #FFFFFF;
  font-size: 1.5em;
  padding: 3px 5px;
  width: 200px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033010}}
#node-41 .webform-client-form .hasDatepicker {
  background: url(../images/calendar-icon.png) no-repeat 187PX center #eeeeee;
  color: #111111;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033014}}
#node-41 .webform-client-form .form-select {
  background: #eeeeee;
  border: 1px solid #242424;
  color: #111111;
  font-size: 1.5em;
  padding: 2px 5px;
  width: 212px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033022}}
#node-41 .webform-client-form label.option {
  float: none;
  line-height: normal;
  width: auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033027}}
#node-41 .webform-client-form input.form-checkbox {
  margin-right: 5px;
  margin-top: 2px;
  vertical-align: top;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033032}}
#node-41 .webform-client-form .webform-component-checkboxes {
  margin-left: 122px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033036}}
#node-41 .webform-client-form .captcha img {
  margin-left: 120px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033039}}
#node-41 .webform-client-form .captcha label {
  line-height: 1em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033042}}
#node-41 .webform-client-form .captcha .description {
  color: #707070;
  font-size: 1.1em;
  margin-left: 120px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033048}}
#node-41 .webform-client-form .form-item-captcha-response {
  margin-top: 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033051}}
#node-41 .webform-client-form .form-submit {
  background: #e23a03;
  border: none;
  color: #dddddd;
  float: right;
  font-family: 'NobelLight Regular';
  font-size: 1.6em;
  padding: 5px 10px;
  text-transform: uppercase;
}

/* =============================================================================
*   photo gallery
* ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033067}}
.albums-item-wrapper {
  margin-left: 45px;
  margin-top: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033070}}
.albums-item-wrapper .album-item-page {
  display: block;
  text-align: center;
  font-size: 1.5em;
  padding: 10px 0px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033079}}
.album-nav-wrapper {
  display: block;
  clear: both;
  margin: 10px 0px;
  overflow: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033084}}
.album-nav-wrapper .album-nav {
  width: 110px;
  margin: 15px auto;
  overflow: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033088}}
.album-nav-wrapper .album-nav label {
  float: left;
  margin-top: 2px;
  margin-right: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033093}}
.album-nav-wrapper .album-nav select {
  float: left;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033098}}
.albums-item-list {
  margin: 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033101}}
.albums-item-list .album-page {
  list-style: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033103}}
.albums-item-list .album-page .album-item {
  cursor: pointer;
  float: left;
  height: 140px;
  overflow: hidden;
  position: relative;
  width: 190px;
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033112}}
.albums-item-list .album-page .album-item .album-item-overlay {
  background: url(../images/black-transparent.png);
  display: none;
  font-size: 1.4em;
  height: 140px;
  line-height: 1.3em;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0;
  width: 190px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033125}}
.albums-item-list .album-page .album-item .album-item-overlay .album-item-overlay-name {
  font-family: 'Nobel Regular Regular';
  margin: 25px 10px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033129}}
.albums-item-list .album-page .album-item .album-item-overlay .album-item-overlay-count {
  font-family: 'NobelLight Regular';
  margin-top: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033134}}
.albums-item-list .album-page .album-item a {
  display: block;
  height: 140px;
  left: 0;
  position: absolute;
  text-indent: -9999em;
  top: 0;
  width: 190px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033144}}
.albums-item-list .album-page .album-item img {
  height: 130px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033150}}
.albums-item-list .album-item:hover .album-item-overlay {
  display: block;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033156}}
.gallery-item-wrapper {
  margin-left: 45px;
  margin-top: 70px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033162}}
.gallery-item-list .gallery-item-photo,
.gallery-item-list .gallery-item-video {
  cursor: pointer;
  float: left;
  height: 140px;
  overflow: hidden;
  position: relative;
  width: 190px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033170}}
.gallery-item-list .gallery-item-photo .gallery-item-overlay,
.gallery-item-list .gallery-item-video .gallery-item-overlay {
  background: url(../images/black-transparent.png);
  display: none;
  font-size: 1.4em;
  height: 140px;
  line-height: 1.3em;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0;
  width: 190px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033183}}
.gallery-item-list .gallery-item-photo .gallery-item-overlay .gallery-item-overlay-name,
.gallery-item-list .gallery-item-video .gallery-item-overlay .gallery-item-overlay-name {
  font-family: 'Nobel Regular Regular';
  margin: 25px 10px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033187}}
.gallery-item-list .gallery-item-photo .gallery-item-overlay .gallery-item-overlay-count,
.gallery-item-list .gallery-item-video .gallery-item-overlay .gallery-item-overlay-count {
  font-family: 'NobelLight Regular';
  margin-top: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033192}}
.gallery-item-list .gallery-item-photo a,
.gallery-item-list .gallery-item-video a {
  display: block;
  height: 140px;
  left: 0;
  position: absolute;
  text-indent: -9999em;
  top: 0;
  width: 190px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033204}}
.gallery-item-list .gallery-item-photo:hover .gallery-item-overlay,
.gallery-item-list .gallery-item-video:hover .gallery-item-overlay {
  display: block;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033209}}
.video-list-wrapper {
  margin-left: 45px;
  margin-top: 70px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033213}}
.videos-item-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033218}}
.videos-item-list .video-item {
  cursor: pointer;
  float: left;
  height: 140px;
  overflow: hidden;
  position: relative;
  width: 190px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033226}}
.videos-item-list .video-item .video-item-overlay {
  display: none;
  font-size: 1.4em;
  line-height: 1.3em;
  right: 3px;
  position: absolute;
  bottom: 3px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033234}}
.videos-item-list .video-item .video-item-overlay .video-item-overlay-name {
  font-family: 'Nobel Regular Regular';
  margin: 25px 10px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033238}}
.videos-item-list .video-item .video-item-overlay .video-item-overlay-count {
  font-family: 'NobelLight Regular';
  margin-top: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033243}}
.videos-item-list .video-item a {
  background: url(../images/play-overlay.png) center center;
  display: block;
  height: 140px;
  left: 0;
  position: absolute;
  text-indent: -9999em;
  top: 0;
  visibility: hidden;
  width: 190px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033256}}
.videos-item-list .video-item:hover .video-item-overlay {
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033259}}
.videos-item-list .video-item:hover a {
  visibility: visible;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033265}}
.photo-control .prev,
.gallery-control .prev {
  background: url(../images/prev-arrow-nav.png);
  border: none;
  display: block;
  height: 27px;
  left: 10px;
  padding: 0;
  position: absolute;
  text-indent: -9999em;
  top: 50%;
  width: 27px;
  z-index: 10;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033279}}
.photo-control .next,
.gallery-control .next {
  background: url(../images/next-arrow-nav.png);
  border: none;
  display: block;
  height: 27px;
  right: 10px;
  padding: 0;
  position: absolute;
  text-indent: -9999em;
  top: 50%;
  width: 27px;
  z-index: 10;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033292}}
.photo-album-wrapper {
  font-family: "Myriad Pro";
  display: block;
  margin: 15px auto 0 35px;
  text-align: center;
  width: 970px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033299}}
.photo-album-wrapper .photo-album-info-title {
  color: #ff3f00;
  font-size: 1.8em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033303}}
.photo-album-wrapper .photo-album-info-count {
  color: #d7d7d7;
  font-size: 1.2em;
  font-style: italic;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033308}}
.photo-album-wrapper .photo-album-info-desc {
  color: #d7d7d7;
  font-size: 1.3em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033312}}
.photo-album-wrapper .photo-album-info-share {
  margin: 30px auto 20px 400px;
  width: 300px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033316}}
.photo-album-wrapper .photo-album-info-share a {
  padding: 0;
  text-align: left;
  width: 100px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033322}}
.photo-album-wrapper .photo-item-wrapper {
  height: 340px;
  overflow: auto;
  width: 970px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033329}}
.photo-album-wrapper .photo-item-wrapper .jspVerticalBar .jspTrack {
  background: #2a2a2a;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033333}}
.photo-album-wrapper .photo-item-wrapper .jspVerticalBar .jspTrack .jspDrag {
  background: #555555;
  width: 8px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033340}}
.photo-album-wrapper .photo-item-list {
  margin: 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033344}}
.photo-album-wrapper .photo-item-list li {
  float: left;
  list-style: none;
  height: 140px;
  width: 190px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033350}}
.photo-album-wrapper .photo-item-list li img {
  cursor: pointer;
  height: 130px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033358}}
.photo-album-control .prev-album {
  background: url(../images/prev-arrow-nav.png);
  display: block;
  height: 27px;
  left: 10px;
  padding: 0;
  position: absolute;
  text-indent: -9999em;
  top: 10px;
  width: 27px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033369}}
.photo-album-control .next-album {
  background: url(../images/next-arrow-nav.png);
  display: block;
  height: 27px;
  right: 10px;
  padding: 0;
  position: absolute;
  text-indent: -9999em;
  top: 10px;
  width: 27px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033381}}
.page-gallery-photos #block-system-main.photo-holder-active {
  display: table;
  width: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033385}}
.photo-album-photo-holder.active {
  display: table-cell;
  height: 540px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033393}}
.photo-album-photo-holder.active img.portrait {
  height: 538px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033398}}
.photo-album-photo-holder.active .photo-control .close {
  background: url(../images/close-button.png) no-repeat;
  display: block;
  height: 19px;
  position: absolute;
  right: 5px;
  text-indent: -9999em;
  top: 5px;
  width: 19px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033408}}
.photo-album-photo-holder.active .photo-control .fullscreen {
  background: url(../images/fullscreen-button.png) no-repeat;
  display: block;
  height: 13px;
  position: absolute;
  right: 35px;
  text-indent: -9999em;
  top: 8px;
  width: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033418}}
.photo-album-photo-holder.active .photo-control .prev-item {
  background: url(../images/prev-arrow-nav-sprite.png) no-repeat left top;
  display: block;
  height: 27px;
  position: absolute;
  left: 20px;
  text-indent: -9999em;
  top: 245px;
  width: 27px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033428}}
.photo-album-photo-holder.active .photo-control .next-item {
  background: url(../images/next-arrow-nav-sprite.png) no-repeat left top;
  display: block;
  height: 27px;
  position: absolute;
  right: 20px;
  text-indent: -9999em;
  top: 245px;
  width: 27px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033440}}
.page-gallery-photos-album #block-system-main {
  display: table;
  height: 538px;
  position: relative;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033445}}
.page-gallery-photos-album #block-system-main .photo-album-photo-holder {
  position: relative;
  text-align: center;
  vertical-align: middle;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033449}}
.page-gallery-photos-album #block-system-main .photo-album-photo-holder img.portrait {
  max-height: 538px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033453}}
.page-gallery-photos-album #block-system-main .photo-album-photo-holder .photo-control .close {
  background: url(../images/close-button.png) no-repeat;
  display: block;
  height: 19px;
  position: absolute;
  right: 5px;
  text-indent: -9999em;
  top: 5px;
  width: 19px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033463}}
.page-gallery-photos-album #block-system-main .photo-album-photo-holder .photo-control .fullscreen {
  background: url(../images/fullscreen-button.png) no-repeat;
  display: none;
  height: 13px;
  position: absolute;
  right: 35px;
  text-indent: -9999em;
  top: 8px;
  width: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033473}}
.page-gallery-photos-album #block-system-main .photo-album-photo-holder .photo-control .prev-item {
  background: url(../images/prev-arrow-nav-sprite.png) no-repeat left top;
  display: block;
  height: 27px;
  position: absolute;
  left: 20px;
  text-indent: -9999em;
  top: 245px;
  width: 27px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033483}}
.page-gallery-photos-album #block-system-main .photo-album-photo-holder .photo-control .next-item {
  background: url(../images/next-arrow-nav-sprite.png) no-repeat left top;
  display: block;
  height: 27px;
  position: absolute;
  right: 20px;
  text-indent: -9999em;
  top: 245px;
  width: 27px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033495}}
.page-gallery-photos-album #block-system-main .photo-album-share {
  background: url("../images/bg-overlayFooter.png") repeat-x left top;
  height: 56px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033502}}
.page-gallery-photos-album #block-system-main .photo-album-share .photo-album-share-script {
  left: 50%;
  margin-left: -140px;
  margin-top: 15px;
  position: absolute;
  width: 415px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033509}}
.page-gallery-photos-album #block-system-main .photo-album-share .photo-album-share-download {
  border: 1px solid #323232;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
  height: 18px;
  overflow: hidden;
  padding: 3px 8px;
  text-indent: -100em;
  width: 21px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033520}}
.page-gallery-photos-album #block-system-main .photo-album-share .photo-album-share-download a {
  background: url("../images/btn-download.png") no-repeat center center;
  display: block;
  height: 15px;
  width: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033528}}
.page-gallery-photos-album #block-system-main .photo-album-share .photo-album-share-this a {
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033532}}
.page-gallery-photos-album #block-system-main .photo-album-share .share-this-email {
  border: 1px solid #323232;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  float: left;
  padding: 5px 8px;
  margin-left: 5px;
  margin-right: 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033543}}
.page-gallery-photos-album #block-system-main .photo-album-share .share-this-google {
  display: block;
  float: left;
  margin-left: 30px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033549}}
.page-gallery-photos-album #block-system-main .share_email {
  background: url("../images/btn-email.png") no-repeat center center;
  height: 14px;
  width: 22px;
  overflow: hidden;
  text-indent: -9999em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033557}}
.page-gallery-videos #block-system-main {
  position: relative;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033560}}
.video-js {
  margin-left: 155px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033564}}
.video-control .video-close {
  background: url(../images/close-button.png) no-repeat;
  display: block;
  height: 19px;
  position: absolute;
  right: 5px;
  text-indent: -9999em;
  top: 5px;
  width: 19px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033574}}
.video-control .video-full {
  background: url(../images/fullscreen-button.png) no-repeat;
  display: block;
  height: 13px;
  position: absolute;
  right: 35px;
  text-indent: -9999em;
  top: 8px;
  width: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033584}}
.video-control .video-prev {
  background: url(../images/prev-arrow-nav-sprite.png) no-repeat left top;
  display: block;
  height: 27px;
  position: absolute;
  left: 20px;
  text-indent: -9999em;
  top: 245px;
  width: 27px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033594}}
.video-control .video-next {
  background: url(../images/next-arrow-nav-sprite.png) no-repeat left top;
  display: block;
  height: 27px;
  position: absolute;
  right: 20px;
  text-indent: -9999em;
  top: 245px;
  width: 27px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033606}}
.video-list-wrapper {
  display: block;
  font-family: "Myriad Pro";
  margin: 15px auto 0;
  text-align: center;
  width: 970px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033613}}
.video-list-wrapper .video-list-title {
  color: #ff3f00;
  font-size: 1.8em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033617}}
.video-list-wrapper .video-list-count {
  color: #D7D7D7;
  font-size: 1.2em;
  font-style: italic;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033622}}
.video-list-wrapper .video-list-share {
  margin: 30px auto 20px 340px;
  width: 300px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033626}}
.video-list-wrapper .video-list-share a {
  padding: 0;
  text-align: left;
  width: 100px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033632}}
.video-list-wrapper .videos-item-wrapper {
  height: 380px;
  overflow: auto;
  width: 970px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033640}}
.video-list-wrapper .videos-item-wrapper .jspVerticalBar .jspTrack {
  background: #2a2a2a;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033644}}
.video-list-wrapper .videos-item-wrapper .jspVerticalBar .jspTrack .jspDrag {
  background: #555555;
  width: 8px;
}

/* =============================================================================
*   block-block-2 - block that contain link to app, guest book, mailing list
* ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033656}}
.block-content .content-link-list {
  margin: 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033660}}
.block-content .content-link-list li {
  border: 1px solid #222222;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  float: left;
  list-style: none outside none;
  margin-right: 10px;
  padding: 2px 10px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033669}}
.content-link-app {
  background: url(../images/app-icon.png) no-repeat left center;
  color: #FFFFFF;
  display: block;
  font-family: 'NobelLight Regular';
  font-size: 1.8em;
  padding-left: 25px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033677}}
.content-link-guestbook {
  background: url(../images/guest-book-icon.png) no-repeat left center;
  color: #FFFFFF;
  display: block;
  font-family: 'NobelLight Regular';
  font-size: 1.8em;
  padding-left: 25px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033686}}
.content-link-mailing-list {
  background: url(../images/mail-list-icon.png) no-repeat left center;
  color: #FFFFFF;
  display: block;
  font-family: 'NobelLight Regular';
  font-size: 1.8em;
  padding-left: 25px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033695}}
.content-link-mailing-ticket {
  background: url(../images/ticket-icon.png) no-repeat left center;
  color: #FFFFFF;
  display: block;
  font-family: 'NobelLight Regular';
  font-size: 1.8em;
  padding-left: 25px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033704}}
#block-nodeblock-1 {
  margin-bottom: 0;
}

/* =============================================================================
*   audio player home page
* ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033711}}
#block-views-mp3-playlist-block-mp3-player {
  position: absolute;
}

/* =============================================================================
*   event-calendar
* ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033718}}
.view-event-calendar {
  margin-top: 40px;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033722}}
.view-event-calendar .view-content {
  margin: 0 auto;
  width: 930px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033727}}
.view-event-calendar .date-nav {
  position: static;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033730}}
.view-event-calendar .date-nav .date-nav-selector {
  position: static;
  margin: 5px auto 0;
  position: static;
  width: 200px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033737}}
.view-event-calendar .date-nav .date-nav-wrapper {
  margin: 0;
  position: static;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033741}}
.view-event-calendar .date-nav .date-nav-wrapper .date-nav {
  position: static;
  margin: 0;
  min-height: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033747}}
.view-event-calendar .date-nav .date-nav-wrapper .date-next {
  text-align: left;
  padding: 0;
  position: absolute;
  right: 25px;
  top: 4px;
  width: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033754}}
.view-event-calendar .date-nav .date-nav-wrapper .date-next a {
  background: url(../images/calendar-nav-sprite.png) right center;
  display: block;
  height: 417px;
  margin: 0;
  padding: 0;
  text-indent: -9999em;
  width: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033764}}
.view-event-calendar .date-nav .date-nav-wrapper .date-prev {
  text-align: left;
  left: 25px;
  padding: 0;
  position: absolute;
  top: 23px;
  width: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033771}}
.view-event-calendar .date-nav .date-nav-wrapper .date-prev a {
  background: url(../images/calendar-nav-sprite.png) left center;
  display: block;
  height: 417px;
  left: 0;
  margin: 0;
  padding: 0;
  text-indent: -9999em;
  width: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033789}}
.view-event-calendar .calendar-calendar .month-view .full tr {
  background: none;
  border: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033793}}
.view-event-calendar .calendar-calendar .month-view .full td {
  border: none;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033798}}
.view-event-calendar .calendar-calendar .month-view .full td.date-box.today,
.view-event-calendar .calendar-calendar .month-view .full td.single-day.today {
  border: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033801}}
.view-event-calendar .calendar-calendar .month-view .full .days {
  background: none;
  border: none;
  color: #FFF;
  font-family: 'NobelLight Regular';
  font-size: 1.2em;
  text-transform: uppercase;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033809}}
.view-event-calendar .calendar-calendar .month-view .full .date-box {
  border-bottom: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033812}}
.view-event-calendar .calendar-calendar .month-view .full .date-box .inner {
  background: url(../images/bg-date-box.png);
  border-color: #5d5c5c;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  margin: 3px 3px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033819}}
.view-event-calendar .calendar-calendar .month-view .full .date-box .inner .day {
  color: #fdf9e8;
  float: none;
  font-family: 'NobelLight Regular';
  font-size: 1.2em;
  font-weight: bold;
  padding: 0;
  text-align: center;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033832}}
.view-event-calendar .calendar-calendar .month-view .full .single-day .inner {
  border-color: #5d5c5c;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  margin: 0 3px 3px;
  min-height: 44px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033839}}
.view-event-calendar .calendar-calendar .month-view .full .single-day .monthview {
  background: none;
  border-radius: 0;
  moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin: 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033844}}
.view-event-calendar .calendar-calendar .month-view .full .single-day .monthview img {
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033848}}
.view-event-calendar .calendar-calendar .month-view .full .single-day img {
  max-width: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033852}}
.view-event-calendar .calendar-calendar .month-view .full .single-day.col-1 .item {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033857}}
.view-event-calendar .calendar-calendar .month-view .full .single-day.col-2 .item {
  width: 50%;
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033860}}
.view-event-calendar .calendar-calendar .month-view .full .single-day.col-2 .item img {
  left: 50%;
  margin-left: -40px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033867}}
.view-event-calendar .calendar-calendar .month-view .full .single-day.col-3 .item {
  width: 33%;
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033870}}
.view-event-calendar .calendar-calendar .month-view .full .single-day.col-3 .item img {
  left: 50%;
  margin-left: -40px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033877}}
.view-event-calendar .calendar-calendar .month-view .full .single-day.col-4 .item {
  width: 25%;
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033883}}
.view-event-calendar .calendar-calendar .month-view .full .date-box.empty {
  background: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033885}}
.view-event-calendar .calendar-calendar .month-view .full .date-box.empty .inner {
  background: url(../images/bg-cal-empty.png);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033887}}
.view-event-calendar .calendar-calendar .month-view .full .date-box.empty .inner .day {
  visibility: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033892}}
.view-event-calendar .calendar-calendar .month-view .full .single-day.empty {
  background: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033894}}
.view-event-calendar .calendar-calendar .month-view .full .single-day.empty .inner {
  background: url(../images/bg-cal-empty.png);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033898}}
.view-event-calendar .calendar-calendar .month-view .full .date-box.active {
  background: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033900}}
.view-event-calendar .calendar-calendar .month-view .full .date-box.active .inner {
  background: #e23a03;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033904}}
.view-event-calendar .calendar-calendar .month-view .full .date-box.active.empty {
  background: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033906}}
.view-event-calendar .calendar-calendar .month-view .full .date-box.active.empty .inner {
  background: url(../images/bg-cal-empty.png) repeat;
}

/* =============================================================================
*   gueslist
* ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033920}}
.page-node-68 h1#page-title,
.page-node-81 h1#page-title,
.page-node-71 h1#page-title {
  display: block;
  font-family: 'Nobel Regular Regular';
  font-size: 1.2em;
  font-weight: normal;
  padding: 20px 20px 0;
  text-transform: uppercase;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033928}}
.page-node-68 #block-system-main,
.page-node-81 #block-system-main,
.page-node-71 #block-system-main {
  border-left: 1px solid #242423;
  float: left;
  padding-left: 30px;
  width: 750px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033933}}
.page-node-68 #block-system-main .node-content,
.page-node-81 #block-system-main .node-content,
.page-node-71 #block-system-main .node-content {
  width: auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033936}}
.page-node-68 #block-system-main .node-content form h2,
.page-node-81 #block-system-main .node-content form h2,
.page-node-71 #block-system-main .node-content form h2 {
  color: #ff3f00;
  font-family: 'Myriad Pro';
  font-size: 1.7em;
  font-weight: normal;
  margin: 15px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033943}}
.page-node-68 #block-system-main .node-content form .MGLLabel,
.page-node-81 #block-system-main .node-content form .MGLLabel,
.page-node-71 #block-system-main .node-content form .MGLLabel {
  color: #d7d7d7;
  font-family: 'Myriad Pro';
  font-size: 1.3em;
  font-weight: normal;
  text-align: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033950}}
.page-node-68 #block-system-main .node-content form .MGLField,
.page-node-81 #block-system-main .node-content form .MGLField,
.page-node-71 #block-system-main .node-content form .MGLField {
  color: #d7d7d7;
  font-family: 'Myriad Pro';
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033953}}
.page-node-68 #block-system-main .node-content form .MGLField input[type="text"],
.page-node-81 #block-system-main .node-content form .MGLField input[type="text"],
.page-node-71 #block-system-main .node-content form .MGLField input[type="text"] {
  background-color: #000000;
  border: 1px solid #242424;
  color: #d7d7d7;
  font-family: 'Myriad Pro';
  font-size: 1.3em;
  padding: 5px;
  width: 230px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033963}}
.page-node-68 #block-system-main .node-content form .MGLField select,
.page-node-68 #block-system-main .node-content form .MGLField textarea,
.page-node-81 #block-system-main .node-content form .MGLField select,
.page-node-81 #block-system-main .node-content form .MGLField textarea,
.page-node-71 #block-system-main .node-content form .MGLField select,
.page-node-71 #block-system-main .node-content form .MGLField textarea {
  background-color: #000000;
  border: 1px solid #242424;
  color: #d7d7d7;
  font-family: 'Myriad Pro';
  font-size: 1.3em;
  padding: 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033971}}
.page-node-68 #block-system-main .node-content form .MGLField textarea,
.page-node-81 #block-system-main .node-content form .MGLField textarea,
.page-node-71 #block-system-main .node-content form .MGLField textarea {
  width: 230px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033974}}
.page-node-68 #block-system-main .node-content form .MGLField #MGLDOB,
.page-node-81 #block-system-main .node-content form .MGLField #MGLDOB,
.page-node-71 #block-system-main .node-content form .MGLField #MGLDOB {
  width: 93px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033977}}
.page-node-68 #block-system-main .node-content form .MGLField input.hasDatepicker,
.page-node-81 #block-system-main .node-content form .MGLField input.hasDatepicker,
.page-node-71 #block-system-main .node-content form .MGLField input.hasDatepicker {
  background: url(../images/calendar-icon-new.png) no-repeat 3px center !important;
  padding-left: 25px;
  width: 210px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033983}}
.page-node-68 #block-system-main .node-content form .MGLText,
.page-node-81 #block-system-main .node-content form .MGLText,
.page-node-71 #block-system-main .node-content form .MGLText {
  color: #707070;
  font-family: 'Myriad Pro';
  font-size: 1.1em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000033989}}
.page-node-68 #block-system-main .node-content form #MGLSubmitButton,
.page-node-68 #block-system-main .node-content form #MGLSubmit input,
.page-node-81 #block-system-main .node-content form #MGLSubmitButton,
.page-node-81 #block-system-main .node-content form #MGLSubmit input,
.page-node-71 #block-system-main .node-content form #MGLSubmitButton,
.page-node-71 #block-system-main .node-content form #MGLSubmit input {
  background: #D23704;
  border: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #DDDDDD;
  font-family: 'Nobel Regular Regular';
  font-size: 1.6em;
  padding: 5px 10px;
  text-transform: uppercase;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034001}}
.page-node-68 #block-system-main .node .field-items,
.page-node-81 #block-system-main .node .field-items,
.page-node-71 #block-system-main .node .field-items {
  margin: 0;
  width: 750px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034008}}
#block-block-12, #block-block-13 {
  margin-bottom: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034013}}
.page-node-67 .region h1#page-title, .page-node-76 .region h1#page-title, .page-node-77 .region h1#page-title, .page-node-102 .region h1#page-title {
  display: block;
  font-family: 'Nobel Regular Regular';
  font-size: 1.2em;
  font-weight: normal;
  padding: 20px 20px 0;
  text-transform: uppercase;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034021}}
.page-node-67 .node-content, .page-node-76 .node-content, .page-node-77 .node-content, .page-node-102 .node-content {
  width: auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034023}}
.page-node-67 .node-content .dining-reservation-form, .page-node-76 .node-content .dining-reservation-form, .page-node-77 .node-content .dining-reservation-form, .page-node-102 .node-content .dining-reservation-form {
  border-left: 1px solid #242423;
  float: left;
  padding-left: 30px;
  width: 715px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034030}}
.page-node-67 .node-content .dining-reservation-form form h2,
.page-node-67 .node-content .dining-reservation-form form .MGLTitle, .page-node-76 .node-content .dining-reservation-form form h2, .page-node-76 .node-content .dining-reservation-form form .MGLTitle, .page-node-77 .node-content .dining-reservation-form form h2, .page-node-77 .node-content .dining-reservation-form form .MGLTitle, .page-node-102 .node-content .dining-reservation-form form h2, .page-node-102 .node-content .dining-reservation-form form .MGLTitle {
  color: #ff3f00;
  font-family: 'Myriad Pro';
  font-size: 17px;
  font-weight: normal;
  margin: 15px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034037}}
.page-node-67 .node-content .dining-reservation-form form .MGLLabel, .page-node-76 .node-content .dining-reservation-form form .MGLLabel, .page-node-77 .node-content .dining-reservation-form form .MGLLabel, .page-node-102 .node-content .dining-reservation-form form .MGLLabel {
  color: #d7d7d7;
  font-family: 'Myriad Pro';
  font-size: 1.3em;
  font-weight: normal;
  text-align: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034044}}
.page-node-67 .node-content .dining-reservation-form form .MGLField, .page-node-76 .node-content .dining-reservation-form form .MGLField, .page-node-77 .node-content .dining-reservation-form form .MGLField, .page-node-102 .node-content .dining-reservation-form form .MGLField {
  color: #d7d7d7;
  font-family: 'Myriad Pro';
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034047}}
.page-node-67 .node-content .dining-reservation-form form .MGLField input[type="text"], .page-node-76 .node-content .dining-reservation-form form .MGLField input[type="text"], .page-node-77 .node-content .dining-reservation-form form .MGLField input[type="text"], .page-node-102 .node-content .dining-reservation-form form .MGLField input[type="text"] {
  background-color: #000000;
  border: 1px solid #242424;
  color: #d7d7d7;
  font-family: 'Myriad Pro';
  font-size: 1.3em;
  padding: 5px;
  width: 230px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034057}}
.page-node-67 .node-content .dining-reservation-form form .MGLField select,
.page-node-67 .node-content .dining-reservation-form form .MGLField textarea, .page-node-76 .node-content .dining-reservation-form form .MGLField select, .page-node-76 .node-content .dining-reservation-form form .MGLField textarea, .page-node-77 .node-content .dining-reservation-form form .MGLField select, .page-node-77 .node-content .dining-reservation-form form .MGLField textarea, .page-node-102 .node-content .dining-reservation-form form .MGLField select, .page-node-102 .node-content .dining-reservation-form form .MGLField textarea {
  background-color: #000000;
  border: 1px solid #242424;
  color: #d7d7d7;
  font-family: 'Myriad Pro';
  font-size: 1.3em;
  padding: 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034065}}
.page-node-67 .node-content .dining-reservation-form form .MGLField textarea, .page-node-76 .node-content .dining-reservation-form form .MGLField textarea, .page-node-77 .node-content .dining-reservation-form form .MGLField textarea, .page-node-102 .node-content .dining-reservation-form form .MGLField textarea {
  width: 230px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034068}}
.page-node-67 .node-content .dining-reservation-form form .MGLField #MGLDOB, .page-node-76 .node-content .dining-reservation-form form .MGLField #MGLDOB, .page-node-77 .node-content .dining-reservation-form form .MGLField #MGLDOB, .page-node-102 .node-content .dining-reservation-form form .MGLField #MGLDOB {
  width: 93px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034071}}
.page-node-67 .node-content .dining-reservation-form form .MGLField input.hasDatepicker, .page-node-76 .node-content .dining-reservation-form form .MGLField input.hasDatepicker, .page-node-77 .node-content .dining-reservation-form form .MGLField input.hasDatepicker, .page-node-102 .node-content .dining-reservation-form form .MGLField input.hasDatepicker {
  background: url(../images/calendar-icon-new.png) no-repeat 3px center !important;
  padding-left: 25px !important;
  width: 210px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034076}}
.page-node-67 .node-content .dining-reservation-form form .MGLField table, .page-node-76 .node-content .dining-reservation-form form .MGLField table, .page-node-77 .node-content .dining-reservation-form form .MGLField table, .page-node-102 .node-content .dining-reservation-form form .MGLField table {
  border: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034078}}
.page-node-67 .node-content .dining-reservation-form form .MGLField table tbody, .page-node-76 .node-content .dining-reservation-form form .MGLField table tbody, .page-node-77 .node-content .dining-reservation-form form .MGLField table tbody, .page-node-102 .node-content .dining-reservation-form form .MGLField table tbody {
  border: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034080}}
.page-node-67 .node-content .dining-reservation-form form .MGLField table tbody tr, .page-node-76 .node-content .dining-reservation-form form .MGLField table tbody tr, .page-node-77 .node-content .dining-reservation-form form .MGLField table tbody tr, .page-node-102 .node-content .dining-reservation-form form .MGLField table tbody tr {
  border: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034086}}
.page-node-67 .node-content .dining-reservation-form form .MGLText, .page-node-76 .node-content .dining-reservation-form form .MGLText, .page-node-77 .node-content .dining-reservation-form form .MGLText, .page-node-102 .node-content .dining-reservation-form form .MGLText {
  color: #707070;
  font-family: 'Myriad Pro';
  font-size: 1.1em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034092}}
.page-node-67 .node-content .dining-reservation-form form #MGLSubmit input, .page-node-76 .node-content .dining-reservation-form form #MGLSubmit input, .page-node-77 .node-content .dining-reservation-form form #MGLSubmit input, .page-node-102 .node-content .dining-reservation-form form #MGLSubmit input {
  background: #D23704;
  border: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #DDDDDD;
  font-family: 'Nobel Regular Regular';
  font-size: 1.6em;
  padding: 5px 10px;
  text-transform: uppercase;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034103}}
.page-node-67 .node-content .dining-reservation-form form .MGLSeperator, .page-node-76 .node-content .dining-reservation-form form .MGLSeperator, .page-node-77 .node-content .dining-reservation-form form .MGLSeperator, .page-node-102 .node-content .dining-reservation-form form .MGLSeperator {
  border: none;
  font-family: 'Myriad Pro';
  font-size: 1.3em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034110}}
.page-node-67 .node-content .dining-reservation-body, .page-node-76 .node-content .dining-reservation-body, .page-node-77 .node-content .dining-reservation-body, .page-node-102 .node-content .dining-reservation-body {
  color: #d7d7d7;
  float: left;
  font-family: 'Myriad Pro';
  margin: 0 20px;
  padding-top: 20px;
  width: 200px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034117}}
.page-node-67 .node-content .dining-reservation-body h2, .page-node-76 .node-content .dining-reservation-body h2, .page-node-77 .node-content .dining-reservation-body h2, .page-node-102 .node-content .dining-reservation-body h2 {
  color: #ff3f00;
  font-family: 'Myriad Pro';
  font-size: 1.7em;
  font-weight: normal;
  margin: 15px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034124}}
.page-node-67 .node-content .dining-reservation-body p, .page-node-76 .node-content .dining-reservation-body p, .page-node-77 .node-content .dining-reservation-body p, .page-node-102 .node-content .dining-reservation-body p {
  font-size: 1.3em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034128}}
.page-node-67 .node-content .node .field-items, .page-node-76 .node-content .node .field-items, .page-node-77 .node-content .node .field-items, .page-node-102 .node-content .node .field-items {
  margin: 0;
  width: 750px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034135}}
.page-node-102 {
  	/*clear: both;
    margin-right: 5%;
    padding-bottom: 40px;*/
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034142}}
.page-node-77 .node-content {
  width: auto;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034146}}
.dining-reservation-body, #block-block-14 {
  color: #d7d7d7;
  float: left;
  font-family: 'Myriad Pro';
  margin: 0 20px;
  width: 200px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034152}}
.dining-reservation-body h2, #block-block-14 h2 {
  color: #ff3f00;
  font-family: 'Myriad Pro';
  font-size: 1.7em;
  font-weight: normal;
  margin: 15px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034159}}
.dining-reservation-body p, #block-block-14 p {
  font-size: 1.3em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034166}}
.page-node-67.node-type-static-page #block-system-main,
.page-node-102.node-type-static-page #block-system-main,
.page-node-102.node-type-webform #block-system-main {
  border-left: 1px solid #242423;
  border-right: 1px solid #242423;
  float: left;
  margin-right: 20px;
  width: 380px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034172}}
.page-node-67.node-type-static-page #block-system-main .node-content,
.page-node-102.node-type-static-page #block-system-main .node-content,
.page-node-102.node-type-webform #block-system-main .node-content {
  float: left;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034176}}
.page-node-67.node-type-static-page #block-system-main .contact-content-img,
.page-node-102.node-type-static-page #block-system-main .contact-content-img,
.page-node-102.node-type-webform #block-system-main .contact-content-img {
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034180}}
.page-node-67.node-type-static-page .node .field-items,
.page-node-102.node-type-static-page .node .field-items,
.page-node-102.node-type-webform .node .field-items {
  margin-top: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034185}}
.page-node-102.node-type-webform #block-system-main {
  padding-left: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034188}}
.page-node-102.node-type-webform .captcha {
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034190}}
.page-node-102.node-type-webform .captcha img {
  height: 26px;
  left: 35%;
  position: absolute;
  top: 13px;
  width: auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034197}}
.page-node-102.node-type-webform .captcha label {
  left: 0;
  position: absolute;
  top: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034202}}
.page-node-102.node-type-webform .captcha input {
  left: 35%;
  position: absolute;
  top: 45px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034207}}
.page-node-102.node-type-webform .captcha .description {
  left: 35%;
  position: absolute;
  top: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034213}}
.page-node-102.node-type-webform #edit-actions {
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034215}}
.page-node-102.node-type-webform #edit-actions input {
  left: 0;
  position: absolute;
  top: 92px;
}

/*.dining-reservation-form, .page-node-76 .jspPane .field-item {
	border-left: 1px solid #242423;
	float:left;
	padding-left: 30px;
	width: 715px;				
}*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034230}}
#node-67 .jspScrollable {
  margin-top: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034234}}
.form-with-slide #block-views-ebook-block-block-1 {
  float: left;
  margin: 55px 20px 0;
  padding: 0 35px;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034240}}
.form-with-slide #block-system-main {
  float: left;
  border-left: 1px solid #242423;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034244}}
.form-with-slide #views_slideshow_cycle_main_ebook_block-block_1 {
  text-align: right;
  width: 490px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034247}}
.form-with-slide #views_slideshow_cycle_main_ebook_block-block_1 .ebook-item-file-dlinfo {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034251}}
.form-with-slide .node-content {
  width: 420px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034256}}
.form-with-slide .views-slideshow-controls-text-previous, .form-with-slide .views-slideshow-controls-text-next {
  float: left;
  overflow: hidden;
  text-indent: -100em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034260}}
.form-with-slide .views-slideshow-controls-text-previous a, .form-with-slide .views-slideshow-controls-text-next a {
  display: block;
  height: 30px;
  position: absolute;
  top: 40%;
  width: 30px;
  z-index: 999;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034269}}
.form-with-slide .views-slideshow-controls-text-pause {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034273}}
.form-with-slide .views-slideshow-controls-text-previous a {
  background: url("../images/bg_direction_nav.png") no-repeat 1px center;
  left: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034279}}
.form-with-slide .views-slideshow-controls-text-next a {
  background: url("../images/bg_direction_nav.png") no-repeat -29px center;
  right: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034291}}
.dining-reservation-form form h2,
.dining-reservation-form form .MGLTitle,
.page-node-67 .field-item h2,
.page-node-67 .field-item .MGLTitle,
.page-membership #block-block-18 h2,
.page-membership #block-block-18 .MGLTitle,
.form-with-slide .field-item h2,
.form-with-slide .field-item .MGLTitle {
  color: #ff3f00;
  font-family: 'Myriad Pro';
  font-size: 17px;
  font-weight: normal;
  margin: 15px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034298}}
.dining-reservation-form form .MGLLabel,
.page-node-67 .field-item .MGLLabel,
.page-membership #block-block-18 .MGLLabel,
.form-with-slide .field-item .MGLLabel {
  color: #d7d7d7;
  font-family: 'Myriad Pro';
  font-size: 1.3em;
  font-weight: normal;
  text-align: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034305}}
.dining-reservation-form form .MGLField,
.page-node-67 .field-item .MGLField,
.page-membership #block-block-18 .MGLField,
.form-with-slide .field-item .MGLField {
  color: #d7d7d7;
  font-family: 'Myriad Pro';
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034308}}
.dining-reservation-form form .MGLField input[type="text"],
.page-node-67 .field-item .MGLField input[type="text"],
.page-membership #block-block-18 .MGLField input[type="text"],
.form-with-slide .field-item .MGLField input[type="text"] {
  background-color: #000000;
  border: 1px solid #242424;
  color: #d7d7d7;
  font-family: 'Myriad Pro';
  font-size: 1.3em;
  padding: 5px;
  width: 230px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034318}}
.dining-reservation-form form .MGLField select,
.dining-reservation-form form .MGLField textarea,
.page-node-67 .field-item .MGLField select,
.page-node-67 .field-item .MGLField textarea,
.page-membership #block-block-18 .MGLField select,
.page-membership #block-block-18 .MGLField textarea,
.form-with-slide .field-item .MGLField select,
.form-with-slide .field-item .MGLField textarea {
  background-color: #000000;
  border: 1px solid #242424;
  color: #d7d7d7;
  font-family: 'Myriad Pro';
  font-size: 1.3em;
  padding: 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034326}}
.dining-reservation-form form .MGLField textarea,
.page-node-67 .field-item .MGLField textarea,
.page-membership #block-block-18 .MGLField textarea,
.form-with-slide .field-item .MGLField textarea {
  height: 110px;
  width: 230px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034330}}
.dining-reservation-form form .MGLField #MGLDOB,
.page-node-67 .field-item .MGLField #MGLDOB,
.page-membership #block-block-18 .MGLField #MGLDOB,
.form-with-slide .field-item .MGLField #MGLDOB {
  width: 93px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034333}}
.dining-reservation-form form .MGLField input.hasDatepicker,
.page-node-67 .field-item .MGLField input.hasDatepicker,
.page-membership #block-block-18 .MGLField input.hasDatepicker,
.form-with-slide .field-item .MGLField input.hasDatepicker {
  background: url(../images/calendar-icon-new.png) no-repeat 3px center !important;
  padding-left: 25px !important;
  width: 210px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034338}}
.dining-reservation-form form .MGLField table,
.page-node-67 .field-item .MGLField table,
.page-membership #block-block-18 .MGLField table,
.form-with-slide .field-item .MGLField table {
  border: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034340}}
.dining-reservation-form form .MGLField table tbody,
.page-node-67 .field-item .MGLField table tbody,
.page-membership #block-block-18 .MGLField table tbody,
.form-with-slide .field-item .MGLField table tbody {
  border: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034342}}
.dining-reservation-form form .MGLField table tbody tr,
.page-node-67 .field-item .MGLField table tbody tr,
.page-membership #block-block-18 .MGLField table tbody tr,
.form-with-slide .field-item .MGLField table tbody tr {
  background: none;
  border: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034349}}
.dining-reservation-form form .MGLText,
.page-node-67 .field-item .MGLText,
.page-membership #block-block-18 .MGLText,
.form-with-slide .field-item .MGLText {
  color: #707070;
  font-family: 'Myriad Pro';
  font-size: 1.1em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034355}}
.dining-reservation-form form #MGLSubmit input,
.page-node-67 .field-item #MGLSubmit input,
.page-membership #block-block-18 #MGLSubmit input,
.form-with-slide .field-item #MGLSubmit input {
  background: #D23704;
  border: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #DDDDDD;
  font-family: 'Nobel Regular Regular';
  font-size: 1.6em;
  padding: 5px 10px;
  text-transform: uppercase;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034366}}
.dining-reservation-form form .MGLSeperator,
.page-node-67 .field-item .MGLSeperator,
.page-membership #block-block-18 .MGLSeperator,
.form-with-slide .field-item .MGLSeperator {
  border: none;
  font-family: 'Myriad Pro';
  font-size: 1.3em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034372}}
.page-membership {
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034375}}
.page-membership .region .view-membership .view-content {
  width: 340px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034378}}
.page-membership .region .view-membership .view-footer .voucher-detail-container .voucher-detail-body-wrap {
  width: 410px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034384}}
.page-membership #block-block-18 .MGLLabel {
  float: left;
  width: 30%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034388}}
.page-membership #block-block-18 .MGLField {
  float: left;
  margin-left: 4%;
  width: 60%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034393}}
.page-membership #block-block-18 .MGLRow {
  clear: both;
  padding-bottom: 40px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034402}}
.page-node-67 .field-item .MGLField input[type="text"],
.page-node-67 .field-item .MGLField textarea {
  width: 200px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034408}}
.page-node-102 #edit-submitted-upload-resume-ajax-wrapper .form-item {
  width: auto;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034413}}
.page-node-102 form .form-item label {
  color: #d7d7d7;
  float: left;
  font-family: 'Myriad Pro';
  font-size: 1.3em;
  font-weight: normal;
  margin-right: 0;
  text-align: left;
  width: 35%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034423}}
.page-node-102 form .form-item input[type="text"], .page-node-102 form .form-item input[type="email"] {
  background-color: #000000;
  border: 1px solid #242424;
  color: #D7D7D7;
  font-family: 'Myriad Pro';
  font-size: 1.3em;
  padding: 5px;
  width: 230px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034432}}
.page-node-102 form .form-item textarea, .page-node-102 form .form-item select {
  background-color: #000000;
  border: 1px solid #242424;
  color: #D7D7D7;
  font-family: 'Myriad Pro';
  font-size: 1.3em;
  padding: 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034440}}
.page-node-102 form .form-item textarea {
  width: 60%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034443}}
.page-node-102 form .form-item #edit-submitted-upload-resume {
  border: 1px solid #242424;
  background: url("../images/btn-chooseFile.jpg") no-repeat left center;
  cursor: pointer;
  display: inline-block;
  height: 26px;
  width: 240px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034451}}
.page-node-102 form .form-item #edit-submitted-upload-resume-upload {
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -o-opacity: 0;
  filter: alpha(opacity=0);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034458}}
.page-node-102 form .form-item .grippie, .page-node-102 form .form-item #edit-submitted-upload-resume-upload-button {
  display: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034462}}
.ie #edit-submitted-upload-resume-upload {
  height: 25px;
  width: 70px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034467}}
.page-node-76.node-type-static-page .node .field-items,
.page-node-77.node-type-static-page .node .field-items {
  margin: 0 20px 15px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034471}}
#block-block-10,
#block-block-15 {
  color: #d7d7d7;
  float: left;
  font-family: 'Myriad Pro';
  margin: 0 20px;
  width: 200px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034478}}
#block-block-10 .block-title,
#block-block-10 h2,
#block-block-15 .block-title,
#block-block-15 h2 {
  color: #ff3f00;
  font-family: 'Myriad Pro';
  font-size: 1.7em;
  font-weight: normal;
  margin: 15px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034485}}
#block-block-10 p,
#block-block-15 p {
  font-size: 1.3em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034488}}
#block-block-10 .concierge-wrapper a,
#block-block-15 .concierge-wrapper a {
  background: url(../images/concierge-button.png) no-repeat;
  display: block;
  height: 38px;
  text-indent: -9999em;
  width: 174px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034498}}
ul.jp-controls .jp-stop {
  display: none;
}

/* =============================================================================
*   location images
* ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034507}}
.view-location-image {
  background: url(../images/grey2-transparent.png);
  top: 353px;
  position: absolute;
  right: 33px;
  width: 745px;
  z-index: 2;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034514}}
.view-location-image .view-content {
  margin: 0 auto;
  width: 630px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034517}}
.view-location-image .view-content .item-list ul li {
  height: 60px;
  margin: 10px 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034520}}
.view-location-image .view-content .item-list ul li img {
  width: 60px;
  height: 60px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034527}}
.view-location-image .locimg-control .prev {
  background: url(../images/img-loc-prev.png) no-repeat;
  border: none;
  display: block;
  height: 15px;
  left: 25px;
  padding: 0;
  position: absolute;
  text-indent: -9999em;
  top: 33px;
  width: 9px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034539}}
.view-location-image .locimg-control .next {
  background: url(../images/img-loc-next.png) no-repeat;
  border: none;
  display: block;
  height: 15px;
  padding: 0;
  position: absolute;
  right: 25px;
  text-indent: -9999em;
  top: 33px;
  width: 9px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034554}}
.logged-in .view-location-image {
  top: 333px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034558}}
.feed-icon {
  display: none;
}

/* =============================================================================
*   Dining event regular
* ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034565}}
.view-dining-event-regular {
  margin: 50px 20px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034568}}
.view-dining-event-regular .view-content {
  margin: 0 auto;
  width: 835px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034572}}
.view-dining-event-regular .item-list ul {
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034575}}
.view-dining-event-regular .item-list ul li {
  float: left;
  list-style: none;
  margin: 0 5px;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034581}}
.view-dining-event-regular .item-list ul li .event-item {
  border: 1px solid #3e3e3e;
  height: 450px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034585}}
.view-dining-event-regular .item-list ul li .event-item .event-item-desc {
  position: absolute;
  left: 0;
  top: 372px;
  padding: 15px;
  font-family: 'Myriad Pro';
  font-size: 1.3em;
  color: #a4a4a4;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034597}}
.view-dining-event-regular .views-field-nothing {
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034600}}
.view-dining-event-regular .event-item-day {
  background: url(../images/orange-transparent.png) repeat-x;
  font-family: 'Nexa Light Regular';
  font-size: 2.9em;
  height: 72px;
  line-height: 72px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034611}}
.view-dining-event-regular .event-item-day span {
  background: url(../images/event-day-arrow.png) no-repeat right center;
  display: block;
  margin: 0 20px;
  width: 87%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034619}}
.view-dining-event-regular .reg-event-control .prev {
  background: url("../images/prev-next-48px.png") no-repeat left bottom;
  border: medium none;
  display: block;
  height: 48px;
  left: 40px;
  padding: 0;
  position: absolute;
  text-indent: -9999em;
  top: 50%;
  width: 48px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034631}}
.view-dining-event-regular .reg-event-control .next {
  background: url("../images/prev-next-48px.png") no-repeat left top;
  border: medium none;
  display: block;
  height: 48px;
  padding: 0;
  position: absolute;
  right: 40px;
  text-indent: -9999em;
  top: 50%;
  width: 48px;
}

/* =============================================================================
*   Block Image Membership
* ========================================================================== */
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034650}}
#block-block-16,
#block-block-17 {
  position: absolute;
  right: 25px;
  top: 60px;
  z-index: 1;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034658}}
.view-press .date-nav-selector {
  display: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034664}}
.html.node-type-resident-djs #block-menu-block-2 {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034667}}
.html.node-type-resident-djs #block-custom-djs {
  top: 50px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034671}}
.page-resident-djs #block-menu-block-2 {
  display: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034676}}
#protected-node-enterpassword .form-wrapper {
  border: none;
  font-size: 1.4em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034680}}
#protected-node-enterpassword .form-wrapper label {
  color: #D7D7D7;
  font-family: 'Myriad Pro';
  font-weight: normal;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034685}}
#protected-node-enterpassword .form-wrapper .form-type-password {
  margin-bottom: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034688}}
#protected-node-enterpassword .form-wrapper .form-text {
  background-color: #000000;
  border: 1px solid #242424;
  color: #D7D7D7;
  float: left;
  font-family: 'Myriad Pro';
  font-size: 1.3em;
  margin-right: 15px;
  padding: 3px 5px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034701}}
.view-event-calendar .calendar-calendar .month-view .full .single-day.col-4 .item {
  float: left;
  width: 25%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034705}}
.view-event-calendar .calendar-calendar .month-view .full .single-day.col-5 .item {
  float: left;
  width: 20%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034711}}
#readmore-in-facebook {
  background: url(../images/PlusSign.png) no-repeat center center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034713}}
#readmore-in-facebook .readmore-in-facebook {
  display: none;
  background: url("../images/black-transparent.png") repeat scroll 0 0 transparent;
  display: none;
  font-size: 1.4em;
  height: 140px;
  left: 0;
  line-height: 1.3em;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0;
  width: 190px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034726}}
#readmore-in-facebook .readmore-in-facebook p {
  margin-bottom: 0;
  padding-top: 21%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034730}}
#readmore-in-facebook .readmore-in-facebook a {
  text-decoration: none;
  text-indent: 0;
  line-height: 172px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034736}}
#readmore-in-facebook:hover .readmore-in-facebook {
  display: block;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034741}}
iframe {
  border: 0 none transparent;
  outline: none;
  background: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/deni\/public_html\/eastclub\/sites\/all\/themes\/eastclub\/sass\/global\.styles\.scss}line{font-family:\000034748}}
.page-node-nodequeue #block-menu-block-1 {
  display: none;
}
