a {
    color: #627898;
}

/*** NAV UPDATES ***/
#menu-header_mega_menu .dropdown-menu .column .image-square img,
#menu-header_mega_menu .dropdown-menu .column {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
#menu-header_mega_menu .dropdown-menu .column:hover .image-square {
    overflow: hidden;
}

#menu-header_mega_menu .dropdown-menu .column:hover .image-square img {
    transform: scale(1.1);
}
#menu-header_mega_menu .dropdown-menu .column.grayed-out {
    opacity: 0.5;
}
#menu-header_mega_menu .button.outlined:hover {
    background-color: #627898;
    border: 1px solid #627898;
    color: #fff;
}

/*** STICKY HEADER ***/
header.sticky:not(.plain) {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    background: #fff;
}
header,
header * {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
header.sticky:not(.plain) {
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.12);
}

header.sticky:not(.plain) #headerPromoSection,
header.sticky:not(.plain) .crosslinking-bar {
    height: 0;
    padding: 0;
    overflow: hidden;
}
header.sticky:not(.plain)  #menu-header_mega_menu > li > a {
    padding-bottom: 8px;
    padding-top: 8px;
}

@media(max-width:991.98px) {
    header.sticky:not(.plain) .top-header {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}