﻿/* #region MEMBERS: FOOTER STYLES */
.members-footer {
    background-color: #602D86;
}

    .members-footer #footerBottomNav {
        background-color: #491B6C;
    }

    .members-footer *, .new-footer * {
        color: white;
    }

#footerLinks h5 {
    font-size: 0.75rem;
    margin-bottom: 1rem;
}

#footerLinks ul.list-unstyled {
    line-height: 1.4rem;
}


#footerLinks a {
    color: white;
    font-size: 0.75rem;
}

    #footerLinks a:hover {
        color: white;
        background-color: #7F3F98;
        text-decoration: underline;
    }

#footerBottomNav {
    padding: 0.5rem 3.5rem;
    font-size: 0.75rem;
}

    #footerBottomNav * {
        margin: 0;
        padding: 0;
    }

    #footerBottomNav a {
        color: white;
        text-decoration: none;
    }

        #footerBottomNav a:hover {
            color: white;
            background-color: #7F3F98;
            text-decoration: underline;
        }

@media (max-width: 992px) {
    #footerBottomNav {
        font-size: 1rem;
    }

    .footer-mobile-menu .list-group-item:not([href^="#"])
    {
        text-decoration: underline !important;
    }
}

/* #region MEMBER ADVANTAGE: (NEW) FOOTER SECTION */
.new-footer #footerLogoAndButtons {
    background-color: #491B6C;
}

.new-footer #footerLinks {
    background-color: #602D86;
}

.new-footer #newFooterBottomNav {
    background-color: #491B6C;
}

#footerLogoAndButtons .btn-find-dentist-footer {
    font-size: small;
    font-weight: bold;
    border-radius: 1.5em;
    padding: 0.5rem 3rem;
    color: #212529;
    background-color: white;
}

    #footerLogoAndButtons .btn-find-dentist-footer:hover {
        background-color: #E9ECEF;
    }

.new-footer #footerLinks h5 {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.new-footer ul.footer-links {
    list-style: none;
    padding-bottom: 2rem;
}

    .new-footer ul.footer-links li.footer-links-item {
        position: relative;
        padding-bottom: .15rem;
        color: #fff;
    }

.new-footer .footer-links li.footer-links-item:before {
    content: '';
    position: absolute;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: .375rem;
    height: .375rem;
    top: calc(50%);
    left: -2px;
    transform: translateY(-50%) rotate(-45deg);
}

.new-footer li.footer-links-item {
    padding-left: 1rem;
}

#newFooterBottomNav {
    padding: 0.5rem 3.5rem;
    font-size: 0.75rem;
}

    #newFooterBottomNav * {
        margin: 0;
        padding: 0;
    }

    #newFooterBottomNav a {
        color: white;
        text-decoration: none;
    }

        #newFooterBottomNav a:hover {
            color: white;
            background-color: #7F3F98;
            text-decoration: underline;
        }

/* #endregion */

/* #region MEMBERS: FOOTER MOBILE SECTION */
a.accordion:hover {
    background-color: transparent;
}

.footer-mobile-menu div.panel-group {
    width: 100%;
    margin-bottom: 0;
}

.footer-mobile-menu div.panel {
    margin-bottom: 0;
    border: none;
}

.footer-mobile-menu .panel-heading {
    padding: 0.5rem 1rem;
    border-color: #734590;
    background-color: #602D86 !important;
    color: #fff !important;
}

    .footer-mobile-menu .panel-heading .panel-title {
        margin-bottom: 0;
    }

    .footer-mobile-menu .panel-heading .accordion-toggle {
        display: block;
    }

        .footer-mobile-menu .panel-heading .accordion-toggle:after {
            color: #94DEFF;
        }

    .footer-mobile-menu .panel-heading h4 {
        display: block;
    }

    .footer-mobile-menu .panel-heading a {
        display: block;
        font-size: medium;
        color: #fff;
    }

.footer-mobile-menu .list-group.collapse {
    display: none;
}

    .footer-mobile-menu .list-group.collapse.show {
        display: block;
    }

[data-toggle="collapse"] .fa-chevron-circle-down:before {
    content: "\f139";
}

[data-toggle="collapse"].collapsed .fa-chevron-circle-down:before {
    content: "\f13a";
}

.footer-mobile-menu .list-group-item {
    font-size: 1rem;
    text-decoration: none;
    padding: .5rem 1rem;
    color: #212529;
    background-color: white;
    border-color: #6A07B0;
}

    .footer-mobile-menu .list-group-item:hover {
        color: white;
        background-color: #7F3F98;
        text-decoration: underline;
    }
/* #endregion */

/* #endregion */
