@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,400italic,600italic,700italic);
/*
 * primary:		4399ba
 * dark:		1d576d
 * tertiary: 	6dbed9
 */
/* margin-top: 49px; might need to go*/
body {
	position: relative;
	padding-top: 103px;
}
body.home {
	/* margin-top: 92px; */
}
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Source Sans Pro", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
}
.is-mobile :hover, 
.is-mobile :focus {
   color: none;
   text-decoration: none; 
   cursor: pointer;
}

h1, .h1 {
	font-size: 32px;
}
h2, .h2 {
	font-size: 22px;
}
.form-group .table td {
	vertical-align: middle;
}
/* .row - hack for margins causing bottom scrollbar */
.fluid .row {
	margin-left: 0px;
	margin-right: 0px;
}
.glyphicon-inverse {
	color: #fff;
}
.navbar-form.navbar-right:last-child {
	margin-right: 0;	
}

.navbar {
	border-radius: 0;
}
.navbar .navbar-right {
	margin-right: 0;
}/*

.navbar-form .form-control {
	width: 160px;
}
.navbar-form .form-control-email {
	width: 100px;
}
*/
.twitter-typeahead {
	width: 100%;
}
.tt-query,
.tt-hint {
    width: 396px;
    height: 30px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    border: 2px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;
}

/*
<div class="tt-dataset-contact_topics">
	<span class="tt-suggestions" style="display: block;">
		<div class="tt-suggestion">
			<p style="white-space: normal;">My question is not listed</p>
		</div>
	</span>
</div>
*/
.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-dropdown-menu {
    width: 422px;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
	cursor: pointer;
}
.tt-suggestion:hover {
	background: #eee;
	color: #4399ba;
}
.tt-suggestion p {
    margin: 0;
}
#top-nl-form .form-control {
	float: left;
	width: 50%;
}
.navbar-form .form-control-email {
	
}
.navbar-form .form-control-zip {
	width: 60px;
}
.navbar-default {
	background: #fff;
	border:none;
}
.is-mobile .list-item-twitter {
	margin: 0;
}
.list-summaries {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}
.list-item {
	list-style: none;
}
.list-item h2 {
	margin-top: 0;
}
.fancy-list a,
.fancy-list a:link,
.fancy-list a:visited,
.fancy-list a:active,
.fancy-list  {
	color: #fff;
}
.fancy-list a.read-more,
.fancy-list a.read-more:link,
.fancy-list a.read-more:active {
	color: #4399ba;
}
.fancy-list a.read-more:visited{
	color: #6dbed9;
}
.fancy-list .list-item {
	margin-bottom: 30px;
}
.fancy-list-item-secondary .fancy-list-summary-block {
	background-color: #1d576d;
}
.fancy-list-item-primary .fancy-list-summary-block {
	background-color: #4399ba;
}
.fancy-list-summary-block,
.thumbnail-cover {	
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	
	position: relative;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
	.has-media .fancy-list-summary-block {	
		border: 1px solid #aaa;
	}
	
.fancy-list-summary-content {
	padding: 15px;
}
	.has-media .fancy-list-summary-content,
	.bg-gradient { 
		background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 95%,rgba(0,0,0,0.8) 100%);
		background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(95%,rgba(0,0,0,0.8)),color-stop(100%,rgba(0,0,0,0.8)));
		background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 95%,rgba(0,0,0,0.8) 100%);
		background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 95%,rgba(0,0,0,0.8) 100%);
		background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 95%,rgba(0,0,0,0.8) 100%);
		background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 95%,rgba(0,0,0,0.8) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColor=0, endColorstr='#000000', gradientType=0);
		-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColor=0, endColorstr='#000000', gradientType=0);
		color: #fff;
		width: 100%;
	}
.fancy-list .has-media h2, 
.fancy-list .has-media date {
	text-shadow: 1px 1px 1px #222;
}
.fancy-list .has-no-media .date {
	display: block;
	margin-bottom: 10px;
}
.fancy-list-summary-excerpt {
	display: none;
}
.col-md-8.has-no-media .fancy-list-summary-excerpt {
	display: block;
}

.btn-facebook {
	margin-right: 10px;
}
.btn-primary-dark {
	background: #1d576d;
	border-color: #174657;
}
.btn-primary-dark:hover {
	background: #174657;
	border-color: #174657;
}
.title {
	margin-bottom: 0;
}
.subtitle {
	margin-top: 10px;
}
.offices-title,
.block-title {
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 20px;
	color: #999;
}
.record-date {
	display: block;
	margin-bottom: 20px;
	color: #999;
}
.record-org {
	display: block;
	margin-bottom: 20px;
}
.record-media,
.list-item {
	margin-bottom: 20px;
}
.list-summaries-pager,
.utility-box {
	padding: 10px;
	background: #e7e7e7;
	margin-bottom: 20px;
}
.search-filters {
	margin-top: 20px;
}
.list-summaries-pager {
	margin-top: 20px;	
}
.article-list-summary-media,
.article-list-thumbnail,
.article-list-frame,
.article-list-frame .thumbnail-cover {
	min-height: 150px;
	height: 100%;
	display: block;
}
.article-list-summary-meta .date {
	margin-bottom: 10px;
}
.article-list .list-item {
	border: 1px solid #e7e7e7;
}
.block-article-list {
	margin-top: 20px;
}
.article-list-summary-media,
.article-list .has-media {
}
.article-list-summary-content {
	padding: 15px;
}
.article-list-summary-title {
	margin-bottom: 5px;
}
.article-list-summary-content .date {
	color: #aaa;
	margin-bottom: 5px;	
}
.list-summaries-pager.has-pager .counter {
	line-height: 30px;
}
.list-summaries-pager .btn-group {
	float: right;
	margin: 0;
}
.block-twitter {
	height: 305px;
	border: 1px solid #e7e7e7;
}
.utility-box .glyphicon {
	margin-right: 3px;
}
.insetvideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;
}
	#media-center .insetvideo {
	    padding-bottom: 200px;
	    padding-top: 0; 
	}
.mc-container {
	position: relative;
}
.mc-content {
	padding: 20px 30px;
}
.mc-content h1 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 22px;
}
.mc-content .date {
	color: #333;
}
.mc-img {
	height: 400px;
	width: 100%;
}
.insetvideo iframe,
.insetvideo object,
.insetvideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sprites {
	background-image: url(/images/sprites.png?4);
	background-repeat: no-repeat;
}
.sprites-sm {
	width: 12px;
	height: 12px;
}
.sprites-sm-twitter {
	background-position: -21px -82px;
}
.sprites-sm-facebook {
	background-position: -39px -84px;
}
.sprites-md {
	width: 15px;
	height: 15px;
}
.sprites-md-medium {
	background-position: -232px -83px;
}
.sprites-md-twitter {
	background-position: -84px -81px;
}
.sprites-md-facebook {
	background-position: -105px -84px;
}
.sprites-md-youtube {
	background-position: -168px -81px;
}
.sprites-md-flickr {
	background-position: -210px -79px;
}
.sprites-md-rss {
	background-position: -189px -84px;
}
.sprites-hide {
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.navbar-toggle {
	margin-top: 20px;
}
.navbar-brand {
	width: 177px;
	height: 43px;
	background-position: 0 -126px;
	margin: 15px;
}
.social {
	padding-top: 8px;
}
.social li {
	margin-right: 10px;
}
.social li.last {
	margin-right: 15px;
}
.navbar-nav.social>li>a {
	padding: 5px 10px;
}
.navbar-nav.social>li>a:hover {
	background-color: #38809c;
	border-color: #2c657a;
}
.req {
	color: red;
}
.office {
	margin-bottom: 30px;
	background: #fff;
}
.office-content{}
.office-address {
	padding: 15px;
}
.office-name,
.office-content p {
	margin: 0;
}
.office-name {
	text-transform: uppercase;
	font-weight: bold;
}
.office-photo {
	height: 150px;
	min-height: 150px;
}
#right-r1 {
	margin-top: 40px;
}
#media-center {
	margin-bottom: 30px;
}
#breadcrumbs, #breadcrumbs a {
	text-transform: uppercase;
	font-size: 12px;
	color: #999;
}
#main-navigation {
	padding: 0 15px;
	background: white;
	border-bottom: 1px solid #e7e7e7;
}
#main-navigation .navbar {
	margin:0 auto;
}
#main-navigation .form-group {/*

	width: 194px;
	margin-right: 10px;
*/
	margin-right: 44px;
	display: block;
}
#top-nav a {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	padding-left: 10px;
	padding-right: 10px;
}
#top-nav li li a {
	text-transform:none;
	font-size: 14px;
	font-weight: 400;
}
#main-navigation .nav-item-email_senator > a,
#main-navigation .nav-item-email_senator > a:visited,
#main-navigation .nav-item-need_help > a,
#main-navigation .nav-item-need_help > a:visited {
	color: #4399ba;
}
#main-navigation .nav-item-email_senator > a:hover,
#main-navigation .nav-item-email_senator > a:active,
#main-navigation .nav-item-need_help > a:hover,
#main-navigation .nav-item-need_help > a:active {
	color: #6dbed9;
}

#upper {
	background: #e7e7e7;
	height: 50px;
	width: 100%;
	margin-bottom: 30px;
	z-index: 3;
}
#upper.affix {
	position: fixed;
	top:92px;
}
#middle {
	overflow: hidden;
}

#footer {
	margin-top: 30px;
	background: #e7e7e7;
}
#footer-offices {
}
#footer-nav {
	background: #4399ba;
}
#footer-nav a {
	color: #fff;
}
#footer-nav .nav>li>a:hover, 
#footer-nav .nav>li>a:focus {
	color: #fff;
	background: #1d576d;
}
.acc-hide, #perf, #top-search-form {
	display: none;
}
.form-hd {
	margin: 30px 0 15px 0;
}
.spinner {
    background: url('/images/spinner.gif');
    background-repeat: no-repeat; 
    background-position: center center;
    background-color: #666;
}
.first-speech {
	height: 400px;
	background: #202020;
	text-align: left;
	padding: 0;
}
.first-speech-frame {
	float: left;
	width: 480px;
	height: 360px;
	overflow: hidden;
	margin-top: 40px;
}
.first-speech iframe {
	margin: -100px 0 0 -15px;
	text-align: left;
	border: none;
}
.first-speech-content {
	height: 400px;
	padding-top: 200px;
	padding-left: 510px;
}
.mc-content .first-speech-content a {
	color: #6dbed9;
}

.map-infowindow {
	max-width: 220px;
}
.map-infowindow h3 {
	margin-bottom: 0;
}
.map-infowindow h3 a, .map-infowindow h3 a:link {
	color: #4399ba;
}
.map-infowindow h4 {
	margin: 0;
}
.map-infowindow p {
	color: #333;
}
.map-infowindow .article-list-summary-media {
	height: 50%;
	min-height: 0;
}
.map-infowindow .thumbnail-frame {
	width: 100%;
	max-height: 100px;
	overflow: hidden;
	text-align: center;
}

.map-infowindow .thumbnail-frame img {
	height: 100px;
}

	/* masonry */
	.mega-twitter {
		height: 690px;
		margin-bottom: 20px;
	}
	.masonry-item {
		width: 100%;
	}
	.home-twitter-feed {
		color: #000;
		background: #e8e8e8;
	}
	.home-twitter-feed-meta {
		padding: 15px;
	}
	.home-twitter-feed-meta h2 {
		font-size: 22px !important;
	}
	.home-twitter-feed-bd iframe {
		width: 100% !important;
	}

.flickr-gallery a {
	margin: 0 10px 10px 0;
}
.pick-a-pill {
margin-bottom: 30px;
}
.pick-a-pill .btn {
    width: 100%;
	min-height:138px;
    white-space: normal;
    font-size: 18px;
    padding: 10px 15px;
    text-align: left;
}
.need_help_with_a_government_agency  .pick-a-pill .btn,
.home .pick-a-pill .btn {
	min-height: initial;
}
.contact-selection {
	background: #eee;
}
.contact-selection .contact-selection-head {
	background: #4399ba;
	font-size: 18px;
	color: #fff;
    margin:0;
    padding: 10px 15px;
    font-weight: normal;
    display:block;
}
.contact-selection .contact-selection-head span,
.contact-selection-home span { 
	display: inline-block;
	width: 45px;
	height: 45px;
	background-repeat: no-repeat;
	overflow: hidden;
	vertical-align:middle;
    margin-right: 10px;
	background-image: url(/images/contact-sprites.png?5);
	cursor: pointer;
}
.contact-selection .contact-selection-head em,
.contact-selection-home em { 
	margin-top:12px;
}
.contact-selection-body {
	padding: 15px;
}
.cs-social-security a span {
	background-position: 0px -990px;
}
.cs-other a span {
	background-position: 0px -45px;
}
.cs-federal-grants a span {
	background-position: 0px -136px;
}
.cs-fema a span {
	background-position: 0px -180px;
}
.cs-foreclosure a span {
	background-position: 0px -225px;
}
.cs-healthcare a span {
	background-position: 0px -270px;
}
.cs-immigration a span {
	background-position: 0px -315px;
}
.cs-irs a span {
	background-position: 0px -360px;
}
.cs-military a span {
	background-position: 0px -405px;
}
.cs-passports a span {
	background-position: 0px -450px;
}
.cs-latino a span {
	background-position: 0px -673px;
}
.cs-students a span {
	background-position: 0px -495px;
}
.cs-bills a span {
	background-position: 0px -540px;
}
.cs-flags a span {
	background-position: 0px -585px;
}
.cs-gov-agency a span {
	background-position: 0px -630px;
}
.cs-nominations a span {
	background-position: 0px -810px;
}
.cs-meetings a span {
	background-position: 0px -855px;
}
.cs-internships a span {
	background-position: 0px -900px;
}
.cs-visiting-dc a span {
	background-position: 0px -945px;
}
.cs-home-agency a span {
	background-position: 0px -1035px;
}
.cs-home-questions a span {
	background-position: 0px -675px;
}

@media (max-width: 768px) {
	.mc-content.bg-gradient {
		background: #e7e7e7;
	}
	.is-mobile .fancy-list .list-item.has-no-media,
	.is-mobile .list-item.has-no-media .fancy-list-summary-block {
		min-height: 0;
	}
	.is-mobile .has-no-media .fancy-list-summary-content {
		position: relative;
	}
}

@media (min-width: 768px) {

	body {
		padding-top: 93px;
	}
	.office {
		margin-bottom: 30px;
	}
	.navbar-form {
		max-width: 256px;
	}
	.navbar-brand {
		background-position: 0 0;
		width: 259px;
		height: 63px;
		margin: 15px 20px 15px 15px;
	}
	.navbar-push {
		padding-top: 21px;
	}

	.fancy-list .list-item,
	.fancy-list-summary-block {
		min-height: 300px;
	}

	.fancy-list-summary-content {
		position: absolute;
		bottom: 0;
		left: 0; 
	}
	.article-list .has-media {
		min-height: 150px;
	}
	.article-list-summary-media {
		width: 30%;
		float: right;
		min-height: 140px;
		height: 100%;
		margin-left: 15px;
	}
	.article-list-summary-media,
	.article-list-thumbnail,
	.article-list-frame,
	.article-list-frame .thumbnail-cover {
		height: 100%;
	}

	.col-sm-8.has-no-media .fancy-list-summary-content,
	.col-sm-12.has-no-media .fancy-list-summary-content {
		padding-right: 100px;
	}
	.masonry .has-no-media h2 {
		font-size: 28px;
	}
	.mc-content {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 3;
	}
		.has-video .mc-content {
			padding: 30px 40% 20px 30px;
		}
		.has-img .mc-content {
			padding: 20px 40% 20px 30px;
		}
	.mc-content a,
	.mc-content .date,
	.mc-content {
		color: #fff;
	}
	.mc-content h1 {
		font-size: 32px;
	}
	#main-navigation {
		border: none;
	}
	
	
	#media-center {
		margin-bottom: 0;
	}
	#media-center .insetvideo {
	    padding-bottom: 400px;
	    padding-top: 0; 
	}
	#media-center .has-img h1, 
	#media-center .has-img .date,
	#media-center .has-video h1, 
	#media-center .has-video .date {
		text-shadow: 1px 1px 1px #222;
	}
	#right .fancy-list .list-item.has-no-media,
	#right .has-no-media .fancy-list-summary-block {
		min-height: 0;
	}
	#right .has-no-media .fancy-list-summary-content {
		position: relative;
		bottom: auto;
		left: auto;
	}
	#footer-privacy .nav {
		float: right;
	}
	
	.mega-twitter {
		height: 640px;
	}
	/* masonry */
	.mega-brick {
		height: 600px;
	}
	.masonry-column-proxy {
		height: 0;
		line-height: 0;
	}
	.masonry-item {
		width: 32%;
	}
	.masonry-item.wid2 {
		width: 65.7%;
	}
	.masonry-item.wid3 {
		width: 96%;
	}
	.masonry-item.hei2 {
		height: 640px;
	}
	.masonry-item .list-item {
		margin-bottom: 20px;
	}
	.masonry-item.hei2 .list-item {
		height: 620px;
	}
	.contact #middle {
		overflow:visible;
	}
	.tt-dropdown-menu {
	    width: 500px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
	.navbar-push {
		padding-top: 0;
	}
	.navbar .navbar-right {
		margin: 0;
	}
}
@media (min-width: 992px) {
	.office-content,
	.office-photo {
		min-height: 165px;
	}
	.office-photo {
		width: 40%;
		float: right;
		margin-left: 15px;
	}
}
@media (min-width: 1200px) {
	#middle,
	#footer {
		text-align: center;
	}
	body,
	header .navbar,
	#footer-offices,
	#upper,
	#middle .col-sm-12 {
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}
	#main-navigation {
		padding: 0;
	}
}
.ie .navbar-form {
	max-width: 216px;
	width: 100%;
}
.gateway .title {
	margin-bottom: 20px;
}
.gateway .record-media {
	margin: 0;
}
.gateway #r1c1 {
	margin-bottom: 20px;
}