/*Layout Support*/
.flex-layout .columns .lt-col .main-text-img-module .multi-section-skin,.fsd-layout .columns .lt-col .main-text-img-module .multi-section-skin {margin-top:15px;}


/*section styles*/
.main-text-img-module .multi-section-skin .primary-section{
	width:418px;
	float:left;
	margin-right:10px;
}
.main-text-img-module .multi-section-skin .primary-section .section img{
	height:418px;
	width:418px;
}
.main-text-img-module .multi-section-skin .secondary-section.three-section .section img{
	height:210px;
	width:272px;
}

.main-text-img-module .multi-section-skin .secondary-section.two-section .section img{
	height:320px;
	width:272px;
}

.main-text-img-module .multi-section-skin .secondary-section{
	width:272px;
	float:left;
}
.main-text-img-module .multi-section-skin .secondary-section .section {
	margin-bottom:10px;
}
.main-text-img-module .multi-section-skin .secondary-section .section:last-child {
	margin-bottom:0px;
}
.main-text-img-module .multi-section-skin  .secondary-section.two-section .section{
	height:320px;
}
.main-text-img-module .multi-section-skin  .secondary-section.three-section .section{
	height:210px;
}
.main-text-img-module .multi-section-skin .section a,
.main-text-img-module .multi-section-skin .section img{
	display:block;
}
/*Content box styles*/
.main-text-img-module .multi-section-skin .section .content-box{
/*Normal height of content box is 288px with single line header. 315px if header wraps*/
	height:288px;
	max-height:315px;
	position:relative;
	background:rgb(249,247,244);
	background:rgba(249,247,244,0.9);
}
.lt-ie9 .main-text-img-module .multi-section-skin .section .content-box{
	position:relative!important;
	z-index:10;
	filter: alpha(opacity=90);
}
.main-text-img-module .multi-section-skin .secondary-section .section .content-box{
	height:96px;
}
.main-text-img-module .multi-section-skin .section .content-box:hover{
	background:rgba(229,240,247,0.9) !important;
	background:rgb(229,240,247);
}
.main-text-img-module .multi-section-skin .section .content-box a:hover{
	text-decoration:none;
}
/*head link styles*/
.main-text-img-module .multi-section-skin .section .head-link{
	font:20px/26px Arial, Helvetica, sans-serif;
	color:#333!important;
	padding:11px 20px 19px;
}
.main-text-img-module .multi-section-skin .secondary-section .section .head-link{
	padding:9px 10px 9px 15px;	
	font-size:14px;
	line-height:18px;
}
/*Content link styles*/
.main-text-img-module .multi-section-skin .section .content-link{
	font:16px/22px Arial, Helvetica, sans-serif;
	color:#333;
	padding:15px 20px;
	position:relative;
}
.main-text-img-module .multi-section-skin .secondary-section .section .content-link{	
	padding:0px 10px 9px 15px;
	color:#3366CC;
	font-size:14px;
	line-height:18px;
}
.main-text-img-module .multi-section-skin .secondary-section .section .content-link:hover{
	text-decoration:underline;
}
/*Button and icon styles*/
.main-text-img-module .multi-section-skin .section a.btn-bofa{
	display:inline-block;
	position:absolute;
	bottom:20px;
	left:20px;
}
.main-text-img-module .multi-section-skin .icon{
	height:25px;
	background-image:url("/pa/global-assets/1.0/graphic/sprite-financial-education.png");
	position:absolute;
	bottom:10px;
	right:12px;
	display:block;
	cursor:pointer;
}
.main-text-img-module .multi-section-skin .icon.article-icon{
	width:22px;
}
.main-text-img-module .multi-section-skin .icon.video-icon{
	background-position:-1px -745px;
	width:25px;
}