.footer-container{
    padding-right: 0;
    padding-left: 0;
}

.footer-upper{
    background-color: var(--secondary-2);
    color: black;
    border-bottom: 1px solid white;
    padding-top: 32px;
    padding-bottom: 24px;
    padding-left: 20px;
    padding-right: 20px;
    align-items: center;
    justify-content: center;
}

.footer-middle {
    background-color: var(--secondary-2);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 24px;
    padding-bottom: 0px;
    text-align: left;
}

.footer-lower{
    background-color:var(--secondary-2);
    color: var(--footer-font-color);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    padding-bottom: 48px;
    text-align: left;
}

.footer-upper .col-sm-12{
    padding-top: 8px;
    padding-bottom: 8px;
}

.footer-middle .customer-care-info{
    padding-bottom: 24px;
}

.footer-middle .customer-care .nav-text:hover{
    color: white;
    opacity: 1;
}

.footer-middle .content-asset .nav-text:hover, .footer-middle .content-asset .nav-text a:hover, .footer-middle .content-asset .overline-text a:hover{
    color: white !important;
    text-decoration: underline var(--footer-font-color);
}

.footer-middle .footer-menu label{
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
    color: white;
}

.footer-middle .footer-menu ul{
    display: none;
    transition: all 0.5s;
}

.footer-middle .footer-menu ul li{
    padding-top: 16px;
    padding-bottom: 16px;
}

.footer-middle input[type=checkbox]
{
    display: none;
}

.footer-middle .footer-menu .row:last-child .col-12:last-child{
    border-bottom: none;
}

.logo-col{
    text-align: center;
    padding-bottom: 8px !important;
    padding-top: 0px;
}

.footer-lower a{
    color: var(--footer-font-color);
    white-space: nowrap;
}

.footer-logo{
    width: 100%;
    height: auto;
    max-width: 360px;
}

.logo-home{
    justify-content: center;
}

.logo-home:hover{
    opacity: 1;
}

.footer-lower .col-12{
    padding-bottom: 24px;
}

.footer-email-title{
    color: white;
}

#footer-content{
    padding: 0;
    text-align: center;
}

.footer-social-media .fa-circle {
    color: white;
}

.footer-social-media i{
    color: black;
}

.footer-social-media a{
    text-indent: 0;
    display: inline-block;
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
}

.footer-social-media-row .col-4{
    padding: 0;
}

.footer-email input{
    border-radius: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    min-width: 180px;
}


.footer-email button{
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 32px;
    padding-left: 32px;
}

.footer-links-container{
    border-top: 1px solid var(--footer-font-color);
}

.footer-links .content-asset{
    padding-top: 24px;
    margin-left: -8px;
    margin-right: -8px;
}

.footer-links a{
    margin-right: 8px;
    margin-left: 8px;
}

.footer-links span{
    margin-left: 8px;
}

#email-success-message{
    margin: 0 auto;
    font-weight: 400;
    font-size: 16px;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    display: flex;
    color: white;
}

#email-feedback{
    text-align: left;
}

#email-confirm-icon{
    background-image: url("../images/field_valid.svg");
    height: 18px;
    width: 18px;
    min-width: 18px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 8px;
}

#footerSignupEmail:focus{
    border: 1px solid var(--accent-3);
}

#footerSubmitButton{
    background: var(--accent-3);
}

.footer-middle .footer-logo{
    padding-bottom: 24px;
}

.footer-middle label{
    margin-bottom: 0px;
}

.footer-middle .customer-care .btn-text{
    color: white;
    opacity: 1;
}

.footer-middle .customer-care a:hover{
    opacity: 0.6;
}

.footer-middle .customer-care-info{
    margin-top: 16px;
    color: white;
}

.footer-middle .customer-care-number a{
    margin-top: 4px;
    color: white;
}

.footer-middle .content-asset a{
    color: var(--footer-font-color);
}

.footer-middle .footer-menu .btn-text a:hover{
    color: white;
    text-decoration: underline var(--footer-font-color);
    opacity: 1;
}

.footer-middle .customer-care{
    color: white;
}

.footer-links .content-asset{
    line-height: 36px;
}

@media screen and (max-width: 991px){
    .footer-middle .footer-menu .col-12{
        border-bottom: 1px solid var(--footer-font-color);
        padding-left: 0;
        padding-right: 0;
        margin-left: 15px;
        margin-right: 15px;
        max-width: calc(100% - 30px);
    }

    
    .footer-middle .customer-care{
        text-align: center;
    }

    .footer-middle .customer-care-info{
        border-bottom: 1px solid var(--footer-font-color);
    }

    .footer-middle .footer-menu input[type=checkbox] + label::after{
        content: "";
        border: solid white;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        position: absolute;
        left: 95%;
    }
    
    .footer-middle .footer-menu input[type=checkbox]:checked + label::after{
        content: "";
        border: solid white;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        position: absolute;
        left: 95%;
        margin-top: 5px;
    }
    
    .footer-middle .footer-menu input[type=checkbox]:checked ~ ul {
        display: block;
        margin-top: -6px;
        margin-bottom: 0px;
        padding-left: 8px;
        padding-bottom: 32px;
    }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
    .footer-upper{
        padding: 48px;
        padding-top: 32px;
        padding-bottom: 28px;
    }

    .footer-middle{
        padding-top: 24px;
        padding-right: 48px;
        padding-left: 48px;
        padding-bottom: 0;
    }

    .footer-middle .customer-care-info{
        padding-bottom: 24px;
        border-bottom: 1px solid var(--footer-font-color);
    }

    .footer-lower{
        padding: 48px;
        padding-top: 0px;
        text-align: left;
    }

    .footer-email-title{
        padding-top: 4px;
    }

    .footer-social-media{
        padding-top: 24px;
    }
}

@media screen and (min-width: 992px) {
    .footer-upper{
        padding-left: 72px;
        padding-right: 72px;
        padding-top: 32px;
        padding-bottom: 28px;
    }
    .footer-lower{
        padding-left: 72px;
        padding-right: 72px;
        padding-top: 0px;
        padding-bottom: 48px;
        text-align: center;
    }

    .recaptcha-notice{
        position: absolute;
    }

    .footer-middle{
        padding-bottom: 0px;
        padding-right: 72px;
        padding-left: 72px;
    }

    .footer-middle .content-asset .nav-text{
        pointer-events: none;
    }
    
    .footer-menu .nav-item .nav-link{
        color: white;
    }

    .footer-middle .footer-menu label{
        padding-top: 0;
        padding-bottom: 0;
    }

    .footer-middle .footer-menu input[type=checkbox] + label::after{
        display: none;
    }

    .footer-middle .footer-menu ul{
        display: block;
        margin-top: 4px;
        margin-bottom: 48px;
    }

    .footer-middle .footer-menu ul li{
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .footer-middle .customer-care-number{
        margin-top: 4px;
    }    

    .footer-middle .customer-care-info{
        color: white;
        padding-bottom: 48px;
    }

    .footer-middle .col-lg-9{
        padding-left: 48px;
    }

}

@media screen and (min-width: 1500px){
    .footer-middle > .row{
        max-width: 1500px;
        margin: auto;
    }
}

.recaptcha-notice {
    display: none;
    text-align: left;
    font-size: 14px;
    margin-top: 4px;
    color: white;
    line-height: 100%;
}

.recaptcha-notice > a {
    color: #0070d2;
}