/*
 * Main nav "Enroll Now" CTA button.
 * Styling mirrors the landing page hero button (.lp-btn in css/landing/home-update.css).
 */

#top-menu .sa-nav-cta {
    padding-right: 0;
}

/* Darker nav link color */
#top-menu li > a {
    color: #333333;
}

/* Vertically center inline icons (e.g. house logos) in menu links */
#top-menu li a img,
.et_mobile_menu li a img {
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 4px;
}

#top-menu .sa-nav-cta > a {
    display: inline-block;
    background: #6b1328;
    color: #ffffff !important;
    padding: 12px 30px !important;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 300ms ease, border 300ms ease;
    border: 2px solid #76112d;
    cursor: pointer;
    opacity: 1 !important;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    line-height: 1.7;
}

#top-menu .sa-nav-cta > a:hover {
    background: #9e5468;
    border-color: #9e5468;
    opacity: 1 !important;
}

/* Mobile / slide-in menu: keep the button look inside the mobile menu list */
.et_mobile_menu .sa-nav-cta > a {
    display: inline-block;
    background: #6b1328;
    color: #ffffff !important;
    padding: 12px 30px !important;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 300ms ease, border 300ms ease;
    border: 2px solid #76112d;
    cursor: pointer;
    margin: 10px 5%;
    width: auto;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    line-height: 1.7;
}

.et_mobile_menu .sa-nav-cta > a:hover {
    background: #9e5468;
    border-color: #9e5468;
}
