﻿#copyright,
.content,
.legal-footer-link {
    display: inline-block;
}

/*#region Footer Logo*/
#footerLogo .cls-1 {
    fill: #bcd331;
}

#footerLogo .cls-1,
#footerLogo .cls-2,
#footerLogo .cls-3 {
    fill-rule: evenodd;
}

#footerLogo .cls-2 {
    fill: #00add7;
}

#footerLogo .cls-3,
#footerLogo .cls-4 {
    fill: #005792;
}

#footerLogo {
    height: 65px;
    margin-bottom: 15px;
}

/*#endregion*/

#footerLinks {
    padding-bottom: 30px;
}

.social-icon {
    border-radius: 100%;
    height: 60px;
    width: 60px;
    line-height: 63px !important;
    margin-right: 8px;
    color: #005792;
    font-size: 2em;
}

    .social-icon:hover {
        background-color: #005792;
        color: #fff;
    }

.legal-footer-link {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 10px;
    padding-right: 12px;
    white-space: nowrap;
}

    .legal-footer-link:last-child {
        border: none;
        margin: 0;
        padding: 0;
    }


footer {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    footer .panel-title {
        font-weight: 700;
        margin-bottom: 0px;
        text-transform: uppercase;
    }

.panel-link {
    width: 100%;
    display: flex;
    align-items: center;
}

.footer-section {
    padding-top: 15px;
}

#mobileFooter .panel-body {
    border-radius: 10px;
    margin: 0px 15px;
}

.rotate-plus-sign {
    transform: rotateZ(45deg);
}

.reverse-plus-sign {
    transform: rotateZ(90deg);
}

.panel-link::after {
    content: "\2b";
    font-family: "Font Awesome 6 Pro";
    margin-left: auto;
    font-weight: 400;
    transform-origin: center;
    float: right;
}

.panel-link:not(.collapsed)::after {
    transform: rotate(45deg);
    transition: all .3s ease-in-out;
}

footer .new-nav-link {
    width: 100%;
    display: inline-block;
    padding: 3px 0px !important;
    font-size: inherit;
}

footer .new-nav-link:hover {
   background-color: unset !important;
}

footer ul.collapse-panel {
    text-decoration: none;
    list-style: none;
    padding: 0px !important;
    margin: 0px !important;
}

.light-green-stripe {
    height: 15px;
    width: 20%;
    z-index: 1;
}

.light-blue-stripe {
    height: 15px;
    width: 30%;
    z-index: 1;
}

.blue-stripe {
    height: 15px;
    width: 50%;
    z-index: 1;
}

#desktopFooter {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 50px;
    position: relative;
    z-index: 2;
}

#desktopFooterContainer {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 1px;
    display: inline-block;
    width: 100%;
}

.panel-link::after,
.reverse-plus-sign,
.rotate-plus-sign,
.social-icon {
    transition: all .3s ease-in-out;
}

#legalInfoContainer {
    padding-bottom: 100px;
    padding-top: 30px;
    z-index: 2;
    position: relative;
}

#addressWrapper {
    flex: 100%;
    max-width: 100%;
    display: flex;
    padding: 0px 15px;
}

#addressContainer {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    flex-grow: 1;
}

.footer-section .collapse
{
    display: block !important;
}

.mobile-footer-link
{
    display: none !important;
}

@media(min-width: 991px) and (max-width: 1040px) {
    .footer-section {
        flex: 25%;
        max-width: 25%;
    }
}

@media (max-width:767px) {

    .mobile-footer-link
    {
        display: block !important;
        width: 100%;
        padding-top: 15px;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    #desktopFooter .collapse-panel {
        padding: 15px;
        border-radius: 10px;
        background-color: #f3f3f3;
    }

    .footer-section p {
        display: none !important
    }

    .footer-section .collapse:not(.show) {
        display: none !important;
    }

    .footer-section
    {
        padding-top: 0px;
    }

    .legal-footer-link {
        padding: 15px 0px 15px 0px !important;
        width: 100%;
        text-align: left;
        margin: 0;
        border: 0;
    }

    #addressWrapper {
        text-align: center;
        display: inline-block !important;
    }

    footer .new-nav-link {
        padding: 10px !important;
        font-size: inherit;
    }
}