.nav-item-header a:hover {
    border-bottom: 2px solid #1eb53a;
}
.navbar-bottom-cta-text:hover {
    background-color: white;
    color: #1eb53a;
}
.nav-dropdown-items a:hover {
    text-decoration: underline;
}

.nav-item-dropdown:hover .nav-dropdown-menu {
    right: 0;
    opacity: 1;
}
.nav-item-dropdown:hover .navbar-dropdown-arrow {
    transform: scaleY(-1);
}
.hamburger span {
    display: block;
    height: 4px;
    background-color: #1E3254;
    border-radius: 2px;
    transition: 0.3s ease;
}
.navbar-dropdown-mobile-back-arrow {
    width: 13px;
    transition: transform .4s ease;
    transform: rotate(90deg);
    position: absolute;
    left: 8px;
}
.navbar-bottom-cta-mobile img {
    width: 18px;
}
.mobile-bottom-cta-text {
    font-size: 19px;
    color: white;
    font-weight: bold;
    text-wrap: nowrap;
}
.mobile-bottom-img-cta-wrapper {
    background-color: white;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mobile-bottom-img-cta {
    width: 20px;
}