/* Enter Your Custom CSS Here */
/* Underline and style of top menu */
#top-menu {
    height: 28px !important;
 margin-bottom: 30px;
} 

.menu-item a {
    padding-bottom: 5px !important;
 border-bottom: solid 2px transparent;
}

.menu-item a:hover {
    border-bottom: solid 2px #18345c;
}

.current-menu-item a {
 border-bottom: solid 2px #18345c;
 color: #0D2B73 !important;
}
/* White arrows in image gallery */
.et_pb_gallery .et-pb-slider-arrows a:before {
   color: white !important;
}