

.panel {
	margin-bottom: 20px;
}

	.panel-title {
		padding: 0 18px;
		background: #333;
		min-height: 40px;
	}

	.stay-connected .panel-title {
		background: #000 url("../img/black-stripes-bg.gif");
		color: #fff;
		padding-bottom: 11px;
	}

	.stay-connected .panel-title form {
		margin-bottom: 0;
	}

	.stay-connected input {
		width: 154px;
	}

	.stay-connected .input-append input, .stay-connected .input-append .btn {
		border: none;
	}

	.stay-connected .input-append .btn {
		background: #f1452d;
		color: #fff;
		font-weight: bold;
		text-shadow: none;
	}

	.stay-connected .input-append .btn:hover {
		background: rgb(206, 58, 29);
	}
	
	.panel-title a {
		display: block;
		line-height: 42px;
		font-size: 13px;
		height: 42px;
		color: #fff !important;
	}

	.panel-title span {
		display: inline;
	}
	@media (min-width: 768px) and (max-width: 979px) {
		.panel-title span {
			display: none;
		}
	}

	.panel-title h3 {
		position: relative;
	}

	.panel-title h3 a,
	.panel-title h3 {
		margin: 0;
		white-space: nowrap;
		color: #fff;
		line-height: 42px;
		font-size: 16px;
	}

	.panel-title a:hover {
		text-decoration: underline !important;
	}

	.twitter .panel-title h3 {
		padding-left: 28px;
	}

	.twitter .panel-title h3:after {
		width: 24px;
		height: 32px;
		content: "";
		background: url("../img/sprite.png") no-repeat -20px -155px;
		padding-left: 0;
		position: absolute;
		top: 0;
		left: 0;
	}

	.article-heading a {}

	.twitter .article-heading {
		display: none;
	}

	.panel p {
		font-size: 13px;
		margin-bottom: 8px;
		line-height: 16px;
	}

		.panel p:last-child {
			margin-bottom: 0;
		}

	.panel-body {

	}

		.pb-featured_video {
			padding: 16px 0 0;
		}

		.pb-featured_video img {
		}

		a.btn-video {
			display: block;
			text-align: center;
			background: #000;
			position: relative;
			margin-bottom: 12px;
		}

		a.btn-video:after {
			display: block;
			width: 56px;
			height: 54px;
			content: "";
			position: absolute;
			background: url("../img/sprite.png") no-repeat -20px -205px;
			top: 50%;
			left: 50%;
			margin-left: -28px;
			margin-top: -27px;
		}

		a.btn-video:hover:after {}		

	.panel-footer {
		padding: 16px 20px;
		text-align: center;
	}

	.panel-footer.sub-blog {
		background-color: #ececec;
	}

	.panel-footer.pf-state_by_state_resources {
		background: #ddd url(../img/state_by_state_resources.png) no-repeat center 0;
	}

		.panel-call_to_action {
			text-align: center;
			padding: 8px 16px;
			margin-top: -1px;
			border: none;
			text-transform: uppercase;
			font-weight: bold;
			font-size: 16px;
			white-space: nowrap;
		}

		.panel-footer.pf-state_by_state_resources .panel-call_to_action {
			background: none;
			color: #000;
			padding: 6px 0;
		}

		.panel-footer.pf-state_by_state_resources .panel-call_to_action:hover {
			background: none;
			color: #000;
		}		

@media (min-width: 768px) and (max-width: 979px) {
	.stay-connected input {
		width: 90px;
	}
}

@media (max-width: 767px) {
	.stay-connected input {
		width: auto;
	}

	.panel-footer#pf-state_by_state_resources {
		background-size: cover;
	}

}