/************************************************************
MEMBER OMEGA V2
************************************************************/
/* This file will hold styles for all layouts using the alpha grid (i.e. not the mobile layout). */


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

/*
#zone-footer-bottom-wrapper {
    bottom: 0;
    position: relative;
}
*/



/************************************************************
 MOBILE HAMBURGER MENU - HIDDEN ABOVE MOBILE WIDTHS
************************************************************/

#block-boxes-congress-mobile-hamburger-menu {
    display: none;
	padding: 0; margin: 0;
}


/************************************************************
 SUPERFISH MAIN MENU NONMOBILE
************************************************************/
#block-menu-block-congress-main-menu-superfish {
    background: none repeat scroll 0 0 #ccc;
	display: block;
}

/* THE TOPS */
.sf-menu li {
    display: inline;
    width: auto;
	padding: 0;
}
.sf-menu  li.first{
	border-left:none;
}

.sf-menu a, .sf-menu a:link, .sf-menu a:visited {
    border-bottom: medium none;
    color: #000;
}
.sf-menu a:focus, .sf-menu a:hover, .sf-menu li.sfHover {/*hover state*/
	background: none repeat scroll 0 0 #FFF;
}

.sf-menu a.active, .sf-menu a.active-trail { /* active state */
	background: none repeat scroll 0 0 #DDD;
}

/* THE DROPS */
#block-menu-block-congress-main-menu-superfish ul.menu li {
    margin: 0;
}
.sf-menu ul { /* DROPDOWN BACKGROUND */
    background: none repeat scroll 0 0 #FFF;
}

.sf-menu li.sfHover > ul, .sf-menu li:hover > ul { /* changes position of dropdown */
	left: 0;
	top: 3em;
}
.sf-menu li .leaf{
	background: none repeat scroll 0 0 transparent;
	border-left:none;
	padding: 0;
	display: block;
	*display: none; /* IE7 and below does not display drops */
}
.sf-menu li .leaf a{
	padding: 1em;
}
.sf-menu li .leaf a:hover { /* dropdown child hover state */
    background: none repeat scroll 0 0 #CCC;
}

/************************************************************
SITE MAP IS OFF IN GLOBAL
************************************************************/
/* 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;
}


/* the top level links */
.menu-block-congress_site_map > ul > li > a {
  font-size: 1.1em;
}
.menu-block-congress_site_map > ul > li,
.menu-block-congress_site_map_top_level > ul > li {
  float:left;
  width:15%;
}
.menu-block-congress_site_map > .menu li {
	display: block;
	margin-left:0px;
}



/************************************************************
BLOCKS AND BOXES
************************************************************/

/* VOTES */
th.vote-date, td.vote-date {
	display: table-cell;
}

/************************************************************
OFFICE FOOTER LOCATIONS 2 ELEMENTS ACROSS
************************************************************/

.block-congress-offices-footer-offices .flex-active-slide {

}
.block-congress-offices-footer-offices .flexslider .slides {
    background: none repeat scroll 0 0 #DDD;
    padding: 0 0 25px;
}
.block-congress-offices-footer-offices .view-content {
    float: left;
    width: 65%;
}
.block-congress-offices-footer-offices .footer-office-location-tabs {
    float: left;
    width: 35%;
}
.block-congress-offices-footer-offices .footer-office-location-tabs .view-content {
	width: 100%;
}

.block-congress-offices-footer-offices .office-info,
.block-congress-offices-footer-offices .field-content img  {
	padding: 1%;
}

/************************************************************
OFFICE FOOTER LOCATIONS NOSLIDE
************************************************************/
.block-congress-offices-of-noslide .views-row {
    display: inline-block;
    width: 30%;
}

/************************************************************
QUICKTABS
************************************************************/

ul.quicktabs-tabs li {
    display: inline-block;
    width: auto;
}
ul.quicktabs-tabs li a {
    padding: 1em 0.5em;
}


/************************************************************
ACTION CENTER
************************************************************/
.block-menu-congress-action-center ul.menu {
    padding: 0;
}



/* HORIZONTAL LISTS - SITE MAP AND UTILITY LINKS NON MOBILE */
#block-menu-menu-congress-footer-utility li,
#block-menu-menu-congress-action-center li {
	display: inline-block;
}



/************************************************************
NOT FRONT - INTERIOR PAGES
************************************************************/





