/************************************************************
MEMBER OMEGA
************************************************************/
/* This file will hold styles that are loaded using the same media query as the normal grid. */
/* If you are using the default media queries provided by Omega, these styles will also
 *  apply to the widescreen layout unless they are overridden by the widescreen styles. */
 
/* DESIGN VISUAL CUES

Blocks & Views = light grey EEE
Carousels & Flexsliders = white FFF
*/

/************************************************************
  GENERAL
************************************************************/


/* SUPERFISH MAIN MENU */
.sf-menu li.last.sfHover > ul, .sf-menu li.last:hover > ul { /* changes position of LAST dropdown */
	left: -50%;
	right: auto;
}
.sf-menu a {
    padding: 1em 2.86em;
}

/* ACTION CENTER MENU */
.block-menu-congress-action-center {
background: url("../images/bg-actioncenter.png") no-repeat scroll left center #EEE;
/*color: #FFF; */
padding: 1em 1em 1em 200px;
}
.block-menu-congress-action-center ul li.leaf {
    display: inline-block;
    list-style: none outside none;
    padding: 0 1.5em;
    vertical-align: top;
    width: 13%;
}
.block-menu-congress-action-center .block-title {
font-size: 0;
text-indent: -9999px;
}
.block-menu-congress-action-center  a {
/* text-shadow: 1px 1px 2px #333; */
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
}
.block-menu-congress-action-center  a:hover{
text-decoration: underline;
}

/************************************************************
HOMEPAGE ROTATOR
************************************************************/
.view-congress-hprotator .flex-control-nav {
	width:41%; /* make width match the .hprotator-text-block if controls should appear in text block */
	*width: 40%; /* notice the * before the property - shows in IE7 and below */
	padding: 2%;
	display: block;
}

/************************************************************
HOMEPAGE SINGLE CAROUSEL WIDE ACTION CAROUSEL
************************************************************/
#hp-single-carousel-wide .flexslider {
padding: 0;
}
#hp-single-carousel-wide  .flex-viewport{
    background: url("../images/bg-actioncarousel.png") no-repeat scroll center left transparent;
}
#hp-single-carousel-wide .views-field-field-congress-subtitle {
    float: left;
    padding: 1.5% 1% 1% 22%;
    text-align: right;
    width: 18%;
}
#hp-single-carousel-wide .views-field-field-congress-body {
    float: right;
    padding: 1.5% 2% 1% 1%;
    width: 56%;
	font-size: 16px;
}
#hp-single-carousel-wide .flexslider h2 {
    font-size: 22px;
}

/* SITE MAP NON MOBILE */
.block-congress-site-map {
display: block;
    padding: 1em;
}
.block-congress-site-map li.expanded, .block-congress-site-map li.collapsed, .block-congress-site-map li.leaf {
    padding: 0.2em 0.5em 0;
}
/* TODO fix this */
.block-congress-site-map .block-title {
font-size: 0;
text-indent: -9999px;
}
/* the top level links */
.menu-block-congress_site_map > ul > li > a {
  font-size: 1.1em;
}
.menu-block-congress_site_map > ul > li  {
  float:left;
  width:12%;
}
.menu-block-congress_site_map > .menu li {
	display: block;
	margin-left:0px;
}

/* FACEBOOK */
#region-preface-first .fb_iframe_widget iframe, #region-preface-second  .fb_iframe_widget iframe,
#region-sidebar-first .fb_iframe_widget iframe, #region-sidebar-second .fb_iframe_widget iframe,
#region-postscript-first .fb_iframe_widget iframe, #region-postscript-second .fb_iframe_widget iframe, 
#region-postscript-third .fb_iframe_widget iframe {
    width: 270px !important;
}

/***********************************************************
 THUMB ROTATOR
***********************************************************/
.pane-congress-hprotator-panel-pane-thumbs .view-congress-hprotator .flex-control-nav {
    display: none;
}