/* TONHANKS GLOBAL FOOTER */
.th-footer {
    background: #f2eee9;
    color: #444;
    padding: 60px 20px 30px;
    border-top: 1px solid #dcd3ca;
    clear: both;
    margin-top: auto;
    font-family: 'Segoe UI', sans-serif;
}

.th-footer .footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    text-align: left;
}

.th-footer .footer-col {
    flex: 1;
    min-width: 200px;
}

.th-footer .footer-col h5 {
    color: #333;
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.th-footer .footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.th-footer .footer-col ul li {
    margin-bottom: 12px;
}

.th-footer .footer-col ul li a {
    color: #004a99;
    text-decoration: none;
    font-size: 14px;
}

.th-footer .footer-col ul li a:hover {
    text-decoration: underline;
}

.th-footer .legal-block {
    max-width: 1200px;
    margin: 40px auto 0;
    padding-top: 30px;
    border-top: 1px solid #dcd3ca;
    text-align: left;
    font-size: 12px;
    line-height: 1.6;
    color: #777;
}

.th-footer .fdic-tag {
    display: inline-block;
    border: 1px solid #777;
    padding: 2px 8px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #444;
}

@media screen and (max-width: 768px) {
    .th-footer .footer-inner {
        flex-direction: column;
        gap: 30px;
    }
}