.footer-container {
    padding-top: var(--footer-top-padding, 64px);
}
.footer-content-container {
    background: var(--footer-bg-color, none);
}
.footer-content {
    max-width: 930px;
    width: 90%;
    margin: 0 auto;
    border-top-width: var(--footer-top-border-width, 1px);
    border-top-style: var(--footer-top-border-style, solid);
    border-top-color: var(--footer-top-border-color, #ccc);
    padding: var(--footer-content-padding, 20px 0 30px 0);
    display: block;
    text-align: center;
    
    color: var(--footer-text-color, #a3a3a3);
}
.footer-content a:hover {
    color: var(--footer-link-color-hover, #2187c1);
}
.footer-content a {
    text-decoration: none;
    color: var(--footer-link-color, #00aeef);
}
.discLinks {
    padding:  var(--footer-disc-padding, 0 0 20px 0);
}
.footer-content .discLinks, .footer-text, #footerDisclosure {
    font-size: var(--footer-main-font-size, 12px);
    line-height: 1.5;
}
.footer-content .footer-text {
    text-align: var(--footer-text-align ,center);
}
@media (max-width: 767px) {
    .footer-content .footer-phone {
        font-size: var(--footer-phone-font-size, 15px);
    }
    .footer-content .footer-text {
        text-align: left;
    }
}
.footer-content .lt-powered-wrapper {
    position: relative;
    display: inline-block;
    border-radius: 6px;
    padding-bottom: 18px;
}
.footer-content .lt-logopowered {
    display: block;
    height: 36px;
    width: 120px;
}