@charset "UTF-8";
/* CSS Document */

hr {
	border: 0;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin: 20px 0 20px 0;
}

.btn-primary {
	background-color: #990000;
	border: none;
	padding: 5px 10px;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}

.btn-primary:hover {
	background-color: #4467a1;
	border: none;
	padding: 5px 10px;
}

a.btn.btn-primary {
	color: white;
	text-decoration: none;
	font-size: 14px;
	border-radius: 4px;
	width: 20%;
}

.donate_btn {
	float: right;
	font-size: 11px;
	padding-bottom: 40px;
	padding-top: 10px;
	line-height: 13px;
	width: 95%;
}

.donate_btn p{
	font-size: 11px;
	line-height: 24px;
	padding-top: 0;
}


/* Get Real Resources */

.view-id-P4 .views-row {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.view-id-P4 label.views-label-field-externalvideolink-url {
	font-size: 10px;
	font-style: italic;
	padding-right: 5px;
}

.panel-3col-33-stacked .panel-col {
	overflow-y: scroll;
}
#navigation h2.title{
	display:none;
}
