/* video feature thumbnails */

.video-thumbnail {
	max-width:100%; 
	background-color: #018bb0;
}

.video-thumbnail .overlay {
	top:30%;
}

.video-thumbnail p {
	padding: 15px;
	font-size:1em;
	min-height:70px;   
}

.video-thumbnail p, .video-thumbnail a p, .video-thumbnail a:hover, .video-thumbnail a:focus {
	color:#fff;
}


.thumbnail {
    padding: 10px 10px 0px 10px;
}



/* innovations */


#innovations .row {
	margin-right:-5px;
}
#innovations .col-33percent-sm {
	padding-right:0px;
}

@media (min-width:600px) {
#innovations .col-33percent-sm {
	float:left;
	width: 33.3333%;
}
}

.innovation {
	display:block;
	box-shadow: 1px 2px 4px #DEDEDE;
	margin-bottom:20px; 
}

.innovation .thumbnail {
	padding:0;
	background-color:#f9f9f9; 
}

.innovation .thumbnail:hover {
	background-color:#f8eecc; 
}

.innovation .thumbnail img {
	opacity:.9;
	width:100%;
	height:auto;
}

.innovation .thumbnail .badge-item {
	padding: 10px 8px;
}

.innovation .thumbnail:hover img {
	opacity:1;
}

.innovation.gutter-right-7 {
	margin-right: 2px;
}

.innovation .thumbhead {
	color:#335379;
	margin:5px 0;
	font-weight:bold;
	font-size:1.1em;
}

.innovation p {
	font-size:.9em;
	padding:0px 15px 15px 15px;
}

.innovation .thumbhead {
	padding:0px 15px;
}

.innovation a:hover {
	text-decoration: none;
	color:#000;
}

.innovation p a:hover {
	color:#00829B;
	text-decoration:underline;
}

.innovation a:hover .thumbhead {
	text-decoration: underline;
}

.innovation .thumbhead {
	margin-top:10px;
}

@media (min-width: 600px) {
	.innovation .thumbnail {
		min-height:450px;
	}
	.innovation {
		margin-bottom:0;
	}
}

@media (min-width: 736px) and (max-width: 991px) {
	.innovation .thumbnail {
		min-height:410px;
	}
	
}

@media (min-width: 1189px) {
	.innovation .thumbnail {
		min-height:400px;
	}
}


/* highlight colors */

.highlight-color-1 {
	border-top:5px solid #018bb0;  /* teal */
}

.highlight-color-2 { 
	border-top:5px solid #fdc235;  /* golden */
}

.highlight-color-3 {
	border-top:5px solid #6f1870;  /* purple */
}



/* responsive CSS */

@media (min-width: 415px) {	
.video-thumbnail  {
    width:48%;
}
}

@media (min-width: 1330px) {	
.video-thumbnail  {
    width:49%;
}

}

@media (min-width: 1280px) {			
.landingpage .video-thumbnail {
	width:38%;
}
}


@media (min-width:415px) and (max-width:600px) {
.video-thumbnail .overlay {
	top:15%;
}
}


@media (max-width:480px) {
.panel-body .thumbhead h3 {
    border-top: none;
	padding-top:0;
}
}

@media (max-width:360px) {

.video-thumbnail {
	max-width:330px;
}

}



