/************************************************************
THEMENAME
************************************************************/
/* This file will hold styles that are loaded using the same media query as the narrow grid. */
/* If you are using the default media queries provided by Omega, these styles will also
 *  apply to the normal and widescreen layouts. You may override these styles in the normal 
 *  and widescreen CSS files as appropriate. */
 


/************************************************************
  GENERAL
************************************************************/

#logo { margin-top: 0; }

/************************************************************
 SUPERFISH MAIN MENU
************************************************************/
	
.sf-menu a {
	padding: 1.1em 0.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-720.png) repeat-y;
}

/************************************************************
  QUICKTABS
************************************************************/

ul.quicktabs-tabs {
	height: 26px; 
}

ul.quicktabs-tabs li a {
	background: #888888; 
	font-size: 10px;
    padding: 0.6em 0.4em;
}

/************************************************************
  QUICKTABS FOR SOCIAL MEDIA
************************************************************/

#block-quicktabs-social-media-tabs ul.quicktabs-tabs {
	height: 26px;
}

#block-quicktabs-social-media-tabs ul.quicktabs-tabs li a {
    color: #ffffff;
	font-size: 10px;
    padding: 0.6em 1em;
}

/************************************************************
  SOCIAL MEDIA
************************************************************/

#block-widgets-s-cng-medium-profile { padding: 0 0 0.5em 0; }

#block-boxes-congress-newsletter-signup h2.block-title { 
	color: #ffffff;
	font-size: 12px; 
	font-weight: normal; }
	
#boxes-box-congress_newsletter_signup input.form-text {
    border: medium none;
    height: 34px;
    padding: 8px;
    width: 60%;
}

/************************************************************
  FOOTER
************************************************************/

#block-views-congress-offices-of-noslide { background: transparent url(../images/footer-background.png) top left no-repeat; padding-left: 5px; }

#block-views-congress-offices-of-noslide .views-row {
    width: 30%;
}

#congress_district_map {
    padding-bottom: 45% !important;
}

.view-congress-news .view-content {
    column-count: 2 !important;
    display: block;
}

#quicktabs-tab-home_page_tabs-1 {
    display: block;
}

#quicktabs-tab-home_page_tabs-2 {
    display: block;
}

ul.quicktabs-tabs li.active a {
    width: auto;
}

#issuesParentDiv {
    column-count: 3;
    text-align: center;
}

#block-boxes-congress-fb-responsive {
    float: left;
    width: 40%;
}

#block-boxes-twitter-embed {
    float: left;
    width: 55%;
}

#block-boxes-congress-newsletter-signup {
    width: 100%;
    float: right;
    height: 32vh !important;
}

#block-boxes-congress-newsletter-signup {
    background-position: center !important;
}

.hprotator-text-block {
    display: block;
}

#logo {
    width: 90%;
}

#block-search-form.block {
    width: 96.5%;
}

#block-boxes-cng-social-media-fa-small {
    position: absolute;
    z-index: 999;
    right: 250px;
    top: 50px;
}

#block-boxes-navigation-icons {
    position: absolute;
    z-index: 99999999;
    right: 220px;
    top: 110px;
}

#block-quicktabs-home-page-tabs {
    padding: 20px !important;
}

#energyBox {
    display: block;
}

#region-branding {
    margin-left: 10px;
    margin-right: 10px;
}

#block-search-form {
    margin-right: 10px;
}

.view-congress-hprotator.flexslider img {
    height: 60vh;
    object-fit: cover;
    object-position: center;
}

#block-views-congress-news-block-latest-news .views-row {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.views-field.views-field-title {
    padding-right: 1em;
}


.issueBox {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

#issuesParentDiv {
   column-count: 3;
}

@supports not (display: grid) {

    #issuesParentDiv {
        display: block;
        column-count: 3;
  }
}


