/************************************************************
MEMBER OMEGA
************************************************************/
/* 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. */

/* DESIGN VISUAL CUES

Blocks & Views = light grey EEE
Carousels & Flexsliders = white FFF
*/

/************************************************************
  GENERAL
************************************************************/

body { 
	background: #dddccd; 
	color: #333;
	font: 13px/1.5 Arial, Helvetica, sans-serif;
	/* GLOBAL/MOBILE BACKGROUND IS WHITE. CHANGE THIS IN ALL THEMES*/ }

#logo { 
	background: transparent;
	padding: 10px; }

a:link, a:visited {
    color: #3a5c8a;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.views-row {
    border-bottom: none;
    padding: 0.5em 0;
}

/************************************************************
 THEME SPECIFIC
************************************************************/

.not-front #zone-content #breadcrumb { background: #ffffff; border-bottom: 3px solid #244055; }

#crumbs {
    margin: 0;
    padding: 10px;
}

.not-front #zone-content #region-content { background: #ffffff; float: left; }

.not-front #region-content .block { padding: 20px; }

.not-front #region-content { margin-bottom: 15px; }

#block-menu-block-section-menu ul li.leaf {
    border-bottom: 1px dotted #ccc !important;
    list-style: none outside none;
    padding: 1em 0 1em 0 !important;
}

#block-menu-block-section-menu ul li.last { border-bottom: none !important; }

/************************************************************
  BREADCRUMB
************************************************************/

.breadcrumb-wrapper {
    border-bottom: none;
}

#breadcrumb {
    border: 0; 
	padding: 0; }

#congress_breadcrumb { background: #ffffff; 
    padding: 0 5px; }

#congress_breadcrumb a { color: #163e80; }

/************************************************************
  REGIONS
************************************************************/

#section-header { background: #244055 url(../images/header.png) top center no-repeat; border-bottom: 5px solid #244055; }

#zone-user-wrapper { background: none; }

#zone-branding-wrapper { background: #244055; }

#region-branding { margin: 0; }

#zone-menu-wrapper { background: #35536a; border-bottom: 1px solid #35536a; }

#zone-preface, #zone-content, #zone-postscript { background: transparent; }

.not-front #zone-preface-wrapper { margin-top: 0px; }

#zone-content-wrapper { padding: 0px; }

#zone-content, .not-front #zone-content { background: transparent; margin-top: 10px; padding: 0px; } 

#region-sidebar-first, #region-content { float: left; }

#section-footer { 
	background: #244055; /* Old browsers */  }
	
#zone-footer-bottom { 
	background: #35536a; }

/************************************************************
 SUPERFISH MAIN MENU MOBILE & UNIVERSAL
************************************************************/

#block-menu-block-congress-main-menu-superfish { background: transparent; margin-bottom: 0px !important; padding: 0px !important; display: block; }

.sf-menu a { 
	color: #fff; 
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;;
	font-weight: normal;
	text-decoration: none !important;
	text-transform: uppercase;
	padding: 2% 2%;
} 

.sf-menu a:focus, .sf-menu a:hover, .sf-menu li.sfHover, .sf-menu a.active {
	background: none repeat scroll 0 0 #244055;
	color: #fff;
	text-decoration: none;
}

.sf-menu a.active, .sf-menu a.active-trail { /* active state */
	background: none repeat scroll 0 0 #244055;
	color: #fff; 
}

/************************************************************
 SEARCH
************************************************************/

#block-search-form {
    background: none repeat scroll 0 0 transparent;
	border: medium none;
	filter: none;
    border-radius: 4px;
	border: none;
    padding: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	margin-left: 80px; 
	margin-right: 10px; 
	margin-top: 1.1em;
	margin-bottom: 5px;
	width: 200px;
}
#search-block-form {
	background: #fff;
    height: 36px;
    float: left;
}

#search-block-form .form-item input { 
    background: none repeat scroll 0 0;
	filter: none;
    border: medium none;
	color: #999; 
	padding: 10px;
	width: 156px;
}

#search-block-form .form-actions input {
    margin-right: 0;
    background: none repeat scroll 0 0 transparent;
	filter: none;
    border: medium none;
	height: 40px;
}

input[type="search"], #search-block-form input[type="submit"] {
    background: url(../images/button_submit_glass.png) no-repeat scroll 0 0 transparent;
    border: 0 none;
    border-radius: 0 0 0 0;
	height: 36px;
	margin-left: 2px;
    padding: 0px;
    text-indent: -9999px;
	width: 40px;
}

#search-block-form .container-inline div {
    float: left; 
	margin: 0;
}

#search-block-form #edit-actions {
    float: right;
}


/************************************************************
BLOCKS, BOXES and VIEWS
************************************************************/

.block, .block-views { /* THIS AFFECTS ALL BLOCKS UNLESS YOU OVERRIDE */
    background: #fff;
    border: none;
    margin-bottom: 10px;
    padding: 10px;
}

#section-footer .block, #section-footer .block-views {  
    background: none;
    margin-bottom: 0em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0em; }
	
h2.block-title, h2.block-title a {
	background: #244055; 
	color: #fff;
	display: block; 
/*	float: left; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
    font-weight: normal;
	margin: -10px -10px 10px -10px;
    padding: 10px 20px;
    text-transform: capitalize;
} 

#section-footer h2.block-title, #section-footer h2.block-title a {
	border-bottom: none;
} 

h1#page-title {
    border-bottom: none;  
	float: left;
	margin-bottom: 0px;
    padding: .5em 0 0 .5em;
	width: 80%;
}

h2#pane-title { }

#block-system-main { clear: both; float: left; }

#region-content .block { clear: both; float: left; }

.not-front #region-content h2.block-title, .not-front #region-content h2.block-title a {
	background: none; 
	color: #000!important; 
	display: block; 
/*	float: left; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
    font-weight: normal;
    line-height: 1.25!important; 
    margin-bottom: 15px!important; 
    padding: 10px;
    text-transform: capitalize;
} 

.tabs { clear: left; float: left; }

#block-widgets-s-cng-share {
	clear: right !important; 
    float: right !important;
	padding-left: 0px !important; }

#block-boxes-boxhome { display: none; } 

/************************************************************
  CONTENT 
************************************************************/

.not-front #region-content img {
    -moz-box-sizing: border-box;
    border: 1px solid #DDDDDD;
    margin: 0 10px 0 0;
    padding: 5px;
}


/************************************************************
  HOMEPAGE ROTATOR
************************************************************/

#block-views-congress-hprotator-rotator {
	background: #fff; /* Old browsers */
	border: medium none;
	border-radius: 0px;
	margin-top: 10px;
	padding: 0;
}

.view-congress-hprotator {
    background: none repeat scroll 0 0 transparent; /* replace seafoam background */ 
	border: none;
	padding: 20px 15px 20px 5px;
}

.view-congress-hprotator.flexslider {
	box-shadow: none;
}

.view-congress-hprotator.flexslider img { /*border: 10px solid #ffffff; */ }

.view-congress-hprotator .views-field-field-congress-featured-media {
	width: 100%;
	height: auto;
	background: #000;
	/*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);*/
}
/* each slide */
.view-congress-hprotator.view-display-id-rotator .slides li {
/* nothing yet */
}
/* taken from http://avexdesigns.com/responsive-youtube-embed/ */
.view-congress-hprotator.view-display-id-rotator .slides .media-youtube-video  {
	position: relative;
	height: 0;
	padding-bottom: 62.5%;/* THIS CONTROLS THE EMBEDDED VIDEO HEIGHT TO MATCH THE IMAGES */
	overflow: hidden;
}
	
.view-congress-hprotator.view-display-id-rotator .slides li iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
/* text block */
.hprotator-text-block {
	text-align: center;
	float: none;
}
.hprotator-text-block h2 {
	color: #233e5d !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height:  26px;
	margin: 5px;
}
.hprotator-text-block h2 a {
	color: #233e5d !important;
}
.hprotator-text-block .field-name-body {
	color: #888888;
	font-size: 13px; 
	margin: 10px;
	
}
.view-congress-hprotator .flex-control-nav {
	margin: 3px;
}
/***** read more *****/
#hp_top_read_more {
	margin: 15px; }

#hp_top_read_more a {
	background: #0c800c;
	border-radius: 0px;
	color: #ffffff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px; 
	margin: 8px auto;
    padding: 10px;
	text-decoration: none;
	text-transform: Capitalize;
	width: 135px;
}

.flex-control-paging li a.flex-active, .flex-control-paging li a:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 1);
    cursor: default;
}

.flex-control-paging li a {
    background: #cccccc;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
    cursor: pointer;
    display: block;
    height: 14px;
    text-indent: -9999px;
    width: 14px;
} 

/************************************************************
  FACEBOOK & TWITTER
************************************************************/	
#region-postscript-first .fb_iframe_widget iframe {
    width: 300px !important;
}

#region-postscript-first #boxes-box-new_twitter iframe {
    width: 300px !important;
}

/************************************************************
  SOCIAL MEDIA
************************************************************/

#block-widgets-s-cng-medium-profile { background-color: transparent; height: auto; margin: 0 auto; }

/************************************************************
  FLICKR
************************************************************/

#block-boxes-congress-flicker-box { float: none !important; }

/************************************************************
  Social Icons Footer | Small icons 
************************************************************/



/*Facebook*/
#widgets-element-socialmedia_socialmedia-facebook-profile-button {
background: transparent url('../images/icons/icon-fb-32x32.png') 50% 50% no-repeat;
}
#widgets-element-socialmedia_socialmedia-facebook-profile-button a { float: left; width: 39px; height: 40px; }
#widgets-element-socialmedia_socialmedia-facebook-profile-button a img { display: none; }

/*Twitter*/
#widgets-element-socialmedia_socialmedia-twitter-profile-button {
background: transparent url('../images/icons/icon-twitter-32x32.png') 50% 50% no-repeat;
}
#widgets-element-socialmedia_socialmedia-twitter-profile-button a { float: left; width: 39px; height: 40px; }
#widgets-element-socialmedia_socialmedia-twitter-profile-button a img { display: none; }

/*YouTube*/
#widgets-element-socialmedia_socialmedia-youtube-profile-button {
background: transparent url('../images/icons/icon-youtube-32x32.png') 50% 50% no-repeat;
}
#widgets-element-socialmedia_socialmedia-youtube-profile-button a { float: left; width: 59px; height: 40px; }
#widgets-element-socialmedia_socialmedia-youtube-profile-button a img { display: none; }

/*Instagram*/
#widgets-element-socialmedia_socialmedia-instagram-profile-button {
background: transparent url('../images/icons/icon-ig-32x32.png') 50% 50% no-repeat;
}
#widgets-element-socialmedia_socialmedia-instagram-profile-button a { float: left; width: 39px; height: 40px; }
#widgets-element-socialmedia_socialmedia-instagram-profile-button a img { display: none; }

/*Flickr*/
#widgets-element-socialmedia_socialmedia-flickr-profile-button {
background: transparent url('../images/icons/icon-flickr-32x32.png') 50% 50% no-repeat;
}
#widgets-element-socialmedia_socialmedia-flickr-profile-button a { float: left; width: 39px; height: 40px; }
#widgets-element-socialmedia_socialmedia-flickr-profile-button a img { display: none; }

/*RSS*/
#widgets-element-socialmedia_socialmedia-rss-feed-button {
background: transparent url('../images/icons/icon-rss-32x32.png') 50% 50% no-repeat;
}
#widgets-element-socialmedia_socialmedia-rss-feed-button a { float: left; width: 39px; height: 40px; }
#widgets-element-socialmedia_socialmedia-rss-feed-button a img { display: none; }

/************************************************************
  Social Icons Footer | Small icons 
************************************************************/

/*Twitter*/
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-twitter-profile-button {
background: transparent url('../images/icons/icon-twitter-32x32.png') 50% 50% no-repeat;
}
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-twitter-profile-button a { float: left; width: 38px; height: 40px; }
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-twitter-profile-button a img { display: none; }

/*Facebook*/
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-facebook-profile-button {
background: transparent url('../images/icons/icon-fb-32x32.png') 50% 50% no-repeat;
}
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-facebook-profile-button a { float: left; width: 38px; height: 40px; }
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-facebook-profile-button a img { display: none; }

/*YouTube*/
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-youtube-profile-button {
background: transparent url('../images/icons/icon-youtube-32x32.png') 50% 50% no-repeat;
}
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-youtube-profile-button a { float: left; width: 60px; height: 40px; }
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-youtube-profile-button a img { display: none; }

/*Instagram*/
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-instagram-profile-button {
background: transparent url('../images/icons/icon-ig-32x32.png') 50% 50% no-repeat;
}
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-instagram-profile-button a { float: left; width: 38px; height: 40px; }
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-instagram-profile-button a img { display: none; }

/*Flickr*/
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-flickr-profile-button {
background: transparent url('../images/icons/icon-flickr-32x32.png') 50% 50% no-repeat;
}
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-flickr-profile-button a { float: left; width: 38px; height: 40px; }
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-flickr-profile-button a img { display: none; }

/*RSS*/
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-rss-feed-button {
background: transparent url('../images/icons/icon-rss-32x32.png') 50% 50% no-repeat;
}
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-rss-feed-button a { float: left; width: 38px; height: 40px; }
#block-widgets-s-cng-medium-profile #widgets-element-socialmedia_socialmedia-rss-feed-button a img { display: none; }


/************************************************************
  BLOCK SPECIFIC
************************************************************/

#block-boxes-congress-service-center { 
	padding-top: 10px; }

#block-boxes-congress-service-center a { color: #999999; 
	font-weight: bold; }

#block-boxes-congress-service-center div.help, #block-boxes-congress-service-center div.flag, #block-boxes-congress-service-center div.tours, #block-boxes-congress-service-center div.internships, #block-boxes-congress-service-center div.military, #block-boxes-congress-service-center div.students, #block-boxes-congress-service-center div.more {
	border: none;
}

#block-boxes-congress-service-center div.help { background: transparent url(../images/icons_agency.png) left top no-repeat; padding: 10px 10px 10px 40px; }

#block-boxes-congress-service-center div.flag { background: transparent url(../images/icons_flag.png) left top no-repeat; padding: 10px 10px 10px 40px; }

#block-boxes-congress-service-center div.tours { background: transparent url(../images/icons_look.png) left top no-repeat; padding: 10px 10px 10px 40px; }

#block-boxes-congress-service-center div.internships { background: transparent url(../images/icons_people.png) left top no-repeat; padding: 10px 10px 10px 40px; }

#block-boxes-congress-service-center div.military { background: transparent url(../images/icons_medal.png) left top no-repeat; padding: 10px 10px 10px 40px; }

#block-boxes-congress-service-center div.contact { background: transparent url(../images/icons_contact.png) left top no-repeat; padding: 10px 10px 10px 40px; }

#block-boxes-congress-service-center div.more { background: transparent url(../images/icons_open.png) left top no-repeat; padding: 10px 10px 10px 40px; }

#block-boxes-congress-service-center h2.block-title, #block-boxes-congress-service-center h2.block-title a, #block-boxes-hot-topics h2.block-title, #block-boxes-hot-topics h2.block-title a { 
} 

#block-boxes-mouse { background: transparent; }

 

/************************************************************
  BLOCK TITLES
************************************************************/

#block-views-congress-hprotator-rotator h2.block-title, #block-widgets-s-facebook-like-box h2.block-title, #block-boxes-congress-service-center h2.block-title, #block-menu-block-section-menu h2.block-title { 
	float: left; 
	clear:left;
	}
	
#block-views-congress-hprotator-rotator h2.block-title {
	margin: 0; }

#block-views-congress-hprotator-rotator .content, #block-widgets-s-facebook-like-box .content, #block-boxes-congress-service-center .content, #block-menu-block-section-menu .content {
	clear:left;
	}

#block-boxes-new-twitter h2.block-title { 
	background: #244055 url(../images/twitter-header.png) center top no-repeat;
	float: left;
	text-indent: -9999px; 
	width: 75px; }

/************************************************************
  NEWSLETTER SIGNUP
************************************************************/

#block-boxes-congress-newsletter-signup label { font-weight: normal; display: none; }

.not-front #block-boxes-congress-newsletter-signup {
	border: none;	
}

#block-boxes-congress-newsletter-signup { 
	background: #425b6e;
	border: none;
	color: #ffffff;
	padding: 20px;
}

#block-boxes-congress-newsletter-signup h2.block-title { 
	background: transparent;
	color: #ffffff; 
	font-weight: normal; }

#boxes-box-congress_newsletter_signup input[type="submit"] {
    background: url(../images/button_arrow.png) no-repeat scroll 0 0 transparent;
    border: 0 none;
    border-radius: 0 0 0 0;
    height: 34px;
    margin-left: 15px;
    padding: 0;
    text-indent: -9999px;
    width: 34px;
}

#boxes-box-congress_newsletter_signup input.form-text {
	border: none;
    height: 34px;
	padding: 8px;
	width: 80%;
}


/************************************************************
  LATEST NEWS
************************************************************/

#block-views-congress-news-block-latest-news h3.field-content a, #block-views-congress-in-the-news-block-1 h3.field-content a, #block-views-congress-news-block-1 h3.field-content a { font-size: 19px; }

#block-views-congress-news-block-latest-news h3, #block-views-congress-in-the-news-block-1 h3, #block-views-congress-news-block-1 h3 { margin-bottom: 0px; }

#block-views-congress-news-block-latest-news .views-row, #block-views-congress-in-the-news-block-1 .views-row, #block-views-congress-news-block-1 .views-row { border-bottom: 1px dotted #ddd; margin: 1em; }

.views-field-body, .views-field-body .field-content > p {
    margin-bottom: 0;
    padding: 0;
}

/************************************************************
  QUICKTABS
************************************************************/

#block-quicktabs-home-page-tabs {
	margin: 0;
	padding: 0;
}

.block-quicktabs .block {
	padding: 10px;
}

ul.quicktabs-tabs li a {
	background: #244055; 
    color: #ffffff;
    display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
    font-weight: normal;
	margin: 0; 
    padding: 10px 10px;
    text-decoration: none;
    text-transform: Capitalize;   
}

ul.quicktabs-tabs li a:hover {
	background: #425B6E;
	color: #fff;
}

ul.quicktabs-tabs li.active a {
	background: #fff;
	color: #244055;
}

ul.quicktabs-tabs li a, ul.quicktabs-tabs li a:hover {
	text-decoration: none !important;
}

ul.quicktabs-tabs li.active:before {
 	content:none;
}

ul.quicktabs-tabs { 
	background: transparent; /* Old browsers */
    border-bottom: medium none; 
	height: 50px;
    margin: 0 !important; 
	padding: 0 !important;
	width: 100%;
}

ul.quicktabs-tabs li {
    background: #244055;
	border-right: none;
    display: inline-block;
    margin: 0;
	padding: 0;
    text-align: center;
	width: 100%;
	max-width: 50%; /* works best with 4 tabs - change % if more or less */
}

ul.quicktabs-tabs li.first {
    border-left: none;
}

ul.quicktabs-tabs li.last {
    border-right: medium none;
}
  
.block-quicktabs .block-title {
    display: none;
}

.block-quicktabs .block, .block-quicktabs .block-views {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
}

.quicktabs h3.field-content { line-height: 18px; }

#block-quicktabs-home-page-tabs .views-field-created .field-content, #block-quicktabs-home-page-tabs .views-field-field-congress-article-type .field-content a, #block-quicktabs-home-page-tabs .views-field-type .field-content a { text-transform: Capitalize; }


#block-menu-block-section-menu .block-section-menu ul li.leaf {
    border-bottom: 1px dotted #ccc !important;
    list-style: none outside none;
    padding: 1em 0  !important;
}

/************************************************************
  THOMAS BILL SEARCH
************************************************************/

#block-house-blocks-house-thomas-bill-search {
	background: #f4f4f4; 
	color: #fff;
}

#thomas-bill-search #billsearch {
    padding-top: 0px !important;
}

#thomas-bill-search #billsearch form { padding-bottom: 15px; }

#thomas-bill-search #billsearch input.form-text {
    margin-right: 0;
    background: #fff;
	filter: none;
    border: medium none;
	height: 36px;
	width: 70%;
}

#thomas-bill-search input[type="submit"] {
    background: url(../images/button_submit_glass_2.png) no-repeat scroll 0 0 transparent;
    border: 0 none;
    border-radius: 0 0 0 0;
    height: 36px;
    margin-left: -4px;
    padding: 0;
    text-indent: -9999px;
    width: 40px;
}

#thomas-bill-search {
	float: left;
	padding-left: 10px;
}
#thomas-bill-search .block p img {
    max-width: 98%;
    padding: 1% 1% 0 1%;
}
#thomas-bill-search p, #thomas-bill-search dl, #thomas-bill-search hr, #thomas-bill-search h1, #thomas-bill-search h2, #thomas-bill-search h3, #thomas-bill-search h4, #thomas-bill-search h5, #thomas-bill-search h6, #thomas-bill-search ol, #thomas-bill-search ul, #thomas-bill-search pre, #thomas-bill-search table, #thomas-bill-search address, #thomas-bill-search fieldset {
    margin-bottom: 7px;
}


/************************************************************
  FOOTER
************************************************************/

#block-views-congress-offices-footer-offices { color: #fff; padding-left: 25px; }

.footer-office-location-tabs { margin-top: 25px; }

.block-congress-offices-footer-offices .field-content img { border: none; }
 
#block-views-congress-offices-of-noslide h2.block-title { color: #ffffff; padding-left: 0px; }
 
#block-views-congress-offices-of-noslide .office-info h3 a, #block-views-congress-offices-footer-offices .office-info h3 a, #block-views-congress-offices-of-noslide .office-info h3 a:visited, #block-views-congress-offices-footer-offices .office-info h3 a:visited { 
	color: #ffffff !important;  
}

#block-views-congress-offices-of-noslide .office-info h3 { margin-bottom: 0px; 
	color: #ffffff !important;  
	font-size: 16px !important; 
	font-weight: bold !important; 
	line-height: 16px; }

#block-views-congress-offices-of-noslide .views-row {
	color: #ffffff; 
    display: inline-block;
    font-size: 0.8em;
    padding: 0 1%;
    vertical-align: text-top;
    width: 97%;
}

#block-menu-menu-congress-footer-utility a { color: #ffffff; }

/* utility 
.block-menu-congress-footer-utility .menu a { color: #ffffff; }
.block-menu-congress-footer-utility .menu li { border-right: 1px solid #ffffff; }
.block-menu-congress-footer-utility .menu li.last { border: none; } 
.block-menu-congress-footer-utility {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    float: right;
    margin-bottom: 0;
	padding-right: 5%;
}*/

#block-menu-menu-congress-footer-utility ul.menu { 
    text-align: center;
}

 

.block-congress-site-map li.expanded, .block-congress-site-map li.collapsed, .block-congress-site-map li.leaf {
    padding: 0.2em 0 !important;
}

.block-congress-site-map a { color: #fff; }

