
/*
==============================================
Behavioral Finance Model 1
==============================================
*/

.bh-page .video-container {
	max-width: 740px;
    margin: 0 auto;
	padding-bottom: 43%;
	margin-bottom: 50px;
}
.bh-intro { 
	padding: 0px;
}
.bh-video {
	margin-top: 20px;
}
.bh-page .img-responsive {
	margin-bottom: 30px !important;
}
.bh-h1 {
	margin-bottom: 10px !important;
	margin-top: 20px;
}
.bh-page h1 {
	margin-bottom: 10px;
}
.bh-page h2 {
	font-size: 16px;
    line-height: 25px;
}
.bh-page ul {
    padding-left: 40px;
    margin: 0px 0 20px;
}
.bh-page .accord {
	padding: 0px;
	margin-top: 0px;
}
.bh-page .accord-container {
	padding-bottom: 30px;
}
.bh-page .accord-link-content {
	padding: 33px 0px !important;
}
.bh-page .accord-link-content img {
	margin: 0 !important;
	width: 100%;
    max-width: 200px;
}
.bh-page .accord-link-content .col-md-3 {
	padding-left: 0px !important;
}
.bh-page a:hover, .bh-page a:focus {
    text-decoration: none !important;
}
/*
==============================================
Responsive Meia Queries NEW
==============================================
*/


/* Touch devices only */
@media (pointer:coarse) {
/*
==============================================
Connected Advisor
==============================================
*/

}


/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
/*
==============================================
Connected Advisor
==============================================
*/



}


/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
/*
==============================================
Connected Advisor
==============================================
*/


}



/* Extra small landscape devices (most landscape phones, >=480px and <= 767 and landscape) mobile-l */

@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
/*
==============================================
Connected Advisor
==============================================
*/

}

/* IE only */
@media screen\0 {

}
