/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 23 2025 | 11:12:48 */
.staff .uael-post__datebox { display: none !important; }
.uael-post__datebox { display: none !important; }
.ast-single-post .entry-content a, .ast-comment-content a:not(.ast-comment-edit-reply-wrap a) { text-decoration: none; }
/* General styling for menu links */
.main-header-menu li.menu-book > a {
 color: #d1001c !important;
}

.main-header-menu li.menu-engage > a {
 color: #009ea0 !important;
}

.main-header-menu li.menu-about > a {
 color: #f7901e !important;
}

.main-header-menu li.menu-news > a {
 color: #1d1e20 !important;
}

/* Red border for "Book" */
.main-header-menu li.menu-book > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #d1001c;
}

/* Teal border for "Engage" */
.main-header-menu li.menu-engage > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #009ea0;
}

/* Orange border for "About" */
.main-header-menu li.menu-about > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #f7901e;
}

/* Orange border for "About" */
.main-header-menu li.menu-news > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #1d1e20;
}


