@charset "UTF-8";
/* CSS Document */

.video_container {
	clear:both;
	width: 100%;
	height: 100%;
    margin-bottom: 30px; 
	border: #CCC 1px solid;
	}

.Mktg_video_header {
    background-image: url("../../../images/learn-and-grow/marketing-videos/section_head.png");
    float: left;
    height: 65px;
    margin-bottom: 20px;
    width: 942px;
}

.Mktg_video_header h1 {
    color: #ffffff;
    font-family: "Open Sans","sans-serif";
    font-size: 20px;
    font-weight: 300;
    padding: 12px 0 0 12px;
	background-color: #98012e;
}

.Mktg_video_row {
	width: 100%;
	height: 80px;
	clear:both;
	margin-bottom: 15px;
	padding-bottom: 20px;
	border-bottom: 1px #E5E5E5 solid; 
	}

.Mktg_video {
	width: 100%;
	}
.Mktg_video_2 {
	float: left;
	width: 50%;
	}

.Mktg_video img, .Mktg_video_2 img {
	float: left;
	width: 145px;
	height: 75px;
	margin: 0 15px 0 10px;
	border: 1px #dcdcdc solid; 
	}
.Mktg_video_text {
	float: left;
	width: 80%;
	}
.Mktg_video_text_2 {
	float: right;
	width: 60%;
	margin-right: 15px;
	}
.Mktg_video_head a{
	font-size:17px !important;
	line-height: 19px !important;
	font-weight: bold !important;
	}

.Mktg_video_head a:hover {
	font-size:17px !important;
	line-height: 19px !important;
	font-weight: bold !important;
	}

.Mktg_video_textDesc {
	padding-top: 5px;
	}
