/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */

BODY {
   text-rendering:optimizeLegibility;
}

.element-invisible { left: -1px; }

#page {
	font-size: .875em;
	line-height: 1.28571429em;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
	html {
		-webkit-text-size-adjust: none;
	}
}

A:link {
	text-decoration: none !important;
	border-bottom: 1px #000 dotted;
}

A:hover, A:focus {
	border-bottom-style: solid;
}

a[href$=".pdf"]:after, a[href*=".pdf#page="]:after {
	content: " "url(../images/icon_pdf.gif);
	vertical-align: middle;
}

.block-logo A, .logo A, DIV.site-name A, .block-banner A, UL.horizontal-tabs-list A, .views-field-field-photo A, .block-social A, .mean-bar A, .block-menu-trigger A { border-bottom-width: 0; }

A#main-content { display: block; border-bottom-width: 0; }

DIV.site-name {
	font-size: 1.57142857em;
	line-height: normal;
	margin: 20px 0 0 0;
	font-weight: bold;
}
DIV.site-name A.active { text-decoration: none !important; }

li a.active { color: inherit; }

pre,
code {
  font-size: 1.14285714em; /* Monospace fonts can be hard to read */
  font-family: "Courier New", "DejaVu Sans Mono", monospace;
}

/*
 * Headings
 */
H1, H2, H3, H4, H5, H6 {
	font-weight: bold;
	line-height: normal;
}

h1 {
	font-size: 1.57142857em;
	margin-bottom: 0.13636364em;
}

h2 {
	font-size: 1.14285714em;
	margin-bottom: 0.14285714em;
}

H3 { font-size: 1.07142857em; }
P + H3, OL + H3, UL + H3, TABLE + H3 { margin-top: 1.5em; }
.region-sidebar-second P + H3, .region-sidebar-second OL + H3, .region-sidebar-second UL + H3 { margin-top: 0em; }

H4 {
	font-size: 1em;
	font-style: italic;
}

H5 { font-size: 1em; }
H6 { font-size: 1em; }

.view TABLE CAPTION {
	font-size: 1.14285714em;
	font-weight: bold;
	line-height: normal;
	text-align: left;
}

/*
 * Block-level elements
 */
p,
dl,
pre {
	margin: 0px 0px 1em 0px;
}

P.subtitle, .node DIV.field-name-field-subtitle
{
	font-style: italic;
	font-size: 1.14285714em;
}

H2+P.subtitle { font-size: 1.14285714em; }
H3+P.subtitle { font-size: 1em; }


P.promo
{
	text-align: center;
	font-weight: bold;
}

H1 + P.promo, H2 + P.promo, H3 + P.promo {
	margin-top: 1em;
}

P.address, P.indent { margin-left: 2em; }
P.note
{
	font-style: italic;
	font-size: 0.85714286em;
	line-height: normal;
}

P.note EM
{
	font-style: normal;
}


P.listheader
{
	margin-bottom: 3px;
	font-weight: bold;
}
P.citation
{
	text-indent: -3em;
	padding-left: 3em;
}

P.right, DIV.right, TD.right { text-align: right; }
P.center, DIV.center, TD.center { text-align: center; }

P.sponsorlogos { text-align: center; }
P.sponsorlogos A { border: none; }

P.sponsorlogos IMG
{
	vertical-align: middle !important;
	padding: 5px 10px !important;
	border: none !important;
}

P.sponsorlogos A.external-link, DIV.acrobat A.external-link, A.noicon, A.banner
{
	background: none;
	padding-right: 0px;
}

DIV.addressfield-container-inline::after,
DIV.entity-field-collection-item::after,
DIV.field-type-fivestar .clearfix::after { clear: none !important; content: normal !important; }

div.fivestar-widget .star,
div.fivestar-widget-static .star { float: none; display: inline-block; }

DIV[id^=addressfield-wrapper]::after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.views-field-field-telephone { white-space: nowrap; }

.tel { white-space: nowrap; }

BLOCKQUOTE
{
	margin: 0px 2em 1.2em 2em;
	font-style: italic;
	line-height: normal;
}

BLOCKQUOTE.author {
	text-align: right;
}

#region-sidebar-second BLOCKQUOTE
{
	margin: 0px 1em 1.2em 1em;
}


.node-unpublished /* Unpublished nodes */ {
	background-color: #eee;
}

.node-unpublished div.unpublished,
.comment-unpublished div.unpublished /* The word "Unpublished" displayed underneath the content. */ {
  height: 0;
  overflow: visible;
  color: #000;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word; /* A very nice CSS3 property */
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  -moz-opacity:0.1;
  -khtml-opacity: 0.1;
  opacity: 0.1;
  z-index: 100;
  position: relative;
}

.node.node-unpublished .picture,
.comment.comment-unpublished .picture {
  position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
}
/*
 * Lists
 *
 * We need to standardize the list item indentation.
 */
ul,
ol {
	margin-left: 0;
	padding-left: 2em; /* LTR */
	margin-bottom: 1em;
}

.block ul,
.item-list ul /* Drupal overrides */ {
	margin: 0px 0px 1em 0px;
	padding: 0 0 0 2em; /* LTR */
}

ul ul, ul ol,
ol ol, ol ul,
.block ul ul, .block ul ol,
.block ol ol, .block ol ul,
.item-list ul ul, .item-list ul ol,
.item-list ol ol, .item-list ol ul {
  margin: 0;
}

#autocomplete li { margin-bottom: 0px !important; padding: 0 3px; }
#autocomplete li {
  color: inherit;
}


.item-list ul li {
	list-style: inherit;
	margin-left: 0;
	margin: 0px 0px .5em 0px;
	padding: 0;
}

.node UL LI, .node OL LI {
	margin-bottom: .5em;
}

ul.menu li,
li.expanded,
li.collapsed,
li.leaf /* Drupal override */ {
  margin: 0;
  padding: 0;
}

ul          { list-style-type: disc; }
ul ul       { list-style-type: circle; }
ul ul ul    { list-style-type: square; }
ul ul ul ul { list-style-type: circle; }
ol          { list-style-type: decimal; }
ol ol       { list-style-type: lower-alpha; }
ol ol ol    { list-style-type: decimal; }

dt {
  font-weight: bold;
}

dd {
  margin: 0px 0px .5em 2em;
  padding: 0;
}


.region-sidebar-second ul { padding-left: 1.5em; }

.readmore, .readless { display: block; text-align: right; line-height: normal; }
.readmore A.readmore-link, .readless A.readless-link { text-decoration: none !important; border-bottom-width: 0;}

.more-link, .node-readmore { font-style: italic; }


/*
 * Tables
 *
 * Drupal provides table styling which is only useful for its admin section
 * forms, so we override this default CSS. (We set it back in forms.css.)
 */
table {
	border-spacing: 1px;
	border-collapse: separate;
	width: 100%;
	margin: 0px 0px 18px 0px;
}

TD, TH { padding: 3px; }
TD { vertical-align: middle; }

TABLE TBODY, TBODY TH, THEAD TH { border: none; }
THEAD TH { text-align: center; vertical-align: bottom; font-weight: bold; }
THEAD TH A { text-decoration: none; }
TH.right, TD.right, TBODY TH { text-align: right; }
TBODY TH { vertical-align: top; }

TR.odd { background-color: transparent; }

tbody {
  border-top: none;
}

TABLE.data { border-collapse: collapse; }
TABLE.data TD, TABLE.data TH { border: 1px #CCC solid; }

/*
 * Inline Elements
 */

SMALL
{
	font-size: 0.85714286em;
	font-weight: normal !important;
}

abbr {
  border-bottom: 1px dotted #666;
  cursor: help;
  white-space: nowrap;
}

abbr.created /* Date-based "abbreviations" show computer-friendly timestamps which are not human-friendly. */ {
  border: none;
  cursor: auto;
  white-space: normal;
}

.submitted, .submitted-by, .comment-submitted /* The "posted by" information */ {
	font-size: 0.85714286em;
	color: #666;
	margin-bottom: .3em;
}

.clearboth { clear: both; }

form .field-add-more-submit { margin-left: 1em; }

/** comments **/

#comments, #block-views-comments-block-block, #block-commentsblock-comment-form-block /* Wrapper for the list of comments and its title */ {
	margin-top: 2em;
}

DIV.mollom-privacy { 	font-size: 0.85714286em;
	color: #666;
	margin-bottom: .5em;
}

#edit-author--2 { margin-bottom: 0; }
#edit-author--2 LABEL { display: inline; }

.new /* "New" marker for comments that are new for the current user */ {
  color: #c00;
}

.comment .user-picture, .node-forum .user-picture /* The picture of the comment author */ {
	float: right;
	clear: right;
	padding-left: 10px;
}

.profile { margin: 0; }

.comment /* Wrapper for a single comment */ {
	border-width: 0 0 1px 0;
	border-color: #ccc;
	border-style: solid;
}

.comment.last,
#block-views-comments-block-block DIV.views-row-last .comment {
	border-bottom-width: 0;
	margin-bottom: 0;
}


#edit-comment-body { margin-bottom: 1em; }

/** taxonomy **/

DIV.field-type-taxonomy-term-reference DIV.field-item { padding-right: .5em; }
DIV.field-type-taxonomy-term-reference DIV.field-item:after { content:" "; }


/** images **/
IMG { border: none; }

IMG.right, IMG.eventimage, DIV.acrobat, DIV.right, .image-right
{
	float: right;
	margin: 0px 0px .5em 20px;
}

IMG.left, .image-left
{
	float: left;
	margin: 0px 20px .5em 0px;
}

.caption {
	font-size: 0.85714286em;
	color: #666;
	line-height: normal;
	display: block;
	margin-bottom: 1em;
}

.image-left {
	display: block;
	text-align: left;
}

.image-right {
	display: block;
	text-align: right;
}

.standalone-image {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*
 * Horizontal rules
 */
hr {
	height: 1px;
	border: 0;
	color: #ccc;
	background-color: #ccc;
}

/*
 * Forms
 */
form {
	margin: 0;
	padding: 0;
	clear: right;
}

tr.odd .form-item, tr.even .form-item { white-space: normal; }

.views-field-edit-node { font-size: 0.85714286em; }
.views-field-edit-node A { border-bottom-width: 0; }
.block-search .container-inline { padding-top: 0; }
.views-display-columns > * { margin-left: 0; }

FIELDSET {
	margin: 1em 0 1em 0;
	padding: .5em 10px 0 10px;
	border: 1px solid #ccc;
	border-color: rgba(0, 0, 0, 0.3);
}

DIV.filter-wrapper { padding: 0; border: none; }
FIELDSET.filter-wrapper { padding: .5em 0 0 0; border: none; }
.filter-guidelines { padding: 0; }

FIELDSET FIELDSET, DIV.box FIELDSET {
	background-color: transparent !important;
}

div.vertical-tabs .vertical-tabs-panes .vertical-tabs-pane fieldset { padding: 10px !important; }

LEGEND { font-weight: bold; }

DIV[id^=addressfield-wrapper] > DIV > LABEL + DIV.form-type-select, 
DIV[id^=addressfield-wrapper] div.name-block, 
DIV[id^=addressfield-wrapper] div.street-block, 
DIV[id^=addressfield-wrapper] div.locality-block { margin-left: 10px; }
DIV[id^=addressfield-wrapper] .form-item .form-item LABEL { font-weight: normal; }


DIV.field, .fieldset-description, .field-group-accordion-wrapper, .form-wrapper, #edit-account .form-item, DIV[id^=addressfield-wrapper] { margin-bottom: 1.5em; }
.form-item, .form-actions { margin-top: 0; }



.form-item .form-item,
.form-wrapper fieldset,
#views-ajax-popup .form-wrapper,
#edit-account .form-item .form-item { margin-bottom: 0; }


.form-checkboxes .form-item, .form-radios .form-item, DIV[id^=addressfield-wrapper] .form-wrapper .form-item { margin-top: 0; margin-bottom: 0.4em; }

.location .form-item label { float: none; }

.responsive-layout-mobile div.name-given-wrapper,
.responsive-layout-mobile div.name-middle-wrapper,
.responsive-layout-mobile div.name-generational-wrapper,
.responsive-layout-mobile div.name-family-wrapper { float: none !important; margin-right: 0 !important; }

.responsive-layout-mobile div.office-hours-block LABEL { display: block; }


#edit-timezone { padding: 0; border-width: 0; margin: 0; }
#edit-timezone legend { display: none; }

.field-type-field-collection TD.field-multiple-drag + TD {
	border-width: 1px 0 1px 1px;
	border-color: #ccc;
	border-style: solid;
	padding: 10px 0 10px 1em;
}


select[size="0"],
select[size="1"] {
	background-image: url(../../omega/omega/images/select-arrow.gif);
	padding: 2px 3px;
	background-repeat: no-repeat;
	background-position: right center;
}

.office-hours-block SELECT,
.field-type-phone-number input[type="text"],
.field-type-datetime input[type="text"],
#edit-commerce-payment SELECT,
#edit-commerce-payment input[type="text"],
#field-ui-field-edit-form input[type="text"],
#field-ui-field-edit-form SELECT,
#edit-quantity,
.token-tree { width: auto; }



.vertical-tabs .form-type-textfield input,
.location .form-item input,
input[type=text], input[type=url], input[type=email], input[type=password], input[type=tel] { width: 100%; max-width: 100%; }



.field-widget-office-hours TD { padding: 0; }
.field-widget-office-hours TD DIV { vertical-align: bottom; }
.field-widget-office-hours .office-hours-block LABEL { font-weight: normal; margin-left: 1em; }
.field-widget-office-hours TR.even { background-color: transparent; }
.field-widget-office-hours A.oh-add-more-link { margin: 0 0 1em 2em; }

.field-widget-office-hours A.oh-add-more-link,
.field-widget-office-hours A.oh-clear-link,
.field-widget-office-hours A.oh-apply-link-0 { font-size: 0.85714286em; border-bottom-width: 0; }


div.addressfield-container-inline > div.form-item { float: none; margin-right: 0; }

.container-inline-date .form-item input,
.confirm-parent, .password-parent,
#edit-timezone select,
select.location_auto_country,
select.state,
select.country { width: 100%; }

select {
	text-overflow: ellipsis;
	max-width: 100%;
}


.cke_reset_all, .cke_reset_all * { white-space: normal !important; }

.tips, .filter-help, .form-item .description { font-size: 0.85714286em; 	color: #666; line-height: normal;
}

.form-type-checkbox, .form-type-radio {
	text-indent: -1.3em;
	padding-left: 1.3em;
	line-height: normal;
}

.webform-container-inline .form-type-checkbox,
.webform-container-inline .form-type-radio,
.page-node-webform-emails .form-type-checkbox, 
.page-node-webform-emails .form-type-radio {
	text-indent: 0;
	padding-left: 0;
}

.webform-container-inline label,
.webform-container-inline div,
.webform-container-inline div.form-item { display: inline-block; }

.form-type-checkbox-tree .form-type-checkbox, .form-type-checkbox-tree .form-type-radio { text-indent: 0; padding-left: 0; }

.form-type-checkbox .description  { margin-left: 0; text-indent: 0; }

BODY.node-type-webform DIV.field-name-body { margin-bottom: 0; }

/* General IR statements */
.replace {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-size: 1.2em;       /* Choose a font-size here that will keep the headline small enough to fit completely under the span. */
}

.replace em {
	display: block;
	position: absolute;
	top: 0;
/*
left: 0;
*/
	z-index: 1; /* for opera5 (?) and o6/mac */
}

.replace a {
	cursor: hand;           /* for ie5.x/win, invalid */
	c\ursor: pointer;       /* reset for other browsers */
}

/* General IR statements for IE5.x mac only */

* html>body .replace {
	position: static;
	overflow: visible;
	font-size: 10px;
/* Since overflow: hidden doesn'twork with ie5.x/mac, we choose a font-size here that will keep the headline small enough to fit completely under the span.*/
}

* html>body .replace em  {
	position: static;
}

* html>body .replace a {
	text-decoration: none; /* ie5.0-5.1.x/mac must have this value or the underline shows through the image. */
}

* html>body #banner em {	/* for ie5.x/mac only */
	margin-bottom: -85px;   /* Required to bring text underneath image. Use the negative height of the image here.*/
}

#image_src { display: none; }

/* Google Map */
IFRAME.map
{
	width: 100%;
	height: 350px;
}

A.leaflet-popup-close-button { border-bottom-width: 0; }

DIV.map-link { color: #999; font-size: 0.85714286em; }

/* Search & Taxonomy */

.view-taxonomy-term .views-row { margin-bottom: 1em; }


.search-results .title,
.view-taxonomy-term .node-title { font-size: 1em; }

.search-results { list-style-type: decimal; }

.search-results .search-snippet-info { padding-left: 0; }

.search-results p,
.view-taxonomy-term p { margin-bottom: .25em; }

.view-taxonomy-term .field { margin-bottom: 0; }
.view-taxonomy-term BR { display: none; }

.search-results .search-info {
	color: #666;
	text-align: right;
	font-size: 0.92857143em;
}

#section-header .block-search { text-align: right; margin-top: 3px; padding: 10px; }
.responsive-layout-mobile #section-header .block-search H2 { left: auto; position: static !important; height: auto; overflow: visible; clip: auto; }
#section-header .block-search INPUT.form-text { width: 100%; }
.block-search div.form-actions { padding-left: 0px; }
.block-search DIV.form-item INPUT { width: 100%; }
.block-search DIV.form-actions INPUT { margin: 0; }

.block-search .container-inline { display: table; }
.block-search .form-item-search-block-form {
	display: table-cell;
	width: 100%;
	padding-right: .5em;
}
.block-search div.form-actions { display: table-cell; }

/* columns */
DIV.half
{
	width: 50%;
	float: left;
}

DIV.third
{
	width: 33.3%;
	float: left;
}

DIV.half P, DIV.half LI, DIV.third P, DIV.third LI {
	margin-right: 20px;
}



/* modules */

#breadcrumb {
	font-size: .92857143em;
}

.breadcrumb { padding: .5em 0; }
#breadcrumb A { border-bottom-width: 0; }

.see-footnote { font-size: 0.75em; color: #999; }
ul.footnotes { border-color: #999; padding-top: .5em; margin-bottom: 1em; }
UL LI.footnote { margin-bottom: 0; line-height: normal; font-size: 0.85714286em; color: #999; margin-left: 0; }


#block-user-login LABEL { font-weight: normal; }
#block-user-login DIV.form-item { margin-bottom: .5em; }
#user-login-form INPUT {
	width: 100%;
}

#user-login INPUT, #user-pass INPUT, #user-register-form INPUT {
	max-width: 100%;
}

#user-login-form .form-submit {
	margin: .5em 0;
}

#user-login-form ul /* OpenID creates a new ul above the login form's links. */ {
   /* margin-bottom: 0; Position OpenID's ul next to the rest of the links. */
	margin: .5em 0px 0px 0px;
	list-style-type: none;
	list-style-image: none;
	padding: 0px !important;
}

#user-login-form li.openid-link /* The "Log in using OpenID" link. */ {
  margin-top: 1em;
  margin-left: -20px; /* LTR */ /* Un-do some of the padding on the ul list. */
}

#user-login-form li.user-link /* The "Cancel OpenID login" link. */ {
  margin-top: 1em;
}

#user-login ul {
  margin: 1em 0;
}

#user-login li.openid-link,
#user-login li.user-link /* The OpenID links on the /user form. */ {
  margin-left: -2em; /* LTR */ /* Un-do all of the padding on the ul list. */
}

#user-login-form UL LI
{
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	text-align: center;
	line-height: normal;
}

#user-login-form A {
	text-decoration: none;
	font-size: 0.78571429em;
}

#user-login-form A:hover, #user-login-form A:focus {
	text-decoration: underline;
}

.rpx-links SPAN.ext { display: none; }
#luxe-wrap, #luxe-login, #luxe-login-register { float: none; width: auto; }
#luxe-login-register P { margin-bottom: 0 !important; }
.login-forgot { margin-bottom: 1em; font-size: 0.78571429em; }


#block-logintoboggan-logintoboggan-logged-in {
	z-index: 100;
	position: relative;
	text-align: center;
	margin-bottom: .5em;
}

#section-footer #block-user-login { text-align: right; }

.flexslider { background: transparent; border-width: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; -moz-box-shadow: none; -o-box-shadow: none; box-shadow: none; margin-bottom: 1em; }

.flexslider A { border-bottom-width: 0; }

.flexslider UL.slides { margin: 0; padding: 0; }
.flexslider .slides img { height: auto !important; }


.flex-direction-nav A {
	font-size: 0.85714286em;
	top: 40%;
	line-height: normal;
	height: 60px;
	width: 55px;
}

.flex-caption { background-color: #eee; padding: 3px 10px; }

.flex-control-nav { bottom: 0; position: static; }

.flex-control-thumbs li { width: 24%; padding: 0 .5%; }

ul.views-fluid-grid-list { padding-left: 0 !important; }
LI.views-fluid-grid-item { border-width: 0; background-color: transparent; }



/* field_slideshow */

.field-slideshow-wrapper { position: relative; }

.field-slideshow-wrapper .field-slideshow-controls { display: none; }
.field-slideshow-wrapper:hover .field-slideshow-controls { display: block; }

.field-slideshow-controls a.prev, .field-slideshow-controls a.next {
	width: 0;
	height: 0;
	border-top: 1em solid transparent;
	border-bottom: 1em solid transparent;


	position: absolute;
	top: 35%;
	z-index: 100;
	margin: 0 10px;
	font-weight: bold;
	color: transparent;
}

.field-slideshow-controls a.prev { left: 0;
	border-right: 1em solid rgba(255,255,255,.75);
}
.field-slideshow-controls a.next { right: 0;
	border-left: 1em solid rgba(255,255,255,.75);
}


.field-slideshow-carousel-wrapper { margin: 2px 0 1em 0;  font-size: 2em; position: relative; }
.field-slideshow-carousel-wrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
a.carousel-prev, a.carousel-next { border-bottom-width: 0; text-align: center;  background-color: #eee; position: absolute; top: 35%; z-index: 100;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
width:1em;
height:1em;
line-height:.85em;
}
a.carousel-prev { left: 0; }
a.carousel-next { right: 0; }

.field-slideshow-carousel { width: 90%; margin: 0 auto; }
.field-slideshow-carousel li.jcarousel-item { margin-bottom: 0; text-align:center; }
.field-slideshow-thumbnail { max-width: 98%; height:auto !important; text-align: center; }

/* nice menus */
#zone-menu {
    z-index: 50;
}
.block-nice-menus { z-index: 120; }
ul.nice-menu, ul.nice-menu ul { z-index: 130 !important; }

DIV.block-nice-menus .content { text-align: center; }

UL.nice-menu {
	padding: 0;
	margin: 0;
}

UL.nice-menu A {
	border-bottom-width: 0;
}

UL.nice-menu-down LI.menuparent { background-color: transparent; }
ul.nice-menu-down LI.menuparent:hover {  }
UL.nice-menu-down LI LI.menuparent { background-color: #fff; }
UL.nice-menu-down LI { border-top-width: 0; }

UL.nice-menu LI {
	border-width: 0 1px 0 0;
	background-color: transparent;
	border-color: #CCC;
	border-style: solid;
}

UL.nice-menu > LI.last { border-right-width: 0; }

UL.nice-menu LI LI {
	background-color: #fff;
	border-width: 0 1px 1px 1px;
	border-color: #CCC;
	border-style: solid;
}

ul.nice-menu-down li ul li ul { top: 0 !important; }

#region-menu UL.nice-menu A { font-weight: bold; }
#region-menu UL.nice-menu LI LI A { font-weight: normal; }



.admin-panel .admin-list .compact a, .content .admin-list a { padding-bottom: 0;  }

/* date */

.date-display-single DIV { display: inline; }
fieldset.date-combo .container-inline-date > .form-item { margin-bottom: 0; }
fieldset.date-combo .container-inline-date .date-padding { padding: 0 0 .5em 0; }

fieldset.date-combo .form-checkboxes,
fieldset.date-combo .form-radios { margin-left: 1em; }
fieldset.date-combo .daily .container-inline {
	float: left;
	margin-right: 10px;
	}

.responsive-layout-mobile fieldset.date-combo .date-padding { float: none !important; }

.responsive-layout-mobile .container-inline-date .form-item .form-type-textfield { float: none; }

.responsive-layout-mobile .container-inline-date .form-item { width: 100%; }

/* calendar */

.view-events-calendar .pager { margin-bottom: .5em; }
.view-events-calendar td { line-height: normal; }
.calendar-calendar div.calendar { font-size: 1em; }
.calendar-calendar TABLE.full { font-size: .85714286em; }

.view .date-nav-wrapper .date-prev a, .view .date-nav-wrapper .date-next a, .date-nav-wrapper .date-prev a, .date-nav-wrapper .date-prev a, .date-nav-wrapper .date-next a { font-size: inherit !important; line-height: inherit !important;  }

.view .date-nav-wrapper .date-heading h3 { font-size: 1.14285714em;}

.view .date-nav-wrapper .date-nav, .date-nav-wrapper .date-nav { min-height: 0; height: auto; margin-bottom: 0; }

.date-nav, .date-nav ul { padding-bottom: 0; margin-bottom: 0; }

.calendar-calendar tr, .calendar-calendar table.mini td.empty, .view .date-nav-wrapper .date-prev, .view .date-nav-wrapper .date-next, .calendar-calendar .week-view #multi-day-container, .calendar-calendar .week-view #single-day-container, .calendar-calendar .day-view #multi-day-container, .calendar-calendar .day-view #single-day-container, .calendar-calendar div.calendar { background-color: transparent; }

.calendar-calendar table.mini th.days { background-color: transparent; border-color: transparent; }

.calendar-calendar tr td.today, .calendar-calendar tr.odd td.today, .calendar-calendar tr.even td.today { background-color: transparent; border: 1px #eee solid; border: 1px rgba(0, 0, 0, 0.1) solid; }

.calendar-calendar .month-view .full td.date-box.today, .calendar-calendar .month-view .full tr td.single-day.today, .calendar-calendar .month-view .full tr td.today, .calendar-calendar .month-view .full tr.odd td.today, .calendar-calendar .month-view .full tr.even td.today { border-color: #666; }

.calendar-calendar td.has-events, .calendar-calendar .month-view .full td.single-day .calendar-empty, .calendar-calendar .month-view .full td.single-day.empty, .calendar-calendar .month-view .full td.date-box.empty { background-color: #eee; background-color: rgba(0, 0, 0, 0.1); }

.calendar-calendar td, .calendar-calendar td.empty, .calendar-calendar div.date-nav a, .calendar-calendar div.date-nav h3 { color: inherit; line-height: normal; }

.view-events-calendar { clear: right; }

.calendar-calendar .month-view .full td.single-day div.monthview, .calendar-calendar .week-view .full td.single-day div.weekview, .calendar-calendar .day-view .full td.single-day div.dayview { background-color: transparent; }

.calendar-calendar td span.date-display-single, .calendar-calendar td span.date-display-start, .calendar-calendar td span.date-display-end, .calendar-calendar td span.date-display-separator { font-weight: normal; }


.calendar-calendar .month-view .item { margin-bottom: 1em; }


/* first sidebar */

#region-sidebar-first .region-sidebar-first-inner {
	margin: 0 -10px;
	padding: 0 10px;
}

#region-sidebar-first .block {
	margin-bottom: 2em;
}

#region-sidebar-first P {
	line-height: normal;
}

#region-sidebar-second LI {
	margin: 0px 0px .5em 0px;
}

#region-sidebar-second BLOCKQUOTE
{
	margin: 0px 1em 1.2em 1em;
}

/* menus */

#region-sidebar-first A.active { text-decoration: underline !important; }
#block-system-main A.active { border-bottom: 1px solid; }

ul.menu
{
	text-align: left;
	/* LTR */
}

td.menu-disabled { background: #ccc; }

ul.links
{
	margin: 0;
	padding: 0;
	text-align: right;
	display: block !important;
	margin-bottom: .5em;
	font-style: italic;
	font-size: 0.92857143em;
}

ul.links.inline { display: inline; }

ul.links li
{
	display: inline;
	list-style-type: none;
	padding: 0 0.5em;
	margin: 0;
}

ul.links li.first { padding-left: 0; }









#region-sidebar-first UL.menu,
#region-menu UL.menu
{
	list-style-type: none;
	list-style-image: none;
	line-height: normal;
	padding: 0;
	margin-top:0;
	margin-right:10px;
	margin-bottom:17px;		  /* Set each list 17 pixels from the top of the button bar(or the top of the next list) */

	width: 100%;

	border-width: 1px;		       /* Draw a rectangle around each list */
	border-style:solid ;
	border-color: #ccc;

	-webkit-border-radius: 8px;		 /* Round each corner of the created rectangle */
	background-clip: padding-box;
	-webkit-background-clip:  padding-box;
	overflow: hidden;
}

#region-sidebar-first UL.menu LI,
#region-menu UL.menu LI
{
	list-style-image: none;
	list-style-type: none;
	margin: 0px;

	border-width:1px 0 0 0;	/* Create lines between cells. Each line is placed above each item */
	border-style:solid;
	border-color: #ccc;

	padding-right: 0px;
}

#region-sidebar-first UL.menu LI:first-child,
#region-menu UL.menu LI:first-child,
#region-sidebar-first UL.menu LI UL LI,
#region-menu UL.menu LI UL LI {
	border-top:0;    /* Remove border above the first item of the list */
}

#region-sidebar-first ul.menu li.active-trail {  }

#region-sidebar-first UL.menu LI A,
#region-menu UL.menu LI A {
	display: block;
	/* Sets the href to be a block rather than inline */
	/* The padding properties adjust the text content within the href block */
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 1em;
	padding-left: 10px;
	text-decoration: none;
	background-image: url(../images/chevron.png);
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom-width: 0;
}

#region-sidebar-first UL.menu LI SPAN {
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
}

.node UL.menu LI SPAN {
	margin-top: 1em;
	display: block;
 }

#region-sidebar-first UL.menu UL.menu,
#region-menu UL.menu UL.menu {
	border: none;
	background-color: transparent;
	margin: 0;
	-webkit-border-radius: 0;		 /* Round each corner of the created rectangle */
}


#region-sidebar-first UL.menu LI LI A,
#region-menu UL.menu LI LI A
{
	padding-left: 20px;
	font-weight: normal;
	border: none;
}

#region-sidebar-first UL.menu LI LI SPAN { padding-left: 15px; }

#region-sidebar-first UL.menu LI LI LI A,
#region-menu UL.menu LI LI LI A
{
	padding-left: 30px;
}

#region-sidebar-first UL.menu LI LI LI SPAN { padding-left: 25px; }

#region-sidebar-first UL.menu LI LI LI LI A,
#region-menu UL.menu LI LI LI LI A
{
	padding-left: 40px;
}

#region-sidebar-first UL.menu LI LI LI LI SPAN { padding-left: 35px; }

#region-sidebar-first UL.menu LI LI LI LI LI A,
#region-menu UL.menu LI LI LI LI LI A
{
	padding-left: 50px;
}

#region-sidebar-first UL.menu LI LI LI LI LI SPAN { padding-left: 45px; }

#region-footer-mobile A.active,
#region-menu A.active {
	text-decoration: underline !important;
}



#region-footer-first UL.menu
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#region-footer-first UL.menu LI
{
	display: inline;
	list-style-type: none;
	list-style-image: none;
	padding: 0 .5em;
	border-right: 1px #ccc solid;
	margin: 0px 0px 0px -.4em;
}

#region-footer-first UL.menu LI.last {
	padding-right: 0px;
	border-right: none;
}

#region-footer-first UL.menu LI A {
	margin: 0 .5em;
}

#region-footer-first A {
	text-decoration: none;
}

.block-social SPAN.ext { display: none; }
.block-social IMG { display: inline !important; }

/* tabs */

div.tabs {
	position: relative;
	z-index: 10;
}

ul.primary {
	padding-left: 0;
	margin: 4px 0 0 0;
	white-space: normal;
	border: 0;
}

ul.primary li {
	margin-right: 0;
	zoom: 1;
	*display: inline;
}

ul.primary li a {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px rgba(0, 0, 0, 0.3) solid !important;
	margin: 2px 8px 0 0 !important;
	background-color: #ddd;
	background-color: rgba(0, 0, 0, 0.1);
	display: inline-block;
}

ul.primary li a:hover, ul.secondary li a:hover, .ui-state-hover { background-color: #eee; background-color: rgba(0, 0, 0, 0.05); }
ul.primary li.active a { }

ul.with-secondary li.active a {
	padding-bottom: 9px;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-radius: 8px 8px 0 0;
	border-style: solid solid none solid !important;
}


ul.secondary {
	margin: -1px 0 0 0;
	padding: 0 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px rgba(0, 0, 0, 0.3) solid !important;
	background-color: #fff;
	text-align: center;
}

ul.secondary li {
	padding: 3px 0;
	margin: 0px;
	border: 0px;
}
ul.secondary a { border: 0 !important; padding: 0 1em; }

ul.secondary a.active {
	border: 0;
	text-decoration: underline !important;
}



LI.vertical-tab-button A, A.tabledrag-handle, A.contextual-links-trigger, A.views-ajax-link, UL.actions A, DIV.ctools-content A, DIV.ctools-link A, DIV.contextual-links-wrapper A, .addthis_toolbox A, .field-type-addthis A { border-bottom: 0 !important; }

div.vertical-tabs { margin-left: 25%; }
.vertical-tabs ul.vertical-tabs-list { width: 33.33333333%; margin-left: -33.33333333%;  border-top-width: 0; }
.vertical-tabs .form-type-textfield input { max-width: 100%; }

.vertical-tabs ul.vertical-tabs-list li.first {
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: #ccc;
}

.vertical-tabs ul.vertical-tabs-list li { 	border-radius: 10px 0 0 10px;
}
.vertical-tabs ul.vertical-tabs-list li, .views-ui-display-tab-bucket .even { background-color: rgba(0, 0, 0, 0.02); }
.vertical-tabs ul.vertical-tabs-list .selected strong { color: inherit; }

.views-ui-display-tab-bucket, .views-display-column > .ctools-collapsible-handle { border-color: #ccc; border-color: rgba(0, 0, 0, 0.3); }

.vertical-tabs ul.vertical-tabs-list li a:hover { outline: none; }

.vertical-tabs fieldset.vertical-tabs-pane { padding: .5em 10px; }

.field-group-htabs-wrapper { clear: both; margin-top: 2em; }

div.horizontal-tabs { border-width: 0; }

.horizontal-tabs .horizontal-tab-hidden { width: auto; }

.horizontal-tabs ul.horizontal-tabs-list {
	background-color: transparent;
	border-width: 0;
	vertical-align: top;
}

.horizontal-tabs ul.horizontal-tabs-list > li {
	margin: 0 .5em -1px;
  padding: 0 0 1px 0;
	border-width: 0;
	background-color: transparent;
}

.horizontal-tabs ul.horizontal-tabs-list li.selected {
  background-color: #fff;
  padding: 0 0 1px 0;
}

.horizontal-tabs ul.horizontal-tabs-list > li > a {
	border-radius: 10px 10px 0 0;
	border-width: 1px 1px 0 1px !important;
	border-color: transparent;
	border-style: solid;
}

.horizontal-tabs ul.horizontal-tabs-list > li.selected > a {
	border-color: #CCC;
}

.horizontal-tabs ul.horizontal-tabs-list li:hover,
.horizontal-tabs ul.horizontal-tabs-list li:focus {
  background-color: transparent;
  border: 0 !important;
}

.horizontal-tabs ul.horizontal-tabs-list > li > a:hover {
	background-color: #eee;
}


DIV.horizontal-tabs-panes {
	border-width: 1px;
	border-color: #CCC;
	border-style: solid;
	clear: both;
}
.horizontal-tabs fieldset.horizontal-tabs-pane { margin: 0; padding: 1em 10px; }

.ui-widget { font-size: 1em; }
.ui-accordion .ui-accordion-content { padding: 1em 20px; }
.ui-accordion .ui-accordion-header .ui-accordion-header-icon { left: .25em; }
.ui-accordion .ui-accordion-icons { padding-left: 20px; }

.ui-state-default, .ui-state-hover {
	background-image: none;
}

.ui-state-default {
	background-color: #ddd;
	background-color: rgba(0, 0, 0, 0.1);
}

.ui-accordion-content-active {
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #ccc;
 }

/* footer */

#zone-footer { padding-top: 1em; }

#region-footer-second P
{
	text-align: center;
	font-size: 0.92857143em;
	line-height: normal;
}

#region-footer-second A {
	text-decoration: none;
}

/* workbench */

#block-workbench-block { position: static; }


/* admin */

#admin-menu, #admin-menu-wrapper { font-size: 0.85714286em !important; }
#admin-menu { margin: 0; padding: 0; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; }


DIV.admin .right { margin-left: 0; margin-bottom: 0; text-align: left; }

DIV.form-item-notify { font-weight: bold; }


/* Tagadelic Formatting */

A.tagadelic { margin-right: .5em; }
.tagadelic.level1 { font-size: .7em; }
.tagadelic.level2 { font-size: .8em; }
.tagadelic.level3 { font-size: .9em; }
.tagadelic.level4 { font-size: 1em; }
.tagadelic.level5 { font-size: 1.1em; }
.tagadelic.level6 { font-size: 1.2em; }
.tagadelic.level7 { font-size: 1.3em; }
.tagadelic.level8 { font-size: 1.4em; }
.tagadelic.level9 { font-size: 1.5em; }
.tagadelic.level10 { font-size: 1.6em; }

DIV.block-tagclouds DIV.content { line-height: normal; text-align: center; }
DIV.block-tagclouds DIV.content A { white-space: nowrap; padding: 0 .25em; border-bottom-width: 0; }




/* MediaTable */

.mediaTableWrapperWithMenu { padding-top: 1.42857143em; }
.mediaTableMenu {
	border: 1px rgba(0, 0, 0, 0.3) solid !important;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	box-shadow: none;

}

.mediaTableMenu a {
	padding: 0 1em;
	margin: 0;
	background-color: #ddd;
	background-color: rgba(0, 0, 0, 0.1);
	border: 0 !important;
}

.mediaTableMenu ul { padding: 0px 1em; }
.mediaTableMenu ul li label { display: inline-block; font-weight: normal; }


/* Commerce */
.checkout-review TR.even { background-color: transparent; }

.checkout-buttons .checkout-cancel,
.checkout-buttons .checkout-back {
  background: inherit;
  color: inherit;
  padding: 3px 10px 4px;
}

.checkout-buttons .checkout-cancel:focus,
.checkout-buttons .checkout-back:focus,
.checkout-buttons .checkout-cancel:hover,
.checkout-buttons .checkout-back:hover {
  background: inherit;
  color: inherit;
  text-decoration: inherit;
}

.button-operator { padding: 0 .5em; }

FIELDSET.checkout-buttons,
.field-type-commerce-tickets-field .passengers-div > FIELDSET.form-wrapper { padding: 0; border-width: 0; }

.vt-commerce-image-wrapper { float: none; margin: 0; width: 300px; }
.vt-commerce-image-wrapper .vt-commerce-image-large { width: 300px; }
.vt-commerce-image-wrapper .vt-commerce-image-large img { height: 300px; width: 300px; margin: 0; padding: 0; border: none; }
.vt-commerce-image-wrapper A { border-width: 0; }
.vt-commerce-image-wrapper .cloud-thumbnail { width: 300px; }

.field-name-commerce-price { font-weight: bold; }
FORM.commerce-add-to-cart { clear: none; }


/* rules */
.action-links LI { margin: 0 .5em; }


/* grid */

UL.views-fluid-grid-items-width-200 LI.views-fluid-grid-item {
	padding: 0;
	margin-bottom: 1em;
	width: 100%;
}

UL.views-fluid-grid-items-width-200 LI.views-fluid-grid-item IMG {
	width: 150px;
	height: 100px;
	float: left;
	margin-right: 10px;
}


/* twitter */
#block-views-tweets-block .views-row { margin-bottom: 1em; }

#block-views-tweets-block .views-field-created-time {
	font-size: 0.85714286em;
	color: #999;
	line-height: normal;
}


/* editor */

TH.field-label { background-color: transparent; text-align: left; }

.button {
	margin: 0 .5em 0 0;
	vertical-align: middle;
	text-align: center;
	-webkit-appearance: none;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;

	border-radius: .5em;
	-moz-border-radius: .5em;

	background-color: #eee;
	border: 1px solid;
	border-color: #ddd;
	cursor: pointer;
	color: #333;
	font-weight: bold;
	display: inline-block;
	outline: 0;
	overflow: visible;
	padding: 3px 10px 4px;
	width: auto;
	*padding-top: 2px; /* IE7 */
	*padding-bottom: 0px; /* IE7 */
}

.button:hover,
.button:focus,
.button:active {
	background-color: #ddd;
  z-index: 1; /* For Opera */
}


/* responsive tables */

th.essential,
td.essential,
th.priority-medium,
td.priority-medium {
	display: none;
}

th.optional,
td.optional,
th.priority-low,
td.priority-low {
	display: none;
}


.mean-container .mean-bar { background-color: transparent; padding: 0; z-index: 998; float: none; min-height: 38px; }

.mean-container .mean-nav { margin-top: 41px; }

.mean-container .mean-nav, .mean-container a.meanmenu-reveal { background-color: #ccc; }

.mean-container .mean-nav ul li:first-child a { border-top-width: 0; }

.mean-container .mean-nav ul li a.mean-expand {
	height: auto;
	background-color: transparent;
	border-left-width: 0 !important;
	border-bottom-width: 0 !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover { background: rgba(255,255,255,.1); }

#search-trigger { display: block; border-bottom-width: 0;  }

.mean-container a.meanmenu-reveal, #search-trigger {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 8px;
}

.mean-container a.meanclose, #search-trigger.search-close {
-webkit-border-bottom-left-radius: 0;
-webkit-border-bottom-right-radius: 0;
-moz-border-radius-bottomleft: 0;
-moz-border-radius-bottomright: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
padding-bottom: 11px;
}


/* pager */

.view UL.pager {
	padding: 0;
	margin: 1em 0;
	width: 100%;
	display: block !important;
}

.view UL.pager LI {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.view UL.pager LI A {
	border-bottom-width: 0;
	padding: .3em 1em .2em 1em;
	display: inline-block;
}

.view UL.pager LI.pager-current { padding: .3em 1em .2em 1em; }


/* forum */

.forum-table-superheader { padding: 0; }
.forum-table-superheader .forum-table-name,
.forum-table-superheader .forum-table-description { margin: 0; width: auto; }



/* social web */

.socialweb TABLE.calendar { width: auto; }
.socialweb TABLE.calendar TH.dateheader,
.socialweb TABLE.calendarmini TH.calendarminimonth {
	text-align: left;
	font-weight: bold;
}
.socialweb TD, .socialweb TH { vertical-align: top; padding: 1px 3px; }
.socialweb TABLE.calendarmini TD { text-align: right; }




/* mm-menu */

div#mm-blocker.mm-slideout { z-index: 102 !important; }

.mm-menu A { border-bottom-width: 0; }

.block-menu-trigger {
	text-align: right;
	float: right;
	margin-left: 0 !important;
	padding-right: 0 !important;
}

.block-menu-trigger .content A {
	color: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display: block;
	padding: 11px 8px 8px 8px;
 }

.block-menu-trigger SPAN {
	background-color: #fff;
	height: 3px;
	width: 22px;
	display: block;
	margin-bottom: 3px;
}

.mm-menu .icon-list2::before { content: ""; }

.mmenu-nav.mm-basic { font-family: inherit; text-shadow: none; }
.mmenu-nav.mm-basic.mm-hassearch > .mm-search { top: 0; }
.mmenu-nav.mm-basic > .mm-list li { border-bottom-width: 0; }
.mmenu-nav.mm-basic SPAN.ext { display: none; }
