#featuredVideoDiv {
	text-align: center;
	width: 100%;
	background-color: #000;
	position: relative;
	top: -13px;
}
#featuredVideoDiv .wrap {
	background: #04152d;
}
header {
	height: 127px !important;
}
.full-width-content.clearfix {
	text-align: center;
	padding-bottom: 12px;
}
.full-width-content p {
	margin: 0;
	font-weight: bold;
}
h2 {
	font-size: 34px;
	text-transform: uppercase;
}
.videoGrouping {
	width: 307px !important;
	cursor: pointer;
	text-align: center;
	padding-bottom: 5px;
}
.videoGrouping:hover {
    background: #c7dffb;
}
.videoGrouping span {
	color: #444;
	font-weight: bold;
	width: 285px;
	margin: 0 10px;
	    
}
.videoTime {
	color: #777 !important;
}
.subvideo {
	margin: 5px 10px;
	border: 1px solid #102c53;
}
.playlist-container {
	border-top: 1px solid #bdd3e2;
	border-bottom: 1px solid #bdd3e2;
	background: #edf6fc;
}
.inner-playlist-conainer {
	padding-top: 15px;
	overflow: hidden;
	position: relative;
}
.video-row {
	display: inline-flex;
	overflow: hidden;
}

.scroll-container {
	overflow-x: scroll;
	margin-bottom: 20px;
}
.inner-playlist-conainer ::-webkit-scrollbar{
	-webkit-appearance: none;
	width: 10px;
	height: 6px;
}

.inner-playlist-conainer ::-webkit-scrollbar-thumb {
	border-radius: 5px;
	/*background-color: rgba(16, 44, 82, .6);*/
	background-color: rgba(32, 63, 119, .5);
	box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
.youtube-learn-more-section {
    position: relative;
    top: -8px;
}
#youtubeLearnMoreDescription {
    color: #fff;
    max-width: 800px;
    margin: 0 auto 10px;
}
#youtubeLearnMoreLink {
    color: #3e96ff;
}
#youtubeLearnMoreLink:hover {
	color: #dd8b27;
}
.open-in-new-tab-image {
	width: 12px;
    position: relative;
    top: -6px;
}
.footer-with-mountains {
    margin-top: 150px !important;
}


@media only screen and (min-width: 800px) {
	header { height: auto !important; }
}
