/* HA Fixes */

.page-template-page-congresspages-php #inner{
	margin-top:0px;
}
.page-template-page-congresspages-php #content{
	margin-top:0 !important;
}
.page-template-page-congresspages-php #single-content-top{
	display:none;
}
.page-template-page-congresspages-php #top{
	margin-top:0;
}
.page-template-page-congresspages-php #content-sidebar-wrap{
	background:none;
}

.grey-gradient{
	background-image: -ms-linear-gradient(top, #C8C8C8, #878788);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#C8C8C8), to(#878788));
	background-image: -webkit-linear-gradient(top, #c8c8c8, #878788);
	background-image: -o-linear-gradient(top, #C8C8C8, #878788);
	background-image: -moz-linear-gradient(top, #C8C8C8, #878788);
	background-image: linear-gradient(top, #C8C8C8, #878788);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C8C8C8', endColorstr='#878788', GradientType=0);
}
.btn.grey-gradient:hover{
	background-image: -ms-linear-gradient(top, #878788, #C8C8C8);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#C8C8C8), to(#C8C8C8));
	background-image: -webkit-linear-gradient(top, #878788, #C8C8C8);
	background-image: -o-linear-gradient(top, #878788, #C8C8C8);
	background-image: -moz-linear-gradient(top, #878788, #C8C8C8);
	background-image: linear-gradient(top, #878788, #C8C8C8);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#878788', endColorstr='#C8C8C8', GradientType=0);
}

.CPHeader{
  width:auto;
  max-width:none;
  margin:0;
  border-bottom:4px solid #d51f1b;
  background-color: #efefef;
}
.CPHeaderInner{
  max-width: 960px;
  margin:0 auto;
}

.page-template-page-congresspages-php .CPWrapper {
  background-color:#fff; 
}

.CPContent{
    
  margin-top:0;
}

.cpTab{
  width:auto;
  margin:0 3px 0 0;
  padding:5px 12px;
  color:#999;
  background:#fff;
  
  z-index:auto;
}
.cpTab.Republican .tabBgCenter, .cpTab.Democrat .tabBgCenter, .cpTab.Independent .tabBgCenter{
  color:#666;
}

.cpTab.currentCpTab.Republican{
  background-color: #d51f1b; 
  color: white;
  background-image: -ms-linear-gradient(top, #d51f1b, #9c0c0a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d51f1b), to(#9c0c0a));
  background-image: -webkit-linear-gradient(top, #d51f1b, #9c0c0a);
  background-image: -o-linear-gradient(top, #d51f1b, #9c0c0a);
  background-image: -moz-linear-gradient(top, #d51f1b, #9c0c0a);
  background-image: linear-gradient(top, #d51f1b, #9c0c0a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d51f1b', endColorstr='#9c0c0a', GradientType=0);
  z-index:auto;
}

.cpTab.currentCpTab.Democrat, .cpTab.currentCpTab.Independent{
  background-color: #0c4686;
  color: white;
  background-image: -ms-linear-gradient(top, #0c4686, #05203e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0c4686), to(#05203e));
  background-image: -webkit-linear-gradient(top, #0c4686, #05203e);
  background-image: -o-linear-gradient(top, #0c4686, #05203e);
  background-image: -moz-linear-gradient(top, #0c4686, #05203e);
  background-image: linear-gradient(top, #0c4686, #05203e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c4686', endColorstr='#05203e', GradientType=0);
  z-index:auto;
}

.cpTab.currentCpTab .tabBgCenter {
  color: #fff;
}

.tabBgCenter{
  background:none;
  font-size:16px;
  height:auto !important;
  padding:5px 0;
}

.page-template-page-congresspages-php .CPWrapper .CPDistrict {
  float:right;
  padding-top:10px;
  width:22%;
}

.CPWrapper{
   background:url('../images/bg-tile.jpg');
   padding:0px 0px;
	 margin-top:-5px;
 }
 
 .CPTitle{
   color:#02336b;
   font-size:29px;
   padding:5px 10px 0px 20px;
   font-family: "myriad-pro-i3","myriad-pro-1","myriad-pro-2",sans-serif;
   font-style: italic;
   font-weight: 300;
 }
 
 .CPDistrict{
   float:left;
   margin:10px 15px 0px 15px;
   color:#454545;
   font-family: "myriad-pro-n6","myriad-pro-1","myriad-pro-2",sans-serif;
   font-style: normal;
   font-weight: 600;
 }
 
 .districtName{
   float:left;
   margin-right:15px;
 }
 .changeDistrict{
   float:right;
   cursor:pointer;
 }
 
 .CPContent{
   /*background:#fff;*/
 
   padding:0px 20px 10px 0px;
   margin-top:-2px;
   z-index:20;
   position:relative;
 }


.cpTab{
	color:#fff;
	float:left;
	padding:2px 5px;
	cursor:pointer;
	border-bottom:none;
	position:relative;
	margin-right:-30px;
}

.tabBgLeft{
	float:left;
/*	background:url('../images/tab-bg-left.png');*/
	width:30px;
	height:41px;
	position:relative;
	z-index:7;
}
.tabBgCenter{
	float:left;
	/*background:url('../images/tab-bg-center.png');*/
	height:32px;
	color:#02336b;
	padding:10px 0px 0px 0px;
	font-size:15px;
	margin-top:-1px;
}
.tabBgRight{
	float:left;
	/*background:url('../images/tab-bg-right.png');*/
	width:30px;
	height:41px;
	position:relative;
	z-index:20;
}

.cpTab.R .tabBgCenter, .cpTab.Republican .tabBgCenter{
	color:#c11717;
}

.cpTab.D, .cpTab.Democratic, .cpTab.Democratic-Farmer-Labor, .cpTab.Democratic-NPL{
	
}

.cpTab.Independent, .cpTab.Independent-Democratic{
	
}


.cpTabContent{
	
}

.cpTabContent.cpSenateContent{
	display:none;
}

.currentCpTab{
	z-index:30;
}

.bioPhoto{
	float:left;
	padding:4px;
	background:#fff;
	-webkit-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, .5);
	margin:0px 15px 10px 10px;
}

.bioBlock{
	width:325px;
	float:left;
	margin-bottom:15px;
}

.leftContentColumn{
  float:left;
  padding-top:0;
  margin: 0 0 0 0 !important;
  width:70% !important;
  color:#01326b;
}

.rightSidebar{
  float:right !important;
  width:30% !important;
  margin:0 !important;
  -webkit-box-shadow: 0px -2px 7px -4px rgba(0, 0, 0, .85);
  -moz-box-shadow: 0px -2px 7px -4px rgba(0, 0, 0, .85);
  box-shadow: 0px -2px 7px -4px rgba(0, 0, 0, .85);
}

.block{
  padding:5px;
  margin:0px 0px;
  
}

.leftContentColumn .block{
	clear:both;
}

.leftBlock{
	padding-top:10px;
}

.officeInfoBlock{
	float:left;
	margin-right:25px;
}

.blockTitle{
  font-weight:bold;
	text-transform:uppercase;
	margin:5px 0px;
	font-size:15px;
	color:#01326b;
	border-bottom:1px solid #ccc;
}

.actionAlertText{
	padding:0px 10px;
}

.messageToCongress, .scorecardWidget{
	padding-top:2px;
}

.miniColumn{
	
}

.miniBlock{
	float:left;
	width:285px;
	padding:10px;
	position:relative;
}

.enlargeButton{
  position:absolute;
  left:180px;
  top:85px;
}

.miniBlock strong{
	font-size:14px;
}
.socialItem{
	margin:15px 0px;
}

.fbWidget{
	padding:5px 15px;
}

.latestTweets{
	margin-left:10px;
	padding-left:0;
}
.latestTweets li{
	list-style:none;
	margin:5px 0px 10px 0px;
}

.twitterLinkStamp{
	text-decoration:none;
	color:#353535;
}

.talkingPoints{
	padding-left:10px;
}

.CPWelcome{
	font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
	font-style: normal;
	font-weight: 300;
	color:#545454;
	text-align:center;
	padding-top:1em;
}

#changeDistrictPopup{
	display:none;
}


.cpIntroTitle{
	font-size:30px;
}

.cpIntroText{
	width:455px;
	margin:10px auto;
	font-size:18px;
}

.cpZipCodeForm{
	margin:5px auto;
	width:450px;
	height:57px;
	background:url(../images/form-bg.png) no-repeat;
}

#myZip,
.lastNameSearch{
	border:none;
	font-size:18px;
    float:left;
  margin:5px 0px 5px 25px;
  height:47px;
  width:210px;
  background:none;
	outline: none;	
}
.lastNameSearch::-webkit-input-placeholder {
   color: #000;
}
.lastNameSearch:-moz-placeholder { /* Firefox 18- */
   color: #000;
}
.lastNameSearch::-moz-placeholder {  /* Firefox 19+ */
   color: #000;
}
.lastNameSearch:-ms-input-placeholder {  
   color: #000; 
}

#goZip{
	float:right;
	/*background:url(../images/submit-button.png) no-repeat top left;
	height:57px;
	width:202px;
	border:none;
	text-indent:-9999px;
	margin:0px 11px 0px 0px;*/
	cursor:pointer;
	line-height: 2em;
	font-family: Georgia, serif;
	font-size: 16px;
	margin-top: 3px;
	margin-right: 11px;
}
#goMember{
	float:right;
	cursor:pointer;
	line-height:2em;
	font-family: Georgia, serif;
	font-size: 16px;
	margin-top:3px;
	margin-right:11px;
}
.ui-autocomplete{
	z-index:10001 !important;
}
#submitZip{
		float:right;
		/*background:url(../images/submit-zipcode.png) no-repeat top left;*/
		height:57px;
		width:202px;
		border:none;
		/*text-indent:-9999px;*/
		margin:0px 11px 0px 0px;
		cursor:pointer;
		padding-top:17px;
		font-family: 'Helvetica Neue', Arial, sans-serif;
		font-weight:bold;
		text-transform:none;
		font-size:18px;
		text-shadow:1px 1px #000;
}

.fbTitle{
  color:#333;
  font-weight:bold;
  background-color: rgba(165, 175, 200, .2);
  border-bottom: 1px solid #D8DFEA;
  padding:7px;
  cursor: default;
}

/* Header action dashboard form */


.actionHeader{
   padding:20px 20px 20px 70px;
}
.actionWidget{
   background:none !important;
}
.actionWidgetSmall{
	width:450px !important; 	
	position:absolute !important; 
	left:540px;
}
.actionTitle{
	font-size:16px;
	color:#fff;
	font-weight:bold;
	padding-left:15px;
}

.cpZipCodeFormSmall{
  margin-top:0px;
	width:360px;
	height:37px;
	background:url(../images/form-bg-small.png) no-repeat;
}
.goZipSmall {
   float: right;
   background: url(../images/submit-button-small.png) no-repeat top left;
   height: 37px;
   width: 145px;
	 border:none;
	 text-indent:-9999px;
	 margin:0px 11px 0px 0px;
	 cursor:pointer;
}
#myZipSmall{
	border:none;
	font-size:16px;
  float:left;
  margin:0px 0px 5px 25px;
  height:37px;
  width:175px;
  background:none;
	outline: none;
}

.red-gradient-radial {
  background-color: #9c0c0a;
  background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#d51f1b), to(#9c0c0a));
  background-image: -webkit-radial-gradient(circle, #d51f1b, #9c0c0a);
  background-image: -moz-radial-gradient(circle, #d51f1b, #9c0c0a);
  background-image: -ms-radial-gradient(circle, #d51f1b, #9c0c0a);
  background-image: -o-radial-gradient(circle, #d51f1b, #9c0c0a);
  background-repeat: no-repeat;
  text-align: center;
  color: white !important;
  font-family: 'Bree Serif', serif;
  height: 41px;
  line-height: 41px;
  font-size: 14px!important; }

  .scorecardWidget {
    text-align:center;
  }
  .scorecardWidget iframe {
    width:242px;
    margin:0 auto;
  }

body.page-template-page-congresspages-php .inner > h1{
	padding-bottom:5px;
}

.goButton {
 	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
 	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
 	box-shadow:inset 0px 1px 0px 0px #ffffff;
 	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #acd918), color-stop(1, #388008) );
 	background:-moz-linear-gradient( center top, #acd918 5%, #388008 100% );
 	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#acd918', endColorstr='#388008');
 	background-color:#acd918;
 	-moz-border-radius:6px;
 	-webkit-border-radius:6px;
 	border-radius:6px;
 	border:1px solid #63a10d;
 	display:inline-block;
 	color:#ffffff!important;
 	font-family:arial;
 	font-size:15px;
 	font-weight:bold;
 	padding:8px 24px;
 	text-decoration:none;
 	text-shadow:1px 1px 0px #383838;
 }
 .goButton:hover {
 	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #388008), color-stop(1, #acd918) );
 	background:-moz-linear-gradient( center top, #388008 5%, #acd918 100% );
 	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#388008', endColorstr='#acd918');
 	background-color:#388008;
 	color:#ffffff;
 	text-decoration:none;
 }
 .goButton:active {
 	position:relative;
 	top:1px;
 	color:#ffffff;
 }


.mcPhoto{
	float:right;
	width:200px;
	height:250px;
	-webkit-box-shadow: -3px 2px 7px -4px rgba(0, 0, 0, .4);
  -moz-box-shadow: -3px 2px 7px -4px rgba(0, 0, 0, .4);
  box-shadow: -3px 2px 7px -4px rgba(0, 0, 0, .4);
}
.mcBlock{
  padding:5px 3px 5px 20px;
	color:#393939;
}

.mcBlock.greybg{
 background-color:#efefef;
}
.mcBlock .mcAttribute{
	padding:5px 0;
	font-size:1.2em;
  color:#393939;
  font-style:normal;
  font-family:Georgia;
}

.mcBlock .mcParty-Democrat{
	color:#02336b;
}
.mcBlock .mcParty-Republican{
	color:#d51f1b;
}
.mcBlock .party-logo{
	vertical-align: middle;
	margin-top: -3px;
}


.mcBlock .mcCommitteeList{
	padding-left:10px;
	line-height:1.3em;
}
.mcBlock.mcSocialBlock{
	height:70px;
}
.mcBlock .socialItem{
	float:left;
	margin-right:10px;
}

.mcBlock .mcSocialLine{
	float:left;
	font-size:1.2em;
	margin:21px 10px 0 0;	
}
.mcEmailWrapper{
	float:right;
	margin:5px 6%;
	clear:right;
}
br.clearfix{
	clear:both;
}

.mcTalkingPointsBlock{
	border:1px solid #ccc;
}
.mcTalkingPointTitle{
	padding:20px;
	
	/*
	background-color: #9c0c0a;
  background-image: -webkit-gradient(radial, center center, 0, center center, 1460, from(#d51f1b), to(#9c0c0a));
  background-image: -webkit-radial-gradient(circle, #d51f1b, #9c0c0a);
  background-image: -moz-radial-gradient(circle, #d51f1b, #9c0c0a);
  background-image: -ms-radial-gradient(circle, #d51f1b, #9c0c0a);
  background-image: -o-radial-gradient(circle, #d51f1b, #9c0c0a);
  background-repeat: no-repeat;
	*/
  color:#fff;
  font-family:'Helvetica Neue', Helvetica;
  text-transform:uppercase;
  font-size:24px;
  font-weight:bold;
  text-align:center;
}
.mcTalkingPoints{
	color:#393939;
	padding:5px 15px;
	font-size:1.1em;
}

.mcSidebarWidget{
	text-align:left;
	padding-bottom:10px;
}
.mcScorecardWidget{
	text-align:center;
}

.mcSidebarWidgetTitle{
	padding:15px 5px;
	font-size:2em;
	font-family: HelveticaNeue-CondensedBold, 'Open Sans Condensed', Arial, sans-serif;
	font-weight: bold;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:5px;
}
.mcHATwitter .mcSidebarWidgetTitle{
	font-size:1.5em;
}
.mcHATwitter ul.dashboardTwitterFeed span.meta{
	display:none;
}

.mcForgeFeed{
	text-align:center;
}
.mcForgeFeed ul{
	margin:0 10px 5px 10px !important;
	padding-left:0;
}
.mcForgeFeed ul li{
	list-style:none;
	text-align:left;
}
.mcForgeFeed .post-title {
	font-size: 16px;
	font-weight: bold;
	line-height: 14px;
	text-transform: uppercase;
	font-family: "HelveticaNeue-CondensedBold","Open Sans Condensed",Arial,sans-serif;
	display:inline-block;
}
.mcForgeFeed .meta {
	font-size: 10px;
	font-family: Arial, sans-serif;
	letter-spacing: .1em;
	margin: 0 .2em;
	line-height:12px !important;
	word-spacing: .2em;
	display:inline-block;
}
.mcFoundryFeed li{
	margin-bottom:20px;
}
.mcForgeFeed li > a{
	display:block;
}

.articleTitle{
	font-size:16px;
	line-height:14px;
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "HelveticaNeue-CondensedBold","Open Sans Condensed",Arial,sans-serif;
}

.actionAlert .meta, .actionAlertText .meta{
	font-size: 10px;
	font-family: Arial, sans-serif;
}



.CPHeader{
  width:auto;
  max-width:none;
  margin:0;
  border-bottom:4px solid #d51f1b;
  background-color: #efefef;
}
.CPHeaderInner{
  max-width: 960px;
  margin:0 auto;
}

.page-template-page-congresspages-php .CPWrapper {
  background-color:#fff; 
}

.CPContent{
    
  margin-top:0;
}

.cpTab{
  width:auto;
  margin:0 3px 0 0;
  padding:5px 12px;
  color:#999;
  background:#fff;
  
  z-index:auto;
}
.cpTab.Republican .tabBgCenter, .cpTab.Democrat .tabBgCenter, .cpTab.Independent .tabBgCenter{
  color:#666;
}

.cpTab.currentCpTab.Republican{
  background-color: #d51f1b; 
  color: white;
  background-image: -ms-linear-gradient(top, #d51f1b, #9c0c0a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d51f1b), to(#9c0c0a));
  background-image: -webkit-linear-gradient(top, #d51f1b, #9c0c0a);
  background-image: -o-linear-gradient(top, #d51f1b, #9c0c0a);
  background-image: -moz-linear-gradient(top, #d51f1b, #9c0c0a);
  background-image: linear-gradient(top, #d51f1b, #9c0c0a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d51f1b', endColorstr='#9c0c0a', GradientType=0);
  z-index:auto;
}

.cpTab.currentCpTab.Democrat, .cpTab.currentCpTab.Independent{
  background-color: #0c4686;
  color: white;
  background-image: -ms-linear-gradient(top, #0c4686, #05203e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0c4686), to(#05203e));
  background-image: -webkit-linear-gradient(top, #0c4686, #05203e);
  background-image: -o-linear-gradient(top, #0c4686, #05203e);
  background-image: -moz-linear-gradient(top, #0c4686, #05203e);
  background-image: linear-gradient(top, #0c4686, #05203e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c4686', endColorstr='#05203e', GradientType=0);
  z-index:auto;
}

.cpTab.currentCpTab .tabBgCenter {
  color: #fff;
}

.tabBgCenter{
  background:none;
  font-size:16px;
  height:auto !important;
  padding:5px 0;
}

.page-template-page-congresspages-php .CPWrapper .CPDistrict {
  float:right;
  padding-top:10px;
  width:22%;
}

.disqusGuidance{
	margin-top:1.5em;
	width:65% !important;
}
.comWrap{
	width:65%;
}

.previous-key-vote, .upcoming-key-vote{
  margin-bottom:1em;
}
.previous-key-vote-title, .upcoming-key-vote-title{
  font-size:1.3em;
  padding:5px 5px;
  color:#fff;
}

.previous-key-vote a:visited, .upcoming-key-vote a:visited{
  color:#4d4d4d;
}

.previous-key-vote-title a, .upcoming-key-vote-title a{
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  background-color: #676767;
  padding:1px 5px;
  display:inline-block;
  margin:-5px 0 0 5px;
}
.upcoming-key-vote-title a{
  background-color:#0D2E4D; 
}

.key-vote-position{
  background:#E3E1E1;
  text-transform: uppercase;
  font-family: "HelveticaNeue-CondensedBold","Open Sans Condensed",Arial,sans-serif;
  font-weight:normal;
  padding:2px 5px;
  position:relative;
}
.member-key-vote-position{
  border-top:1px solid #B7B7B7;
}

.key-vote-position-indicator{
  position:absolute;
  top:3px;
  right:7px;
  padding-top:1px;
}

.rc-bio-name{
  font-size:1.2em;
  font-weight:bold;
}
.rc-region-name{
  margin:.5em 0;
}