/*CSS fixes for modern VA: 12/7*/
 
/* 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*/

/* Alliance details v2 List Image fix starts 1658199*/
.cmp-list-image-v2--column-centered--awards.cmp-list-image-v2--column-centered--width-900 .cmp-btn .button-container a{
	white-space: initial;
}
/* Alliance details v2 List Image fix ends */