/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */
 .megaMenuRow {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 40px;
}

/* #jet-menu-item-3125 .megaMenuRow {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
} */

.megaMenuRow h5 a.active {
	 color: #DEDC00;
}
.megaMenuRow h5 a:hover {
   color:#00B3C4;
}
.megaMenuRow h5 a {
    color: #003D57;
    font-size: 16px;
    text-decoration: none;
	font-weight: 500;
}