/************************************************************
MEMBER OMEGA V2
************************************************************/
/* 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. */


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

/***********************************************************
Header Zones & Regions 
***********************************************************/
#zone-user-wrapper #zone-user {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border-top: 10px solid #192919;
    height: auto;
}

.logo-img #logo {
	/*padding: 1em 0 1em;*/
}
#region-menu {
    width: 100%;
    margin: 0 auto;
}
#region-branding {
    height:90px;
}

.logo-img #logo {
   /* padding-top: 1em;*/
    padding-bottom: 0;
    max-width: 80%;
}
#region-user-second {
    width: 15%;
    float: right;
}

#section-header {
   /* height: 212px;*/
}

/************************************************************
 SUPERFISH MAIN MENU 
************************************************************/

.sf-menu li.last.sfHover > ul, .sf-menu li.last:hover > ul { /* changes position of LAST dropdown */
	left: -50%;
	right: auto;
}

#block-menu-block-congress-main-menu-superfish {
    display: block; 
    margin-bottom: 0;
}

.sf-menu a.active {
	color: #000;
}

/************************************************************
HOMEPAGE ROTATOR
************************************************************/
.view-congress-hprotator .flex-control-nav {
	width:100%; /* make width match the .hprotator-text-block if controls should appear in text block */
}


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

/***********************************************************
Latest News
***********************************************************/
#block-views-congress-news-block-latest-news .views-field.views-field-field-featured-image img {
    min-height: 130px;
}
/************************************************************
OFFICE FOOTER LOCATIONS 3 ELEMENTS ACROSS
************************************************************/

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

#block-boxes-congress-newsletter-signup {
    float: left;
    width: 28%;
}
