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


body {
background: none #EDEEEE;	 /* NORMAL BACKGROUND IS NAVY FOR CUE . CHANGE THIS IN ALL THEMES*/
}

.sf-menu a {
    padding: 1em 2.5em;
}

/*social media header*/  
#block-widgets-s-cng-large-profile.block {
    background: url("../images/socMedText.png") no-repeat scroll 0 0 transparent;
    padding-top: 79px;
}
#widgets-element-cng_large_profile div {
    margin-right: -10px;
}

/*--rotator--*/
.view-congress-hprotator .flex-control-nav {
    bottom: -5px;
    left: 10px;
    position: absolute;
    width: auto;
}
.view-congress-hprotator .flex-control-nav {
    padding: 1% 2%;
}

/*-- action center --*/
.block-menu-congress-action-center {
	padding:0;
	background: none transparent;
	max-width: 448px;
    margin: 0 auto 40px;
}


/* wide single carousel */
#hp-single-carousel-wide .flex-viewport {
    background: none repeat scroll 0 0 transparent;
}
#hp-single-carousel-wide .pane-title {
    display: inline-block;
    float: left;
    padding: 1.5% 1% 1%;
    width: 18%;
}
#hp-single-carousel-wide .views-field-field-congress-subtitle {
    float: left;
    padding: 1.5% 1% 1%;
    text-align: right;
    width: 30%;
}
#hp-single-carousel-wide .views-field-field-congress-body {
    float: right;
    font-size: 16px;
    padding: 1.5% 1% 1%;
    width: 65%;
}