
/*
==============================================
Behavioral Finance Model 5
==============================================
*/

.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;
    font-weight: 400;
    font-size: 31px !important;
    line-height: 52px !important;
	
}
.bh-page h1 {
	margin-bottom: 10px !important;
	margin-top: 20px;
    font-weight: 400;
    font-size: 31px !important;
    line-height: 52px !important;
	max-width: inherit;
}
.bh-page h2 {
	line-height: 26px !important;
    text-transform: none !important;
    font-size: 18px !important;
}
.bh-page ul {
    padding-left: 40px;
    margin: 0px 0 20px;
}
.bh-page .accord {
	padding: 0px;
	margin-top: 0px;
}
.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
==============================================
*/



}

/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
.bh-page h1 {
    padding: 0px 20px;
}
}
/* 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 {

}
