/************************************************************
THEMENAME
************************************************************/
/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, 
CSS declarations in global.css will apply site-wide. */

/* SITE COLORS

burgundy 500113 rgb(80, 1, 19)
blue 153555
*/


.block, .block-views {
   background: none repeat scroll 0 0 #F5F5F5;
    border: 4px solid #153555;
	color: #153555;
}
ul.quicktabs-tabs li a:link {
    color: #666666;
}

.block h2, .block-views h2, 
#block-boxes-congress-newsletter-signup label, 
#billsearch p, 
ul.quicktabs-tabs li.active a:link,
ul.quicktabs-tabs li a:hover {
	color: #153555;
}

#hp-single-carousel-sidebar {
color: #FFF;
}
.fb-like-box {
    background: none repeat scroll 0 0 transparent !important;
}

#zone-menu-wrapper {
    background: none no-repeat scroll left center rgb(80, 1, 19); /* fallback */
    background: none no-repeat scroll left center rgba(80, 1, 19, 0.9);
}

#block-menu-block-congress-main-menu-superfish {
    background: none repeat scroll 0 0 transparent;
}
#block-menu-block-section-menu {
    background-color: #F5F5F5;
}
#block-menu-block-section-menu a {
    color: #0062A0;
}
#block-quicktabs-home-page-tabs {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 4px solid #153555;
    border-radius: 10px 10px 10px 10px;
}

#block-views-congress-offices-footer-offices {
    background: url("../images/footer-bg.png") no-repeat scroll left bottom rgb(80, 1, 19); /* fallback */
    background: url("../images/footer-bg.png") no-repeat scroll left bottom rgba(80, 1, 19, 0.9);
}
.block-congress-offices-footer-offices .flexslider,
.block-congress-offices-footer-offices .views-row  {
    color: #FFFFFF;
}
#block-menu-menu-congress-action-center a {
    border-left: 2px solid #999;
    color: #0062A0;
}

ul.quicktabs-tabs li.active:before {
    content: none;
}

/************************************************************
Latest News & In The News
************************************************************/
.view-id-congress_news,
.view-congress-in-the-news {
    background-color: #FFFFFF;
    background-image: url("../images/long-ribbon.png");
    background-position: left bottom;
    background-repeat: no-repeat;
}
.view-id-congress_news .views-row, 
.view-congress-in-the-news .views-row  {
    background: url("../images/line-ribbon.png") no-repeat scroll left bottom transparent;
}