/************************************************************
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
************************************************************/


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

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

/************************************************************
HOMEPAGE SINGLE CAROUSEL WIDE ACTION CAROUSEL
************************************************************/

/*
BRING BACK THE PHOTO?

*/

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


/************************************************************
FLEXSLIDER
************************************************************/
.hprotator-text-block {
    margin: 0 auto;
    text-align: center;
	background: rgba(255, 255, 255,.5);
	text-shadow: 1px 1px 1px #000;
	text-transform: uppercase;
	width: 65%;
}

#block-views-congress-hprotator-rotator .view-content .slider {
    bottom: 15em;
    margin: 0 auto;
    position: absolute;
	width: 100%;
}

@media (min-width: 1280px){
	#block-views-congress-hprotator-rotator .view-content .slider {
		bottom: 10em;
	}
}


/************************************************************
OFFICE FOOTER LOCATIONS 3 ELEMENTS ACROSS
************************************************************/

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

}
