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

#zone-branding-wrapper { box-shadow: none; }

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



/************************************************************
 SUPERFISH MAIN MENU MOBILE & UNIVERSAL
************************************************************/

#block-menu-block-congress-main-menu-superfish { padding: 1em; }

.sf-menu li { display: inline-block; float: none; text-align: left; }

.sf-menu li .menu .leaf a { 
  border-bottom: none; 
	 font-size: 15px;
  font-weight: 300;
  margin-top: 0;
	 padding: 0.6em 0.9em;
  line-height: 1.2em;
  text-decoration: none;
}

/************************************************************
  LATEST NEWS VIEWS
************************************************************/

/*.view-congress-subcommittees .views-row { display: inline-block; width: 25%; padding: 1em; border: none; margin: 0; } */

.view-congress-news .view-content { display: flex; flex-wrap: wrap; }

.view-congress-news .views-row {
  flex: 1 0 33.3%; 
  padding: 20px;  
  border-bottom: none;
}

#boxes-box-congress_committee_twitter { max-height: 500px; overflow: hidden; }

/************************************************************
  SUBCOMMITTEE VIEWS
************************************************************/

/*.view-congress-subcommittees .views-row { display: inline-block; width: 25%; padding: 1em; border: none; margin: 0; } */

#block-views-congress-subcommittees-sub-comm .content {
  width: 100%;
  margin: 0px auto; 
  padding: 0;
}

.view-congress-subcommittees .view-content { display: flex; flex-wrap: wrap; }

.view-congress-subcommittees .views-row {
  flex: 1 0 25%; 
  text-align: center;
  padding: 20px 10px 10px;
  border: none;
}

#block-views-congress-subcommittees-sub-comm .views-row::before {  
}


