/*CSS fixes for modern VA: 11/16*/
 
/* DI Logo alignment issue fix*/
.cmp-di-header__secondary-nav-wrapper .cmp-di-header__insights-title {
    display: block;
	margin-top: 3px;
}
.cmp-di-header__logo__title-wrapper img{
	height: auto!important;
}
/* DI Logo alignment issue fix ends */

/* CBC Homepage CTA mobile alignment fix 1572600*/
@media screen and (max-width: 767px){
	.cmp-cta__homepage-fixed .cmp-cta__bg-img .cmp-cta__container-content {
		padding-bottom: 60px;
	}
	.cmp-cta__homepage-fixed .cmp-title__text{
		font-size:32px;
	}
	.cmp-cta__homepage-fixed .cmp-text p{
		font-size:16px;
	}
}
/* CBC Homepage CTA mobile alignment fix ends*/