/*CSS fixes for modern VA: 3/22 */

/* 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 */

/* Hide office promo on Global office location page */
.global-office-locations-page .cmp-offices-details-promo--variant{
	display: none;
}
/* Hide office promo on Global office location page ends */


/* fix for 1756562 global site locator icon */
.cmp-header__location-selector .icon-global:before{
	content: "\e80f" !important;
}

/* fix for 1757347 */
.cmp-share-bar__save-left .cmp-share-bar__links:hover {
    text-decoration: none;
}
/* fix for 1757347 ends*/

/* fix for 1766941 */
@media screen and (min-width: 1024px){
    .cmp-tabs-v2--fixed-size-description-and-border .cmp-tabs__tablist{
        width: 100% !important;
        max-width: initial !important;
    }
}

/* pending fix for 1696144 */
.cmp-promo__services .cmp-promo__content__desc,
.cmp-promo__services .cmp-promo__content__title {
    color: #000;
}

/* Adding dcome-theme2-18 for storytelling talent template */
.dcom-theme2-18 {
    background-color: #f8f8f8;
    color: #000
}
