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



/************************************************************
  GENERAL
************************************************************/

html, html a { text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }

body { 
	background: #fff; 
	color: #333;
	font: 15px/1.5 sans-serif, 'Oswald';
	font-weight: 300; 
	/* GLOBAL/MOBILE BACKGROUND IS WHITE. CHANGE THIS IN ALL THEMES*/ }
	
#logo { 
	background: transparent; padding: 0; }
	
.logo-img { background: url(../images/background-logo.png) top left repeat-x; text-align: center; }

#region-branding { margin: 0; }

#messages { margin: 0 auto; }

a:link, a:visited {
    color: #365899;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.views-row {
    border-bottom: none;
    padding: 0.5em 0;
}

.view-congress-hearings .description { display: none; }

/************************************************************
 THEME SPECIFIC
************************************************************/

.panel-display { margin: 0; padding: 0; }

.pane-node-field-congress-meeting-date, .pane-node-field-congress-meeting-location, .pane-node-field-congress-meeting-subcommit { background: #eee; }

.pane-node-field-congress-meeting-date { padding: 10px 10px 0 10px; }
.pane-node-field-congress-meeting-location { padding: 0 10px 0 10px; }
.pane-node-field-congress-meeting-subcommit { padding: 0 10px 0 10px; }

.budget ul li a { font-family: "Playfair display",sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5em;
    margin-top: 10px; 
    font-size: 24px; }
	
.budget ul li { margin: 0 0 1.5em 0 !important; }

/************************************************************
 CONTENT SPECIFIC
************************************************************/

.not-front #zone-content #breadcrumb { background: transparent; }

.search-results .search-info {
    display: none;
}

#crumbs {
    margin: 0;
    padding: 10px 0 0 10px;
}

.not-front #zone-content #region-content { } 

.not-front #region-content { margin-bottom: 15px; }

#block-menu-block-congress-section-menu {}

#block-menu-block-congress-section-menu ul li.leaf {
    border-bottom: 1px dotted #ccc !important;
    list-style: none outside none;
	margin-left: 0;
    padding: 1em 0 1em 0 !important;
}

#block-menu-block-section-menu ul.menu li { margin: 0; }

#block-menu-block-section-menu ul li.last { border-bottom: none !important; }

.panel-2col-bricks h2.pane-title { text-align: center; }

/************************************************************
  BREADCRUMB
************************************************************/

.breadcrumb-wrapper {
    border-bottom: none;
}

#breadcrumb {
    border: 0; 
	padding: 0; }

#congress_breadcrumb { background: transparent; 
    padding: 0 8px; }

#congress_breadcrumb a { color: #163e80; }



/************************************************************
  REGIONS
************************************************************/

#zone-mobile-menu { background: #000; margin: 0; }

#zone-search-wrapper { background: #333; }

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

#zone-branding-wrapper { 	 
    background: transparent;
    margin-bottom: 0px;
    padding: 0;
	}  

#zone-footer {
	background: transparent;
	border-top: none; }

.front #zone-preface-wrapper { background: #000;  }

.front #zone-preface { }

#zone-menu-wrapper { background: #000; }

#zone-menu { background: #000; }

#zone-content, #zone-postscript { background: #fff; }

#zone-content-wrapper { background: #fff; padding-top: 15px; } 

.front #zone-content-wrapper #block-system-main { display: none; }

.not-front #zone-content {
    background: #fff;
}
	
#section-footer { background: #253f60; }

#zone-footer-bottom-wrapper { background: #213956; }

#region-sidebar-first { float: left; }

/************************************************************
 MOBILE MENU
************************************************************/

#block-boxes-congress-mobile-hamburger-menu { padding: 0px; }

/************************************************************
 SUPERFISH MAIN MENU MOBILE & UNIVERSAL
************************************************************/

#region-menu { margin: 0; }

#block-menu-block-congress-main-menu-superfish { background: #639ed9; margin: 0px !important; padding: 0px !important; display: none; }

.sf-menu a { 
	color: #fff; 
	font-size: 18px;
	font-family: 'Oswald', sans-serif; 
	font-weight: normal;
	text-decoration: none !important;
	text-transform: Uppercase;
	padding: 2% 2%;
} 

.sf-menu a, .sf-menu a:link, .sf-menu a:visited {
    color: #fff;
}

.sf-menu a.active, .sf-menu a.active-trail { /* active state * * hover state removed */
	background: #031b34; 
	color: #fff;
}

.sf-menu a:focus, .sf-menu a:hover, .sf-menu li.sfHover {
	background: #031b34 !important;
	color: #fff;
	text-decoration: none;
}
  

/************************************************************
 SEARCH
************************************************************/

#block-widgets-s-cng-search { display: none; }

#block-widgets-s-cng-search { margin-top: 15px; padding: 5px; }

#block-search-form {
    background: none repeat scroll 0 0 transparent;
	border: medium none;
	filter: none;
    border-radius: 4px;
	border: none;
    padding: 0;
	box-shadow: none;
	-webkit-box-shadow: none; 
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}
#search-block-form {
	background: #000;
	border: none;
    height: 36px;
    float: left;
	width: 100%;
}

#search-block-form .form-item input { 
    background: none repeat scroll 0 0;
	filter: none;
    border: medium none;
	box-shadow: none;
	color: #666; 
	padding: 10px;
	width: 240px;
}

#search-block-form .form-actions input {
    margin-right: 0;
    background: none repeat scroll 0 0 transparent;
	filter: none;
    border: medium none;
	height: 40px;
}

input[type="search"], #search-block-form input[type="submit"] {
    background: url(../images/button_submit_glass.png) no-repeat scroll 0 0 transparent;
    border: 0 none;
    border-radius: 0 0 0 0;
	height: 36px;
	margin-left: 2px;
    padding: 0px;
    text-indent: -9999px;
	text-shadow: none; 
	width: 40px;
}

#search-block-form .container-inline div {
    float: left; 
	margin: 0;
}

#search-block-form #edit-actions {
    float: right;
}


/************************************************************
BLOCKS, BOXES and VIEWS
************************************************************/

.block, .block-views { /* THIS AFFECTS ALL BLOCKS UNLESS YOU OVERRIDE */
    background: transparent;
    border: none;
    margin-bottom: 30px;
    padding: 20px;
}

.front #zone-content-wrapper .block, #zone-content-wrapper .block-views { /* THIS AFFECTS ALL BLOCKS UNLESS YOU OVERRIDE */
    background: transparent;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    padding: 20px;
}

#section-footer .block, #section-footer .block-views {  
    background: none;
    margin-bottom: 0em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair display', sans-serif;
	font-weight: 400;
    letter-spacing: 0em; 
	line-height: 1.5;
    margin-top: 10px; }
	
h2.block-title, h2.block-title a {
	background: transparent; 
	color: #253f60;
	display: block; 
/*	float: left; */
	font-family: 'Oswald', sans-serif;
	font-size: 28px;
    font-weight: 400; 
    text-transform: capitalize;
	margin-top: 0;
} 

#section-footer h2.block-title, #section-footer h2.block-title a {
	border-bottom: none;
} 

h1#page-title {
    border-bottom: none;   
	margin-bottom: 0px;
    padding: 20px 0 0 20px; 
}

.not-front #region-content h1#page-title {
	padding: 10px 0 0 18px; 
}

.not-front #region-content h2.block-title, .not-front #region-content h2.block-title a {
	background: none; 
	color: #253f60 !important; 
	display: block; 
/*	float: left; */
	font-family: 'Oswald', sans-serif; 
	font-size: 24px;
    font-weight: normal;
    line-height: 1.25!important; 
    margin-bottom: 15px!important; 
    padding: 10px;
    text-transform: capitalize;
}  

#block-widgets-s-cng-share {
	clear: right !important; 
    float: right !important;
	padding-left: 0px !important; }
 

/************************************************************
  CONTENT 
************************************************************/

.not-front #region-content img {
    border: none;
    margin: 0;
    padding: 0;
}

#block-boxes-budgetdems-rankingmember { background: #f4f4f4 !important; 
	border: none !important; }
	
#block-views-nodequeue-4-block { background: #f9f9f9!important; border: 5px solid #f4f4f4!important; }

/***********************************************************
  PANELS
***********************************************************/ 

.each-member { text-align: center; }
 
#block-panels-mini-multi-carousel-holder, #block-panels-mini-single-wide-carousel-holder { background: #f4f4f4; }

.pane-content .views-field-field-document-type::before {
    content: "| "; }

.pane-content .views-field-field-document-type { display: inline-block; }

.pane-content .views-field-field-document-type .field-content { float: right;
    padding-left: 5px; }

 
/************************************************************
  HOMEPAGE ROTATOR
************************************************************/

#block-panels-mini-congress-home-page-rotator { background: transparent; }

#block-panels-mini-congress-home-page-rotator .flexslider .slides {
    padding: 0 0 0px;
}

.flexslider .flex-direction-nav a, .flexslider .flex-direction-nav a { color: #fff !important; }

#block-views-congress-hprotator-rotator {
	background: transparent; 
	border: medium none;
	border-radius: 0px; 
	margin-top: 0px;
	padding: 0;
}

.view-congress-hprotator {
    background: none repeat scroll 0 0 transparent; /* replace seafoam background */ 
	border: none;
	padding: 0;
}

.view-congress-hprotator.flexslider {
	box-shadow: none;
}

.view-congress-hprotator.flexslider img { /*border: 10px solid #ffffff; */ 
	border-radius: 0px; }

.view-congress-hprotator .views-field-field-congress-featured-media { 
	height: auto;
	background: #000;
	border: none;
	/*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);*/ 
}  

.view-congress-hprotator.view-display-id-rotator .slides .media-youtube-video  {
	position: relative;
	height: 0;
	padding-bottom: 62.5%;/* THIS CONTROLS THE EMBEDDED VIDEO HEIGHT TO MATCH THE IMAGES */
	overflow: hidden;
}
	
.view-congress-hprotator.view-display-id-rotator .slides li iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.flexslider .slides {
    padding: 0 0 0px;
}

/* text block */
.hprotator-text-block {
	text-align: center;
	float: none;
}
.hprotator-text-block h2 {
	color: #fff !important;
	font-family: 'Playfair display', sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height:  30px;
	margin: 10px;
	text-shadow: 2px 2px #333;
}
.hprotator-text-block h2 a {
	color: #fff !important;
	font-weight: 600;
	text-shadow: 2px 2px #333;
}
.hprotator-text-block .field-name-body {
	color: #fff;
	font-size: 18px; 
	margin: 20px 12px;
	text-shadow: 1px 1px #333;	
}

.view-congress-hprotator .flex-control-nav {
	margin: 10px; 
	width: 95%;
}

/***** read more *****/
#hp_top_read_more {
	margin: 15px; 
	display: block; }

#hp_top_read_more a {
	background: #4b0808;
	border-radius: 5px; 
	color: #fff;
	display: block;
	font-family: 'Playfair display', sans-serif;
	font-weight: normal;
	font-size: 18px; 
	margin: 10px auto;
    padding: 10px;
	text-decoration: none;
	text-transform: Capitalize; 
	width: 120px; 
}

.flex-control-paging li a.flex-active, .flex-control-paging li a:hover {
    background: none repeat scroll 0 0 rgba(153, 0, 0, 1);
    cursor: default;
}

.flex-control-paging li a {
    background: #fff;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
    cursor: pointer;
    display: block;
    height: 14px;
    text-indent: -9999px;
    width: 14px;
} 

.flexslider {
    margin: 0;
}
.flexslider .slides {
    padding: 0 0 25px;
}
.flex-control-nav {
    bottom: 0;
    z-index: 10;
}
.flex-direction-nav a {
    height: 50px;
    text-decoration: none;
}
.flex-viewport {
    margin-bottom: 25px;
}
.flex-pauseplay {
    display: none;
}
.view-congress-hprotator .views-field-field-congress-featured-media {
    background: #000 none repeat scroll 0 0;
    height: auto;
    width: 100%;
}
.view-congress-hprotator.view-display-id-rotator .slides .media-youtube-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 62.5%;
    position: relative;
}
.view-congress-hprotator.view-display-id-rotator .slides li iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.hprotator-text-block {
    float: none;
    text-align: center;
}

.view-congress-hprotator .views-field-field-congress-featured-media {
    background: #000 none repeat scroll 0 0;
    height: auto;
    width: 100%;
}


/***********************************************************
  ALERT BOX
***********************************************************/
 
#block-views-cng-alert-box-block-alert-box .views-row { border: none; padding: 0; }

#block-views-cng-alert-box-block-alert-box { background: #b2c000 !important; border: 1px solid #a9af5f !important; }

#block-views-cng-alert-box-block-alert-box h2.block-title { text-indent: -9999px; }

#block-views-cng-alert-box-block-alert-box a { color: #203f49; }

/************************************************************
  BLOCK TITLES
************************************************************/

 
 
/************************************************************
  LATEST NEWS
************************************************************/
 
#block-views-congress-news-block-latest-news { background: transparent; border: none !important; padding: 0 !important; }

#block-views-congress-news-block-latest-news .views-row { border: 1px solid #ddd; margin-bottom: 30px; overflow-x: auto; overflow-y: hidden; padding: 0px; position: relative; }

#block-views-congress-news-block-latest-news .views-row .views-field-created-1 { background: #4bb4f5 none repeat scroll 0 0;
    color: #fff;
    display: block;
    left: 5%;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 70px; } 

#block-views-congress-news-block-latest-news .views-field-created-1 .month, #block-views-congress-news-block-latest-news .views-field-created-1 .day { width: 100%; }

#block-views-congress-news-block-latest-news .views-field-created-1 .date-separated { font-family: 'Playfair display'; text-align: center; }

#block-views-congress-news-block-latest-news .views-field-created-1 .month { font-size: 18px; font-weight: 400; margin: 0; padding: 0; }

#block-views-congress-news-block-latest-news .views-field-created-1 .day { font-size: 36px; font-weight: 400; line-height: 0; margin: 0; padding: 0; }

#block-views-congress-news-block-latest-news .views-field-field-document-type { color: #fff; left: 25%; font-family: 'Oswald'; font-size: 21px; padding: 18px; width: 60%; position: absolute; top: 0; }

#block-views-congress-news-block-latest-news .views-field-field-document-type a { color: #fff; font-family: 'Oswald'; }

#block-views-congress-news-block-latest-news .views-field-field-document-type::before { content: none; }

#block-views-congress-news-block-latest-news h2.block-title { padding: 20px; }

#block-views-congress-news-block-latest-news h2.block-title a { font-size: 24px; color: #fff; }

#block-views-congress-news-block-latest-news h3.field-content a, #block-views-congress-in-the-news-block-1 h3.field-content a, #block-views-congress-news-block-1 h3.field-content a { color: #365899; font-family: 'Playfair display'; font-size: 24px; font-weight: normal; }

#block-views-congress-news-block-latest-news h3, #block-views-congress-in-the-news-block-1 h3, #block-views-congress-news-block-1 h3 { margin-bottom: 0px; }

#block-views-congress-news-block-latest-news .views-field-title { float: left; padding: 5px 20px 0px 20px; margin-bottom: 0; width: 100%; }

#block-views-congress-news-block-latest-news .views-field-body { float: left; padding: 5px 20px 20px 20px; }

 #block-views-congress-news-block-latest-news .views-field-field-congress-issues::after { clear: both; }

#block-views-congress-news-block-latest-news .views-row, #block-views-congress-in-the-news-block-1 .views-row, 
#block-views-congress-news-block-1 .views-row {	border-bottom: none; margin: 0; padding-bottom: 0; }

.views-field-body, .views-field-body .field-content > p { 
    padding: 0;
}

#block-views-congress-news-block-latest-news .more-link { background: #f4f4f4; border: 1px solid #ddd; padding: 15px; }  
 

/************************************************************
  Social Icons in Top Nav | Small icons 
************************************************************/

/* Font Awesome */

#boxes-box-fontawesome_medium a, #block-boxes-social-media-icons-2 a { color: #253f60; margin-right: 10px; }

#boxes-box-fontawesome_medium, #block-boxes-social-media-icons-2 { margin-top: 10px; text-align: center; } 

#boxes-box-fontawesome_medium img { vertical-align: top; }


/************************************************************
  NEWSLETTER SIGNUP
************************************************************/

#block-boxes-newsletter-signup-simple-bootstp { background: #d1e2f3 url(../images/arrowup.png) top right no-repeat; 
	color: #012d65;
}

#block-boxes-newsletter-signup-simple-bootstp h2.block-title { color: #253f60; }

#block-boxes-newsletter-signup-simple-bootstp .form-control {
    background-color: #ffffff;
    background-image: none;
    border: none;
    border-radius: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555; }

#block-boxes-newsletter-signup-simple-bootstp .btn-success {
    background-color: #092654;
    border: none;
    border-radius: 0px;
    color: #ffffff;
}

#block-boxes-newsletter-signup-simple-bootstp .btn-success:hover, #block-boxes-newsletter-signup-simple-bootstp .btn-success:focus, #block-boxes-newsletter-signup-simple-bootstp .btn-success.focus, #block-boxes-newsletter-signup-simple-bootstp .btn-success:active, #block-boxes-newsletter-signup-simple-bootstp .btn-success.active, .open > .dropdown-toggle.btn-success {
    background-color: #02539e;
    border: none;
    border-radius: 0px;
    color: #ffffff;
}

/************************************************************
  SECTION BLOCK
************************************************************/


block-views-nodequeue-4-block
/************************************************************
  SECTION BLOCK
************************************************************/

#block-menu-block-section-menu .block-section-menu ul li.leaf {
    border-bottom: 1px dotted #ccc !important;
    list-style: none outside none;
    padding: 1em 0  !important;
}
  
/************************************************************
  REMOVING TABLE STYLING
************************************************************/

td img {
    /* CHROME img thumbnail in tables fix */
	max-width: none;
}

table {
    border: none;
}
td, th { vertical-align: top; }
thead th, th {
    background: none;
    border-bottom: none;
    color: #333;
    vertical-align: top;
}
th.active {
    background: none;
    border-left: none;
    border-right: none;
}
tr.even td {
    background: none;
}
tr.odd td {
    background: none;
}
td.active {
    border-left: none;
    border-right: none;
}
tr.even td.active {
    background: none;
}
tr.odd td.active {
    background: none;
}
tr:hover td, tr.even:hover td.active, tr.odd:hover td.active {
    background: none;
}

/************************************************************
  PAGER
************************************************************/

ul.pager { margin-top: 20px; }

.pager li.pager-current {
    background: #f4f4f4 none repeat scroll 0 0;
	color: #000; 
}

ul.pager .pager-current {
    font-weight: normal;
}

.item-list ul li {
    margin: 0;
    padding: 0;
}

.item-list .pager li {
    background-image: none;
    display: inline;
    list-style-type: none;
    padding: 0 5px;
}

/************************************************************
  QUICKTABS
************************************************************/

#block-quicktabs-home-page-tabs {
	margin: 0;
	padding: 0;
}

.block-quicktabs .block {
	padding: 10px;
}

ul.quicktabs-tabs li a {
	background: #666; 
    color: #ffffff;
    display: block;
	font-family: 'Oswald', san-serif;
	font-size: 18px;
    font-weight: normal;
	margin: 0; 
    padding: 10px 16px;
    text-decoration: none;
    text-transform: Capitalize;   
}

ul.quicktabs-tabs li a:hover {
	background: #1f3d5b;
	color: #fff;
}

ul.quicktabs-tabs li.active a {
	background: #05294e;
	color: #fff;
}

ul.quicktabs-tabs li a, ul.quicktabs-tabs li a:hover {
	text-decoration: none !important;
}

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

ul.quicktabs-tabs { 
	background: transparent; /* Old browsers */
    border-bottom: medium none; 
	height: auto;
    margin: 0 !important; 
	padding: 0 !important;
	width: 100%;
}

ul.quicktabs-tabs li {
    background: #244055;
	border-right: none;
    display: inline-block;
    margin: 0;
	padding: 0;
    text-align: center;
	width: 100%;
	max-width: 50%; /* works best with 4 tabs - change % if more or less */
}

ul.quicktabs-tabs li.first {
    border-left: none;
}

ul.quicktabs-tabs li.last {
    border-right: medium none;
}
  
.block-quicktabs .block-title {
    display: none;
}

.block-quicktabs .block, .block-quicktabs .block-views {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
}

.quicktabs h3.field-content { line-height: 18px; }

/************************************************************
  FOOTER
************************************************************/

#block-menu-block-congress-site-map-top-level a, #block-menu-menu-congress-footer-utility a { color: #fff; }

#block-menu-block-congress-site-map a, #block-menu-block-congress-site-map-top-level a { 
	color: #fff; 
	font-family: 'Oswald';
	text-transform: uppercase; }

.menu-block-congress_site_map > .menu li #menu-home { display: block; }

/************************************************************
  FOOTER OFFICES
************************************************************/

#block-boxes-budgetdems-office-footer { color: #fff; }

#block-boxes-budgetdems-office-footer h2.block-title { color: #fff; }

/************************************************************
  COMMITTEE FORMS
************************************************************/

.views-exposed-form { width: 90%; }

#edit-field-congress-meeting-subcommit-tid { width: 280px; }

/**Scoreboard**/

#scorebox {
	margin-bottom:20px;
}
#scorenumber{
	text-align: center; 
	font-size: 24px; 
	font-style: normal; 
	font-weight: bold; 
	/*border: 2px solid #C9090C;*/
	color: #c9090c;
	width: 10%;
	vertical-align: middle;
	float: left;
}

 
#scoretext{
	padding-left: 5px;
	width: 90%;
	vertical-align: middle;
	float: right;
}  