/* ===================================== 
   Newsroom/videos Styles
======================================== */
.aging-video-container {
	width: 100%;
    text-align: left;
    display: inline-block;
    background-color: #ffffff;
    padding: 0px 15px;
    box-sizing: border-box;
}
.aging-video-card {
	width:29.333333333333336%; 
    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;
}
.aging-video-thumbnail {
	background-color: #cccccc;
	width: 100%;
    position: relative;
}
.aging-video-thumbnail img {
    width: 100%;
}
.aging-video-thumbnail:hover {
    opacity: 0.8;
}
.aging-video-duration {
	background-color: #555555;
    color: #fff;
    padding: 2px 3px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.8;
}
.aging-video-title {
    display: inline-block;
    padding: 2% 10px;
    padding-bottom: 15%;
    font-weight: bold;
    max-width: 250px;
    max-height: 60px;
    overflow: hidden;
}
.aging-video-title a{
	color: #00829b;
}
.aging-video-title a:hover{
    color: #4d688c;
}
.aging-view-more {
    background-color: #e5e9ef;
    display: inline-block;
    padding: 5px 10px;
    margin: 0 30px 10px;
    border: 1px solid #ccd4e0;
    cursor: pointer;
    transition: all 0.5s ease 0s;
}
.aging-view-more a {
	 color: #335379;
	 display: block;
	 width: 100%;
	 height: 100%;
}
.aging-view-more:hover {
    background: #667f9f;
}
.aging-view-more a:hover {
	color: #ffffff;
	text-decoration: none;
}
.aging-video-sidebar-title {
    display: inline-block;
    padding: 10px 0;
    font-weight: bold;
    color: #00829b;
}
.aging-video-sidebar-hr {
    margin: 5px 0;
}
.aging-video-sidebar-morelinks{
    margin-bottom: 0;
}
#videoLabel {
    font-size: 1.4em;
    color: #335379;
    margin: 0;
    font-weight: bold;
    text-transform: none;
}


@media (max-width: 530px) {
	.aging-video-card {
    	width: 100% !important;
    }
}