/*
//Navigation dropdown fix
@media screen and (min-width: 1024px) {
.navigation__menu-promo-content { display: block !important; }
.navigation__menu-promo-image { display: none !important; }
.col-3 { flex: 0 0 50% !important; max-width: 50% !important; }
.navigation__menu .navigation__menu-nestedLinkList-section { max-width: 85% !important; }
.navigation__menu .navigation__menu-linkList { padding-right: 5px !important; }
//.navigation__menu-promo-content .col-3 { flex: 0 0 50% !important; max-width: 50% !important; }
}
*/

@media screen and (min-width: 1024px) {
.navigation__menu .navigation__menu-nestedLinkList-section { flex: 0 0 33% !important; max-width: 33% !important; }
}

/* div.alert-message { background-color: #5F259F !important; } */







