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

/*
THIS THEME USES DRUPAL PLATFORM ICON SET "CONGRESS THREE"
IF YOU CHANGE ICON SET YOU WILL NEED TO EDIT CSS VIA SUBTHEME
*/

/* SITE COLORS
link blue 0062A0
pg title blue 153555
dk grey pg back 232322
med grey box back 343433
lt grey F0F0F5
*/


/************************************************************
Set Up
************************************************************/
#page-title {
    color:#153555;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: none repeat scroll 0 0 #000;
}

h2.block-title {
    color: #FFFFFF;
    font-size: 1.8em;
    margin: 0;
    padding-bottom:10px;
}
.block, .block-views { /* THIS WILL CONTROL ALL GENERIC BLOCKS. SET SPECIAL BLOCKS AS EXCEPTIONS */
    background: none repeat scroll 0 0 #343433;
    border: 1px solid #343433;
    border-radius: 10px;
    color: #FFFFFF;
}
.block a, .block-views a { /* THIS WILL CONTROL ALL GENERIC BLOCKS. SET SPECIAL BLOCKS AS EXCEPTIONS */
    color: #FFF;
}
.not-front #region-content .block, .not-front #region-content .block-views { /* THIS AFFECTS ALL INTERIOR PAGES IN THE CONTENT REGION */
    color: #333;
}
.not-front #region-content .block a, .not-front #region-content .block-views a { /* THIS AFFECTS ALL INTERIOR PAGES IN THE CONTENT REGION */
    color: #0062A0;
}

textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
    padding: 2px 10px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.06em;
}
/************************************************************
Header
************************************************************/
/*With Member*/
/*#section-header {
background: url("../images/member.jpg") no-repeat center 96px transparent;
height: 746px;
}
.not-front #section-header {
background: url("../images/member-int.jpg") no-repeat center 96px transparent;
height: 310px;
}*/

/*Without Member*/
#section-header {
background: #eeeeee;

}

/************************************************************
Page
************************************************************/
#page {
background: none #232322;
}
.not-front #page {
background: url("../images/page-background-int.png") repeat-x #232322;
}

#region-header-second .block-views {
    background: none;
    border: 0 none;
    padding: 0;
}
#region-header-first .block-views {
    background: none;
    border: 0 solid #666666;
    margin-bottom: 0;
}

/************************************************************
Zones
************************************************************/
#zone-footer-bottom-wrapper {
    background: none repeat scroll 0 0 #000000;
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    width:100%;
}
#zone-footer-bottom {
    background: none repeat scroll 0 0 transparent;
    border: 0px solid #999999;
}

#zone-postscript-wrapper {
    background: none;
}
#zone-postscript {
    background: none repeat scroll 0 0 transparent;
    border: 0px solid #999999;
}
#zone-content-wrapper {
    background: none;
}

#zone-content {
    background: transparent;
    border: 0;
}
.not-front #zone-content {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    margin-top: 12px;
}

#section-content {
    background-color: #232322;
}

/* SECTION FOOTER */
#section-footer {
background: #bcbcb9; /* BLACK */
width:auto;
}
/* FOOTER ZONES */
#zone-footer-wrapper {
background: #bcbcb9;   /* BLUE */
width: 100%; margin: 0 auto;
margin-top:10px;
padding-top:10px;
}
#zone-footer {
background: transparent; /* DK GREY */
border: none;
}

#zone-preface-wrapper {
    background: none;
}
#zone-preface {
    background: none repeat scroll 0 0 transparent;
    border: 0px solid #999999;
}

#zone-header-wrapper {
    background: none;
}

#zone-header {
    background: none;
    border: 0 solid #999999;
}

#zone-branding {
    background: none;
    border: 0px solid #999999;
}
#zone-branding-wrapper {
    background: none;
}

#zone-menu-wrapper {
width: 100%; margin: 0 auto;
background: none;
}

#zone-menu {
    background: none;
    border: 0px solid #999999;
}

/************************************************************
FORMS
************************************************************/

textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
    height: 31px;
    width: 81%;
    border-radius: 5px;
}

button, input[type="reset"], input[type="submit"], input[type="button"] {
    border-radius:5px;
    height: 30px;
    margin-left: 0px;
}

button:focus, button:active, input:focus, input:active, select:focus, select:active, textarea:focus, textarea:active {
    box-shadow: 0 0 7px #2D557D;
    z-index: 1;
}

/************************************************************
Search
************************************************************/
#block-search-form {
     background: none repeat scroll 0 0 transparent;
    border: 0 solid #DDDDDD;
    padding-top:35px;
}

/************************************************************
Thomas Search
************************************************************/

#billsearch .form-text{
     height: 25px;
    width: 65%;
    border-radius: 5px;
}
#billsearch p{
    margin-bottom: 10px;
    margin-top: 9px;
    color:#ffffff;
}

/************************************************************
 SUPERFISH NAV MENU
************************************************************/
#block-menu-block-congress-main-menu-superfish {
background: none repeat scroll 0 0 #305B88;
    margin-bottom: 0;
}
.sf-menu a {
    color: #ffffff;
}
.sf-menu a:focus, .sf-menu a:hover, .sf-menu li.sfHover, .sf-menu a.active, .sf-menu a.active-trail {
background: none repeat scroll 0 0 #153555;
color:#ffffff;
}

/************************************************************
Rotator
************************************************************/
#block-views-congress-hprotator-rotator {
    color: #333333;
}
#block-views-congress-hprotator-rotator a {
    color: #0062A0;
    text-decoration: none;
}
#block-views-congress-hprotator-rotator a:hover {
    text-decoration: underline;
}
.flex-control-paging li a.flex-active {
    background: #315a84;
    /*background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);*/
    box-shadow: none;
    height:14px;
    width:14px;
}
.flex-control-paging li a:hover {
   background: #315a84;;
}
.flex-control-paging li a {
   background: rgb(207, 221, 232) /* the Fallback */;
   /* background: none repeat scroll 0 0 rgba(207, 221, 232, 0.5);*/
    box-shadow: none;
    height: 14px;
    width: 14px;
}
.flexslider .slides {
    background-color: none transparent;
}
.hprotator-text-block h2 {
    margin: 0;
}
.view-congress-hprotator {
    background: none repeat scroll 0 0 #FFF;
}
.view-congress-hprotator.view-display-id-rotator .slides .media-youtube-video {
  position: relative;
  height: 0;
  padding-bottom: 50%;
 /* padding-bottom: 43%;*/
  overflow: hidden;
}
.view-congress-hprotator .flex-control-nav {
    width: 100%;
}

/************************************************************
Alert Box
************************************************************/
.view-cng-alert-box {
    background: url("../images/bg-alertbox.png") no-repeat scroll left center rgb(80, 1, 19) /* the Fallback */;
    background: url("../images/bg-alertbox.png") no-repeat scroll left center rgba(80, 1, 19, .9);
    padding: 14px 0.5em 1.5em 120px;
    border: 2px solid #6B6B69;
    border-radius:0;
}
.block-cng-alert-box-block-alert-box {
    margin-bottom: 0; margin-top: 0;
}
.block-cng-alert-box-block-alert-box h2{
   display:none;
}
.view-cng-alert-box a{
   color:#ffffff;
}
.block-cng-alert-box-block-alert-box .views-row {
padding: 0.5em 1.8em;
}

/************************************************************
Quick Tabs GENERAL
************************************************************/
.block-quicktabs  .block, .block-quicktabs .block-views {
color: #333;
}
.block-quicktabs  .block a, .block-quicktabs .block-views a {
color: #0062A0;
}
ul.quicktabs-tabs {
    margin-top: 13px;
    border-bottom: 3px solid #b3b3b3;
}
ul.quicktabs-tabs ul {
    border-bottom: 3px solid #CCCCCC;
    padding: 10px 0 0;
}
ul.quicktabs-tabs li a {
    background: none repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 1.2em;
}
ul.quicktabs-tabs li a:hover {
    background: none repeat scroll 0 0 transparent;
}
ul.quicktabs-tabs li.active a{
    background: none repeat scroll 0 0 transparent;
    font-weight: bold;
}

/************************************************************
Quick Tabs called Home Page Tabs
************************************************************/
#block-quicktabs-home-page-tabs {
   background-color: #343433;
    border: 1px solid #343433;
    border-radius: 10px;
}
#block-quicktabs-home-page-tabs h2{
    display:none;
}

/************************************************************
Social Widgets
************************************************************/

#block-widgets-s-socialmedia-profile-default {
    background-color:transparent;
    border:0;
}
.widgets-element a {
    background: none repeat scroll 0 0 #EEE;
    border: 5px solid #A9A9A9;
    border-radius: 5px;
    display: block;
    height: 100%;
    margin: 0.25em;
    padding-right: 0;
}
.widgets-element a:hover {
    opacity: 0.5;
}
#zone-footer-bottom #widgets-element-cng_medium_profile .widgets-element a  {
    border: 3px solid #A9A9A9;
}

.widgets-element img {
    opacity: 0.5;
    padding: 0.25em;
}
#zone-footer-bottom #widgets-element-cng_medium_profile .widgets-element img {
    padding: 0.15em;
}

#block-widgets-s-cng-medium-profile {
    background-color:transparent;
    border:none;
}

.block-boxes-congress-single-tweet {
    background-color: #F0F0F5;
}
.fb-like-box { /* This theme needs Facebook widget change to Dark Color Scheme */
    background: none repeat scroll 0 0 transparent !important;
}


/************************************************************
Action Center || System Nav - for now!
************************************************************/

#block-menu-menu-congress-action-center a{
    color:#ffffff;
     font-size: 1.2em;
    text-decoration: none;
    border-left:solid 2px #ffffff;
    padding-left: 10px;
    }
#block-menu-menu-congress-action-center .first a {
    border-left: none;
}

#block-menu-menu-congress-action-center h2{
    padding-bottom:0;
    }
#block-menu-menu-congress-action-center ul{
    padding-left: 0px;
    padding-top: 7px;
    }
#block-menu-menu-congress-action-center ul li.leaf{
    list-style-type: none;
    list-style-image: none;
    display: inline;
    }

#block-menu-menu-congress-action-center {

    margin-top:10px;
    }
/************************************************************
Enews
************************************************************/
.newsletter-signup-image {
    height: 105px;
}
.newsletter-signup-image p a {
    background: url("../images/newsletter-image-bg.png") no-repeat scroll center center transparent;
}

#block-boxes-congress-newsletter-signup {
    }
#block-boxes-congress-newsletter-signup label{
    color:#ffffff;
    }
#block-boxes-congress-newsletter-signup img{
    /*padding-left:10px;*/
    }
#block-boxes-congress-newsletter-signup p{
    /*padding-left:10px;*/
    }
/************************************************************
Enews Advanced
************************************************************/
#block-boxes-congress-newsletter-signup-adv {

    }
#block-boxes-congress-newsletter-signup-adv label{
    color:#ffffff;
    }
input.placeholder_text, textarea.placeholder_text, input:-moz-placeholder, textarea:-moz-placeholder{
    color: #888888;
/*    height: 30px;
    width: 82%;*/
/*  border-radius: 5px;*/
    }
#block-boxes-congress-newsletter-signup-adv .form-submit{
    border-radius: 10px 10px 10px 10px;
    margin-left: 213px;
    margin-top: 10px;
    width:25%;
    }
#block-boxes-congress-newsletter-signup-adv .formboxL{
    padding-bottom:15px;
    }

/************************************************************
Latest News & In The News
************************************************************/
.view-id-congress_news, .view-congress-in-the-news {
    background: url("../images/long-ribbon.png") no-repeat scroll left bottom #FFFFFF;
}
.view-id-congress_news .views-row,
.view-congress-in-the-news .views-row  {
    padding-left:55px;
    /*background: url("../images/line-ribbon.png") no-repeat left bottom transparent;*/
    border-bottom: 0 none;
}
.more-link {
    padding-right: 20px;
}

/************************************************************
Latest News
************************************************************/
.view-id-congress_news .views-row-first {
    background: none;
    }
.view-id-congress_news .views-row-last {
    background:none;
    }

/************************************************************
In The News
************************************************************/
.view-congress-in-the-news .views-row-last {
    background:none;
    }

/*Not Front*/

.not-front .view-congress-in-the-news {
    background-color:#ffffff;
    background-image: none;
    background-repeat: no-repeat;
    background-position: left bottom;
    }
.not-front .view-congress-in-the-news .views-row {
    padding-left:0px;
    background: none;
    border-bottom: 0 none;
    }
.not-front .view-congress-in-the-news .views-row-first {
    background: none;
    }
.not-front .view-congress-in-the-news .views-row-last {
    background:none;
    }

/************************************************************
Events
************************************************************/

#block-views-cng-events-upcoming {

}
#block-views-cng-events-upcoming a:link {
    color: #ffffff;
    text-decoration: underline;
}
#block-views-cng-events-upcoming  a:visited {
    color: #ffffff;
    text-decoration: underline;
}
#block-views-cng-events-upcoming h3 a{
    color:#ffffff;
    text-decoration: none;
    }
#block-views-cng-events-upcoming .views-label-field-congress-issues{
    color:#ffffff;
    }
#block-views-cng-events-upcoming .field-content{
    color:#ffffff;
    }
#block-views-cng-events-upcoming span.date-display-single {
    color: #ffffff;
}
#block-views-cng-events-upcoming .views-field-type {
     border-left: 1px solid #ffffff;
}
#block-views-cng-events-upcoming .pane-content {
    color: #c7c8c9;
}
#block-views-cng-events-upcoming p {
    color: #ffffff;
}
#block-views-cng-events-upcoming .pane-token {
    border-left: 1px solid #ffffff;
}

/************************************************************
Vote
************************************************************/
#block-house-blocks-house-member-voting-record {
    color: #333333;
}
#block-house-blocks-house-member-voting-record a:link, #block-house-blocks-house-member-voting-record a:visited {
    color: #0062A0;
}

/************************************************************
In Congress
************************************************************/

#block-house-blocks-house-today-in-congress ul{
    list-style: none inside none;
    }
/************************************************************
Videos
************************************************************/

.block-views.block-congress-videos-latest a:link, .block-views.block-congress-videos-latest a:visited,
.block-views.block-congress-videos-latest .pane-node-created, .block-views.block-congress-videos-latest .pane-content {
    color:#ffffff;
}
.block-views.block-congress-videos-latest .pane-node-content-type{
    border-left: 1px solid #FFFFFF;
}

/************************************************************
Carousel Large
************************************************************/
#hp-multi-carousel-wide {
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #343433;
    background-color:#343433;
    }
#hp-multi-carousel-wide h2{
    letter-spacing:0;
    font-size:17px;
    color:#ffffff;
    }
#hp-multi-carousel-wide a:link, #hp-multi-carousel-wide  a:visited,
#hp-multi-carousel-wide p, #hp-multi-carousel-wide .views-field-field-congress-body {
    color:#ffffff;
    }

#hp-multi-carousel-wide .slides li {
    padding: 14px 3em 0;
}
#hp-multi-carousel-wide .flexslider {
    background: none repeat scroll 0 0 transparent;
    border: 0px solid #FFFFFF;
    border-radius: 0;
    box-shadow: 0;
    /* margin: 0 0 60px; */
}
#block-panels-mini-multi-carousel-holder {
    background-color:transparent;
    border:0;
}
#hp-single-carousel-wide h2{
    letter-spacing:0;
    font-size:17px;
    color:#ffffff;
}
#hp-single-carousel-wide p{
    color:#ffffff;
}

/************************************************************
Footer Utility
************************************************************/
#block-menu-menu-congress-footer-utility h2{
    display:none;
    }
#block-menu-menu-congress-footer-utility {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    }
#block-menu-menu-congress-footer-utility a:link, #block-menu-menu-congress-footer-utility a:visited{
    color:#ffffff;
    text-decoration:none;
    font-weight:bold;
}
#block-menu-menu-congress-footer-utility ul.menu{
    text-align:right;
    padding-top: 10px;
}
/************************************************************
Footer
************************************************************/
#block-views-congress-offices-footer-offices, #block-views-congress-offices-of-noslide {
    background: url("../images/footer-bg.png") no-repeat scroll left bottom #63566F;
    border: 4px solid #FFFFFF;
}
/************************************************************
Hot Topics
************************************************************/
#block-panels-mini-single-carousel-holder {
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #343433;
    background-color:#343433;
    }
#block-panels-mini-single-carousel-holder h2{
    color:#ffffff;
    }
#block-panels-mini-single-carousel-holder .pane-title {
    padding-left:7px;
    }
#block-panels-mini-single-carousel-holder .flexslider {
    margin: 0 0 0px;
}
.block-single-carousel-holder .flexslider .slides {
    background-color: #343433;
}


/************************************************************
Inernal Side bar
************************************************************/
#block-menu-block-section-menu {
    Background-color:#63566F;
    }
#block-menu-block-section-menu a{
    color:#FFFFFF;
    text-decoration:none;
    font-size:1.1em;
    }
.not-front #region-sidebar-first {
    background: none repeat scroll 0 0 transparent;
    margin-top: 5px;
}

/*Overall Styles*/
a.visited {
    color:#153555;
}
.not-front #region-content .block h2 {
    color: #232322;
}

/*Youtube HP box*/
#boxes-box-congress_youtube_box p{
    color:#ffffff;
}
#boxes-box-congress_youtube_box a:link, #boxes-box-congress_youtube_box a:visited,
#boxes-box-congress_youtube_box a:hover {
    color: #eeeeee;
}

/*Flickr HP box*/
#block-boxes-congress-flicker-box p{
    color:#ffffff;
}
#block-boxes-congress-flicker-box a:link, #block-boxes-congress-flicker-box a:visited,
#block-boxes-congress-flicker-box a:hover {
    color: #eeeeee;
}

/************************************************************
Pop-up
************************************************************/

#house_enews_popup .form-submit {
    margin-left: 5px;
}
.wsbforms input.placeholder_text, .wsbforms textarea.placeholder_text, .wsbforms input:-moz-placeholder, .wsbforms textarea:-moz-placeholder {
    border-radius: 10px 10px 10px 10px;
    color: #888888;
}
