/************************************************************
THEMENAME
************************************************************/
/* 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
************************************************************/

#logo { margin: 0; }

/************************************************************
 SUPERFISH MAIN MENU
************************************************************/
	
.sf-menu a{
	padding: 1.1em 1.4em;
}

/************************************************************
  REGIONS
************************************************************/
#zone-preface, #zone-content, #zone-postscript, .not-front #zone-preface, .not-front #zone-content, .not-front #zone-postscript {
    background: transparent url(../images/background-960.png) repeat-y;
}

/************************************************************
  QUICKTABS
************************************************************/

ul.quicktabs-tabs {
	height: 36px; 
}

ul.quicktabs-tabs li a {
	background: #888888; 
	font-size: 14px;
    padding: 0.6em 0.4em;
}

/************************************************************
  QUICKTABS FOR SOCIAL MEDIA
************************************************************/

#block-quicktabs-social-media-tabs ul.quicktabs-tabs {
	height: 36px;
}

#block-quicktabs-social-media-tabs ul.quicktabs-tabs li a {
    color: #ffffff;
	font-size: 14px;
    padding: 0.6em 1em;
}


/************************************************************
  SOCIAL MEDIA
************************************************************/

#block-widgets-s-cng-medium-profile { padding: 0 0 0.5em 0; }

/************************************************************
  FOOTER
************************************************************/

#block-views-congress-offices-of-noslide .views-row {
    width: 33%;
}

.view-congress-news .view-content {
    column-count: 4 !important;
    display: flex;
}

#issuesParentDiv {
    column-count: 3;
    text-align: center;
}


#block-boxes-congress-fb-responsive {
    float: left;
    width: 25%;
}

#block-boxes-twitter-embed {
    float: right;
    width: 25%;
}

#logo {
    opacity: 0;
}

#region-branding {
    background: url("https://rush.hdvdevedit1.house.gov/sites/rush.house.gov/themes/bobbyrush/images/banner-new.png") rgba(360,360,360,1) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#logo {
    width: auto;
}

.logo-img {
    margin-top: 0px;
}

#block-search-form {
    position: absolute;
    z-index: 99999;
    right: 40px;
    top: 0;
}

#block-boxes-cng-social-media-fa-small {
    position: absolute;
    z-index: 999;
    right: 80px;
    top: 50px;
}

#block-boxes-navigation-icons {
    position: absolute;
    z-index: 99999999;
    right: 50px;
    top: 110px;
}

#block-search-form.block {
    width: 245px;
}

.view-congress-news .views-row-last {
    padding-left: 2em !important;
    padding-right: 1em !important;
}

#block-boxes-congress-newsletter-signup {
    width: 43%;
    float: left;
    height: 390px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 1em;
    padding-right: 1em;
    margin-left: 1%;
}

.view-congress-offices.view-id-congress_offices .view-content {
    display: flex;
    flex: 50%;
    justify-content: center;
    text-align: center;
}




