/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Banner Hero 
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.bkg-featured-video {
	background: url('../../../content/dam/illumina-marketing/images/company/video-hub/bkg-featured-video.jpg') no-repeat center 0;
	background-size: cover;
}
.bkg-all-video {
	background: url('../../../content/dam/illumina-marketing/images/company/video-hub/bkg-featured-video.jpg') no-repeat center 0;
	background-size: cover;
	padding: 85px 0;
}
.bkg-single-video {
	margin-top: 50px;
}
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Banner Hero 
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */




/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Feature Video 
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.container-featured-video {
	background-color: rgba(255, 255, 255, 0.75);
}
@media only screen and (max-width: 475px) {
.container-featured-video .btn {
	display: block;
}
}
.content-featured-video {
	padding: 30px;
}
.content-featured-video h3 {
	margin: 0 0 10px 0;
}
.featured-video-thumb {
	background: url('../../../content/dam/illumina-marketing/images/company/video-hub/featured-video-thumb.png') no-repeat center center;
	background-size: cover;
	display: block;
	height: 340px;
	/*margin: 25px;*/
	position: relative;
}
.featured-video-thumb:after {
	bottom: 0;
	content: url('../../../content/dam/illumina-marketing/images/company/video-hub/play-icon-60x60.png');
	height: 60px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
}
@media only screen and (max-width: 768px) {
.featured-video-thumb {
	border-radius: 0 0 5px 5px;
}
}
@media only screen and (max-width: 475px) {
.featured-video-thumb {
	display: none;
}
}
.featured-video-cta-bar {
	background: rgba(255, 255, 255, 0.8);
	bottom: 20px;
	left: 0;
	padding: 10px;
	position: absolute;
	right: 0;
}
.featured-video-cta-bar p {
	margin: 0;
}
.featured-video-cta-bar p, .featured-video-cta-bar h4 {
	color: #666;
}
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Feature Video 
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */



/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Search Bar 
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.bkg-search {
	padding: 30px 0;
}
.container-search {
    margin: auto;
    width: 65%;
}
@media only screen and (max-width: 475px) {
.container-search {
	width: 100%;
}
}
/*.container-search .button-primary {
	display: block;
}*/
@media only screen and (max-width: 768px) {
.container-search .btn {
	margin-top: 20px;
}
}
.search-form {
	position: relative;
	width: 100%;
}
.search-field {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #666;
	font-size: 0.9375rem; /* 15px */
	height: 35px;
	line-height: 1.1875rem; /* 19px */
	padding: 8px 12px;
	vertical-align: middle;
	width: 100%;
}
.search-submit {
	background: #ccc;
	border: none;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px; 
	color: #fff;
	font-family: Fontawesome, sans-serif;
	height: 35px;
	line-height: 10px;
	padding: 12px;
	position: absolute;
	right: 0;
	top: 0;
	transition: background 0.5s ease;
	width: 55px;
}
.search-submit:hover {
	background: #666;
}
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Search Bar
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */



/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Video Filter
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.video-filter-content {
	margin: 0 0 30px 0;
}
.video-sort, .video-category {
	list-style: none;
	margin: 0;
	padding: 0;
}
.video-sort li {
	color: #666;
	float: left;
	font-size: 0.9375rem; /* 15px */
	line-height: 1.1875rem; /* 19px */
	margin: 0;
	padding: 0 5px 0 0;
}
.video-category-content {
	float: right;
	position: relative;
}
@media only screen and (max-width: 768px) {
.video-category-content {
	float: left;
	margin-top: 10px;
}
}
@media only screen and (max-width: 475px) {
.video-category-content {
	display: none;
}
}
.form-control {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #666;
    font-size: 0.9375rem; /* 15px */
    line-height: 1.1875rem; /* 19px */
    padding: 8px 12px;
}
.form-control option:first-child {
	color: #666;
}
.form-control option {
	color: #328ed1 !important;
}
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Video Filter
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */



/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
video Embed
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.video-embed-container {
	padding-bottom: 56.25%; /* 16:9 */
	position: relative;
}
.video-embed {
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.video-embed-width {
	max-width: 1024px;
}
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
video Embed
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
h4, 
p, 
li, 
.search-field,
.video-sort li,
.form-control {
    font-size:inherit;
    line-height:inherit;
}

.container.videohub-filter {
    padding:30px 15px;
}

.container.videohub-filter .btn-group {
    margin-bottom:15px;
}

.container.videohub-filter .collapse {
	visibility:visible;
}

.filter-by {
    float:left;
}

@media screen and (min-width:1024px) {
    .filter-by {
        float:left;
        margin-left:30px;
        padding-left:30px;
        border-left:1px solid #bbb;
    }
    .filter-by:first-child {
        margin-left:0;
        padding-left:0;
        border-left:0;
    }
}

@media screen and (max-width:1023px) {
    .filter-by {
        float:none;
    }
    .filter-by:first-child {
        margin-bottom:10px;
        padding-bottom:5px;
        border-bottom:1px solid #bbb;
    }
}

.filter-controller span {
	display: inline-block;
	padding: 3px 10px;
	margin: 0 6px 6px 0;
	background-color: #bbb;
	color: white;
	cursor: pointer;
	text-transform: capitalize;
	border-radius: 5px;
	transition: all 0.5s;
}

.filter-controller span a {
    color:white;
}

.filter-controller span a:hover {    
    color:#666;
}

.filter-controller span.active {
  background-color: #666;
  color: white;
  transition: all 0.5s;
}

.filter-controller span:hover {
    border-color:#e9e9e9;
	background-color: #e9e9e9;
	color: #666;
	transition: all 0.5s;
}

#search .form-inline .input-group {
    width:100%;
}

#search .btn-default {
    display:none;
    padding:8px 12px;
}

.cta-grid-list .row {
	padding-bottom:30px;
}

.form-inline .input-group .input-group-btn {
	width:10%;
}

@media screen and (max-width:460px) {
    .container.videohub-filter {
        padding:15px;
    }
}
