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



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

#section-header .block, #section-header .block-views, #zone-footer-middle .block, #zone-footer-middle .block-views, 
#zone-footer-bottom .block, #zone-footer-bottom .block-views {
    box-shadow: none;
    -webkit-box-shadow: none;
}


/************************************************************
 MOBILE HAMBURGER MENU
************************************************************/

#block-boxes-mobile-hamburger {
	display: none;
}

/************************************************************
	SUPERFISH
************************************************************/

#block-menu-block-congress-main-menu-superfish {
    background: none repeat scroll 0 0 transparent;
}

.sf-menu li {
    border-left: medium none;
}

/* DROPS */
.sf-menu li.sfHover > ul, .sf-menu li:hover > ul { /* changes position of dropdown */
	z-index: 9999;
}
.sf-menu ul {
    box-shadow: none;
    -webkit-box-shadow: none;
    background: none repeat scroll 0 0 #DDD;
    border-bottom: 3px solid #000000;
}
.sf-menu li .leaf a:hover{/*dropdown link background*/
	background: none repeat scroll 0 0 #D5D5D5;
}
.sf-menu a, .sf-menu a:link, .sf-menu a:visited {
    border-bottom: none;
    color: #000;
}

.block-menu-congress-action-center  {
    background: url("../images/bg-actioncenter.png") no-repeat scroll left center #EEEEEE;
}
.block.block-service-center {
}
.block-service-center a {
	padding: 12px 0 12px 50px;
}
.block-service-center a.contextual-links-trigger {
	padding: 0 2px;
}

.block-cng-alert-box-block-alert-box {
    background: url("../images/bg-alertbox.png") no-repeat scroll left center transparent;
}

ul.quicktabs-tabs li a {
	padding: 0.5em;
}
#section-footer #block-widgets-s-cng-medium-profile {
	float: right;
)


