/************************************************************
PETE KING
************************************************************/
/* 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
************************************************************/
body {
	background: url(../images/background_site.png) repeat-x 0 -5px #ffffff;	
	font-family: Helvetica, Arial, sans-serif !important;
	 /* GLOBAL/MOBILE BACKGROUND IS WHITE. CHANGE THIS IN ALL THEMES*/
}

#page {
	background: transparent url(../images/header.jpg) no-repeat top center; 
}

#logo { width: 100%;  } 

a { color: #103484; text-decoration: none !important; }

a:hover { color: #92111f; text-decoration: underline; }

ul {
	list-style: disc inside none;
}
ul ul, ol ol {
    padding-left: 1em;
}
ul ul {
    list-style: circle inside none;
}

/* FONTS */
h1, h2, h3, h4, h5, h6 {
    margin-bottom: auto;
	font-family: Helvetica, Arial, Helvetica, sans-serif;
}
h1{font-size: 32px;}
h2{font-size: 28px;}
h3{font-size: 24px;}
h4{font-size: 21px;}
h5{font-size: 18px;}
h6{font-size: 15px;}

.block h1 {font-size: 21px;}
.block h2 {font-size: 19px;}
.block h3 {font-size: 17px;}
.block h4 {font-size: 15px;}
.block h5 {font-size: 15px;}
.block h6 {font-size: 15px;}

.not-front #region-content .block h1 {font-size: 24px;}
.not-front #region-content .block h2 {font-size: 22px;}
.not-front #region-content .block h3 {font-size: 20px;}
.not-front #region-content .block h4 {font-size: 18px;}
.not-front #region-content .block h5 {font-size: 16px;}
.not-front #region-content .block h6 {font-size: 14px;}


/************************************************************
  BRANDING
************************************************************/
.site-name a:link,
.site-name a:visited {
	color: #000000;
	text-decoration: none;
}

.region-branding-inner { }

/************************************************************
  BREADCRUMB
************************************************************/
#page.page-hide-breadcrumb #breadcrumb {
	display: none;
}
.breadcrumb-wrapper {
    border-bottom: 1px solid #CCCCCC;
}

#breadcrumb {
    margin: 0 10px;
    padding: 5px 0;
}
#breadcrumb,
#breadcrumb a { 
}
#breadcrumb ol {
    list-style: none inside none;
}
#breadcrumb li {
	display: inline;
	padding-right: 0.5em;
}
.crumb-separator {
	padding-right: 0.5em;
}

/************************************************************
SECTIONS AND ZONES
************************************************************/

.section {
	background: transparent;
	border: none;
	width: 100%; margin: 0 auto;
}

#zone-branding { 
	background: transparent; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ac0101 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); */ /* IE6-9 */
	border: medium none; 
	border-radius: 5px 5px 0 0;
	margin-bottom: 0;
 }
 
#zone-content, #zone-postscript, #zone-menu { background: #ffffff;  
	padding: 0px;
} 

#zone-content { padding-bottom: 25px; }

#zone-branding { 
	background: none;  }

#zone-preface {
	background: #ffffff;
}
  

#section-footer { 
	background: #0d1926;
	padding-top: 11px;
}
	
#zone-footer {
	background: transparent; 
	margin: 0 auto;
}

#zone-footer-bottom {
	border-radius: 0 0 5px 5px;
	color: #ffffff;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: right;
}

#zone-footer-second {
	text-align: justify !important; }

#block-menu-menu-congress-footer-utility ul.menu {
	float: right;
	text-align: right;
}

#block-menu-menu-congress-footer-utility ul.menu a {
	color: #8ea1ba !important;
}

#region-menu { margin-bottom: 0;}

/******************************
 SECTION HEADER
*******************************/
#section-header {
	padding-top: 15px;
    width: 100%;
}

.block-s-cng-medium-profile, #block-search-form {
    background: none repeat scroll center top transparent;
    border: medium none;
    padding: 0;
}

#block-boxes-google-translator { 
	background: none; 
	margin: 0px;}

#block-widgets-s-cng-medium-profile { 
	background: none; float: right; width: 150px; } 

	
/************************************************************
SUPERFISH MAIN MENU MOBILE & UNIVERSAL
************************************************************/
#block-menu-block-congress-main-menu-superfish {
	background: url(../images/background_nav.png) repeat-x scroll 0 0 #6a0103;
}
.sf-menu a {
	color: #ffffff; 
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
}
.sf-menu a:focus, .sf-menu a:hover, .sf-menu li.sfHover, .sf-menu a.active {
	background: none repeat scroll 0 0 #040913;
	color: #FFF;
}

	
	
/**************
SEARCH
**************/

#block-search-form { 
	float: right;
	margin-top: 6px !important; 
	margin-right: 25px; 
	text-align: center;
	width: 250px !important;
}

#search-block-form {
	height: 38px;
	width: 250px;
}
#search-block-form  .form-item input{
	width: 206px;
}

#block-search-form.block {
    background: none no-repeat scroll center center #FFFFFF;
    border: medium none;
    border-radius: 4px 4px 4px 4px;
    box-shadow: none;
    height: 34px;
    padding: 0 0 0 5px;
    width: 245px;
	margin-left: 0px;
}
#search-block-form .form-item input {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
}
#search-block-form .form-actions input {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
}
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: 35px;
    margin-right: 0;
    padding: 0;
    text-indent: -9999px;
    width: 40px;
}

#billsearch 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: 35px;
    margin-left: -5px;
    padding: 0;
    text-indent: -9999px;
    width: 40px;
}

#billsearch input.form-text { 
	padding: 8px;
	width: 200px;
}

#boxes-box-congress_newsletter_signup input[type="submit"] {
    background: url("../images/button_arrow.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    border-radius: 0 0 0 0;
    height: 35px;
    margin-left: -1px;
    padding: 0;
    text-indent: -9999px;
    width: 40px;
}

#boxes-box-congress_newsletter_signup input.form-text {
    height: 35px;
	padding: 8px;
	width: 80%;
}


/************************************************************
BLOCKS, BOXES and VIEWS
************************************************************/

.block, .block-views { /* THIS AFFECTS ALL BLOCKS UNLESS YOU OVERRIDE */
    background: transparent;
	border: none;
/*    border: 1px solid #DDDDDD;*/ 
    margin-bottom: 1em;
    padding: 0.5em;
}

.block p img {
    max-width: 98%;
    padding: 1%;
}

h2.block-title {
	font-family: Century Gothic, Helvetica, Arial, sans-serif;
	font-size: 26px;
    padding-bottom: 0.5em;
	text-transform: uppercase
}
.newsletter-signup-image {
    border: medium none;
    height: 130px;
	padding:0;
    text-indent: -9999px;
	cursor: pointer;
	}
.newsletter-signup-image p a {
    background: url("../images/bg-newsletter.png") no-repeat scroll center center transparent;
	display:block;
	border: medium none;
    height: 130px;
	cursor: pointer;
	text-indent:-9999px;
}

.newsletter-signup-extended input[type="submit"]{
    display: block; margin-top:10px;
}

/* ALERT BOX */
.block-cng-alert-box-block-alert-box {
	background: none no-repeat scroll left center #FFF;
	padding: 1em;
}
.block-cng-alert-box-block-alert-box .views-row {
    border-bottom: medium none;
	padding: 0.5em 0;
}

/* SITE MAP IS OFF IN GLOBAL & DEFAULT */
.block-congress-site-map {
	display: none;
}

/* FOOTER UTILITY */
.block-menu-congress-footer-utility {
}
.block-menu-congress-footer-utility  ul li.leaf {
	display: inline;
	list-style: none;
}
.block-menu-congress-footer-utility .block-title {
	display:none;
}
#block-menu-block-congress-main-menu-superfish .block-title {
	display:none;
}

/* ACTION CENTER */
.block-menu-congress-action-center {
/* background: none no-repeat scroll left center #666;
color: #FFF; */
	padding: 1em; 
}
.block-menu-congress-action-center  a {
/* color: #FFF; */
}

/* YOUTUBE VIDEO and FLICKR PHOTO EMBED BLOCKS */
.block-congress-youtube-box .youtube-wrapper , #boxes-box-congress_flicker_box .boxes-box-content {
  position: relative;
  height: 0;
  padding-bottom: 66.5%;
  overflow: hidden;
}
.block-congress-youtube-box .youtube-wrapper iframe, #boxes-box-congress_flicker_box .boxes-box-content object  {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/************************************************************
FORMS USES OMEGA FORMALIZER LIBRARY
************************************************************/
.wsbform label {display: inline}
/* fix broken enews signup advanced when the label inline added */
.boxes-box-content .wsbform label {display: inherit}

.form-100 {width: 99%; float: left; margin-right: 1%;    padding: 1% 0;}
.form-50 {width: 49%; float: left; margin-right: 1%;   padding: 1% 0;}
.form-33 {width: 32.3%; float: left; margin-right: 1%;   padding: 1% 0;}
.form-25 {width: 24%; float: left; margin-right: 1%;   padding: 1% 0;}
.form-11 {width: 10.1%; float: left; margin-right: 1%;   padding: 1% 0;}
.is-inline {
    display: inline;
    padding-right: 1%;
}
.is-required {
	color: RED;
}
.data {
	font-style: italic;
}
legend {
	font-weight: bold; font-size: 1.22em;
}

.form-100 input[type="text"], 
.form-50 input[type="text"], 
.form-33 input[type="text"], 
.form-25 input[type="text"],
.form-11 input[type="text"] {
  width: 100%;
} 
.form-50-phone {
	width:40%; float:left; padding:1%;
}

/* OVER-RIDES TO FORMALIZE LIBRARY */

textarea, select, input, 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"]{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-box-sizing: border-box;
    background-clip: padding-box;
    background-color: #FFFFFF;
    border-color: #848484 #C1C1C1 #E1E1E1;
    border-image: none;
    border-radius: 0 0 0 0;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    font-family: Helvetica, Arial,sans-serif;
    font-size: 13px;
    height: auto;
    outline: 0 none;
    padding: 5px;
}

button, input[type="reset"], input[type="submit"], input[type="button"], input[type="search"] {
    border-radius: 5px 5px 5px 5px;
	padding: 5px;
}
input[type="checkbox"], input[type="radio"] {
    border: none;
	background: none transparent;
}

/************************************************************
VIEWS AND BLOCK VIEWS
************************************************************/

/* GENERAL ITEMS APPLICABLE TO ALL OR MANY */

.views-row {
	border-bottom: none;
	padding: 0px;
/*    border-bottom: 1px solid #DDD;
    padding: 0.5em 0;*/
}

.views-field-body, .views-field-body .field-content > p  {
    margin-bottom: 0;
    padding: 0.5em 0;
}
.views-field-field-congress-issues .field-content {
	display: inline-block;
}
.pane-entity-field.pane-node-field-congress-article-type, .field-name-field-congress-article-type,
.field-type-taxonomy-term-reference,
.pane-entity-field.pane-node-field-congress-article-type .field-item,
.field-items {
	display: inline;
}

.views-field-field-congress-issues, .field-name-field-congress-issues {
	padding: 0.25em 0;
}
.field-name-field-congress-subtitle {
	padding: 0.5em 0;
	font-style: italic;
	font-weight: bold;
}

.views-field-created {
	color: #666;
}
.views-field-field-congress-article-type:before, .views-field-type:before, 
.pane-node-content-type:before,
.field-name-field-congress-article-type:before {
	content:"|  ";
}

.views-field-field-byline, .field-name-field-byline {
	font-style: italic;
    padding: 0.25em 0;
}
.field-name-field-source-url {
    padding: 0.25em 0;
	font-weight: bold;
}


.date-box .day {
	font-size: 1.5em;
}

/* VIEW PRESS RELEASES LISTING PAGE */
.view-congress-press-releases .views-field-field-congress-subtitle {
	display: none;
}
/* VIEW IN THE NEWS LISTING PAGE */


/* VIEW ISSUES LISTING PAGE */
.view-congress-issues .views-row {
    display: inline-block;
    width: 100%;
}
.view-congress-issues .views-row img {
	padding: 0 1em 0.5em 0;
	float: left;
}
/* CONTROLS SUBISSUES IF ANY */
.not-front #region-content .block .pane-term-list {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 10px;
}

/************************************************************
OFFICE FOOTER LOCATIONS MOBILE & UNIVERSAL
************************************************************/
.block-congress-offices-of-noslide .views-row {
    border-bottom: none;
}
.block-congress-offices-of-noslide img {
	border: 1px solid #FFF;
}
.block-congress-offices-footer-offices .flexslider {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    box-shadow: none; -webkit-box-shadow: none;
	border-radius: 0;
}
.block-congress-offices-footer-offices .footer-office-location-tabs {
	margin-bottom: 20px;
}
.block-congress-offices-footer-offices .tab.flex-active:before {
	content:"> ";
}
.block-congress-offices-footer-offices .tab:hover {
	text-decoration: underline;
}
.block-views-congress-offices-of-noslide .office-info {
	font-size: 13px !important; 
	margin-bottom: 0px;
	width: 100%; 
}

.block-views-congress-offices-of-noslide .office-info h3 a {
	color: #8ea1ba !important;
}

.block-congress-offices-footer-offices .field-content img{
	margin-bottom: 20px;
	border: 2px solid #FFF; /* contains image */
}
.block-congress-offices-footer-offices .views-row {
    border-bottom: none;
    padding: 0.25em 0;
}


/* PANES */
.panel-separator { display:none }

.pane-node-created {
	padding-right: 8px;
}
.pane-node-content-type, .field-name-field-congress-article-type, .pane-node-created {
	display: inline;
}
.pane-node-content-type .pane-content, .field-name-field-congress-article-type .pane-content, .pane-node-created  .pane-content{
	display: inline; 
}


/************************************************************
FLEXSLIDERS ALL CAROUSELS AND ROTATOR
************************************************************/

.flexslider {
    margin: 0;
}
.flexslider h2 {
	font-size: 18px;
	margin-bottom: 2px;
}
.flex-control-nav {
    bottom: -5px;
}
.flex-direction-nav .flex-next {
    right: 5px; opacity: .5;
}
.flex-direction-nav .flex-prev {
    left: 5px; opacity: .5;
}
.flex-direction-nav .flex-next:hover, .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}
.block-panels-mini h2.pane-title {
    font-size: 20px;
    padding: 0.5em 0.5em 0;
}
.flex-pauseplay {
	display: none;
}  

#hp-multi-carousel-wide .flex-control-nav {
    display: block;
}


/************************************************************
HOMEPAGE ROTATOR
************************************************************/

.view-congress-hprotator {
    background: none repeat scroll 0 0 transparent;
	height: auto;
	display: block;
	padding-bottom: 20px; 
}

.view-congress-hprotator.flexslider { 
	background: none repeat scroll 0 0 #ffffff;
}

#block-views-congress-hprotator-rotator .block, #block-views-congress-hprotator-rotator .block-views {
	margin: 0 !important; 
	padding: 0px 0px 20px 0px;
}

#block-views-congress-hprotator-rotator {
	overflow-x: auto; overflow-y: hidden; }

#block-views-congress-hprotator-rotator .flexslider {
	border: 0px;
	box-shadow: none;
	margin: 0px; 
}

#hp_top_read_more a {
	background: none;
	color: #c80d1a;
	font-size: 12px;
	font-weight: bold; 
	text-transform: uppercase;
	padding: 0;
} 

.hprotator-text-block {
	background: url(../images/background_textblock.png) repeat scroll 0 0 #000;
	height: 55%;
    width:98%;
	float: none;
	display: block;
	color: #fff;
	padding: 1%;
	position: auto;
	text-align: left;
	top: 100%;
}

.hprotator-text-block h2, .hprotator-text-block h2 a, .hprotator-text-block .field-name-body {
	color: #FFF; 
	text-decoration: none;
} 

.view-congress-hprotator .flex-control-nav {
	width:100%; /* make width match the text block if controls should appear in text block */
}
.view-congress-hprotator .views-field-field-congress-featured-media {
	width: 100%;
}
.view-congress-hprotator.view-display-id-rotator .slides .media-youtube-video {
    padding-bottom: 50.15%; /* THIS CONTROLS THE EMBEDDED VIDEO HEIGHT TO MATCH THE IMAGES */
}

.view-congress-hprotator.view-display-id-rotator .slides li iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.view-congress-hprotator.flexslider {
    background: transparent;
}

.flex-control-nav { display: block; }

/* ALERT BOX IN THE NEWS NODEQUEUE*/
.block-cng-alert-box-block-alert-box .views-row {
    padding: 0 0 0.5em;
}

/* ACTION CENTER MENU*/
.block-menu-congress-action-center {
    background: none repeat scroll 0 0 #EFF3F8;
border: medium none;
	  color: #3D3F45;
}
.block-menu-congress-action-center  a {
	  color: #3D3F45;
}

.flexslider .slides {  }

 

/************************************************************
HOMEPAGE SINGLE CAROUSEL WIDE ACTION CAROUSEL
************************************************************/ 


/************************************************************
QUICKTABS MOBILE & UNIVERSAL
************************************************************/

ul.quicktabs-tabs {
    border-bottom: 1px solid #CCCCCC;
}
ul.quicktabs-tabs li {
    display: block;
	padding: 10px;
	word-wrap: break-word !important;
}
ul.quicktabs-tabs .block li {
    background: none transparent;
}
ul.quicktabs-tabs li.active:before {
	content:"> ";
}
.block-quicktabs .block-title {
	display: none;
}
.block-quicktabs .block, .block-quicktabs .block-views {
	background: none transparent;
	border: medium none;
}
.block-quicktabs .block-s-facebook-like-box{
	padding: 8px; /* fixes facebook block padding inside quicktabs */
}


/************************************************************
HOMEPAGE ROTATOR INSIDE QUICKTABS
************************************************************/

#block-quicktabs-home-page-tabs .view-congress-hprotator  {
	background: #CDA8DA; /* replace purple background */ 
}
#block-quicktabs-home-page-tabs .slides > li {
    background: none repeat scroll 0 0 transparent;
    padding: 0;
}
#block-quicktabs-home-page-tabs .slides > li:hover {
	background: none repeat scroll 0 0 transparent;
}
#block-quicktabs-home-page-tabs ul.flex-direction-nav {
    border-bottom: medium none;
    padding: 0;
}
#block-quicktabs-home-page-tabs .flex-direction-nav li {
    background: none repeat scroll 0 0 transparent;
    padding: 0;
}
#block-quicktabs-home-page-tabs .flex-control-nav li {
    background: none repeat scroll 0 0 transparent;
    padding: 5px;
}

/************************************************************
SOCIAL MEDIA BLOCK AND WIDGETS
************************************************************/

/* small header icons */
.block-s-cng-medium-profile{
	height: 35px;
}
.block-s-cng-medium-profile img, .block-s-socialmedia-profile-default img{
	padding-right: 0.25em;
}
/* larger sidebar icons */
.block-s-cng-large-profile {
}
.block-s-cng-large-profile img {
	padding-right: 0.25em;
}
/* custom markup block with large icons */
.block-social-media-large img{
	padding-right: 0.25em;
}
/* share icons */
.block-widgets-s-cng-share a{
	padding-right: 0.25em;
}
#block-widgets-s-cng-share {
	height: 20px;
}

/* twitter feed */
#block-s-twitter-profile-widget {
}
.twtr-doc { /* this is needed to make twitter embed full width */
    width: 100% !important;
}
/* facebook feed */
#block-s-facebook-like-box {
    text-align: center;
}

/************************************************************
INTERIOR PAGES
************************************************************/

#page.page-hide-title #page-title {
	display: none;
}
.not-front #region-content {
    background: none repeat scroll 0 0 #FFF;
}
.not-front #region-content .block {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
}
.not-front #region-content img {
    border: 1px solid #DDDDDD;
    margin: 10px;
    padding: 5px;
}
.not-front #region-sidebar-first {
	background: #f4f4f4;
}
h1#page-title {
	border: none;
/*    border-bottom: 2px solid #DDDDDD;*/
    padding: 0 0.25em;
}

/* CALLOUT */
.callout, .pane-bundle-congress-callout {
/* callout images will be by default 300px and float right*/
    background: none repeat scroll 0 0 #EEEEEE;
    padding: 1em;
	display: inline-block;
	border: 1px solid #CCC;
	margin-bottom: 20px;
	font-size: 1.25em;
	color: #666;
}
.not-front #region-content .callout  img, .not-front #region-content .pane-bundle-congress-callout img {
	float: left; padding: 0 10px 10px 0;
	margin: 0;
	border: none;
}

/* INNER PAGE SECTION NAV */
.block-section-menu ul li.leaf {
	list-style: none;
	border-bottom: 1px solid #CCC;
	padding: 1em;
}

/***********************************************************
ENEWS POP UP
***********************************************************/
#boxes-box-congress_enews_popup, .block.block-congress-enews-popup, .block.block-house-enews-popup {
	display:none;
}


/***********************************************************
SECTIONS
***********************************************************/

#block-views-congress-news-block-latest-news .views-row { border-bottom: none; }

#block-views-congress-news-block-latest-news .views-row h3 a {
	color: #92111f;
}

#block-views-congress-news-block-latest-news h3 {
	font-size: 14px;
	letter-spacing: normal;
	line-height: 17px !important;
	margin-bottom: 5px !important;
}

#block-views-congress-offices-of-noslide .views-row {
    display: inline-block;
    font-size: 12px;
	color: #8ea1ba;
	margin: 0 auto;
    padding: 0 1%;
    vertical-align: text-top;
    width: 100%;
}

#block-views-congress-offices-of-noslide .views-row-last {
    display: inline-block;
    font-size: 12px;
	color: #8ea1ba; 
	margin: 0 auto;
    padding: 0 1%;
    vertical-align: text-top;
    width: 100%;
}

#block-views-congress-offices-of-noslide .views-row-2 {
	text-align: left;
}

#block-views-congress-offices-of-noslide .views-row-3 {
	text-align: left;
}
  