.static-sidebar ul {
}

.video-block {
	overflow: auto;
	border-bottom: 1px solid #ccc;
	padding-bottom: 25px;
	margin-top: 25px;
}

.video-wrapper {
	position: relative;
	padding-bottom: 35.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.solicitations h1, .solicitations h3 {
	margin-top:0;
}

.faq h3 {
	font-size:1.5em;
}

.faq .question {
	border-bottom:1px solid #D8D9DA;
}

.static-sidebar i {
	margin-right:7px;
}

.static-sidebar li {
	cursor:pointer;
}

.no-page-content {
	height:600px;
}

.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}

@media (max-width: 992px) {
	.video-wrapper {
		padding-bottom: 56.25%;
	}
}