/* ===================================== 
   Video Gallery Page Styles
======================================== */

.featured-video h1 {
    font-size: 1.75em;
    color: #002855;
    font-weight: 600;
    margin-bottom: 5px;
}

.col-66percent.maincol .panel-heading h2.panel-title {
    margin-bottom: -10px !important;
}
.col-66percent.maincol iframe {
    width: 100%;
    height: 440px;
}
@media (max-width: 640px) {
    .col-66percent.maincol iframe {
        max-height: 240px;
    }
}

/***** 3-Column "More" videos  *****/
.more-videos {
    text-align: left;
    display: inline-block;
    background-color: #ffffff;
    padding: 0;
    box-sizing: border-box;
    margin: 0 -2%;
}
.more-videos-card {
	width: 29.3%; 
    margin: 2%;
    float: left;
    overflow: hidden;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 3px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    background-color: white;
}
.more-videos-thumbnail {
	background-color: #cccccc;
	width: 100%;
    position: relative;
}
.more-videos-thumbnail img {
    width: 100%;
}
.more-videos-thumbnail:hover {
    opacity: 0.8;
}
.more-videos-duration {
	background-color: #555555;
    color: #fff;
    padding: 2px 3px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.8;
}
.more-videos-title {
    display: inline-block;
    padding: 2% 10px;
    padding-bottom: 15%;
    font-weight: bold;
    max-width: 250px;
    max-height: 60px;
    overflow: hidden;
}
.more-videos-title a{
	color: #002855;
    text-decoration: underline;
}
.more-videos-title a:hover{
    text-decoration: none;
}
#videoLabel {
    font-size: 1.4em;
    color: #335379;
    margin: 0;
    font-weight: bold;
    text-transform: none;
}
@media (max-width: 530px) {
    .more-videos {
        width: auto;
        margin: 0 10%;
    }
	.more-videos-card {
    	width: 100% !important;
    }
}
