/* JITC public site footer — modern layout */
footer.site-footer{
    background:
        radial-gradient(ellipse 80% 60% at 12% 0%, rgba(189,7,69,.18), transparent 55%),
        linear-gradient(165deg, #071526 0%, #0b2b57 48%, #081a33 100%) !important;
    clear: both;
    padding: 0 !important;
    color: rgba(255,255,255,.78);
    position: relative;
    z-index: 0;
    border-top: 1px solid rgba(212,166,74,.28);
}
footer.site-footer:after{display: none !important; content: none !important;}
.site-footer__main{padding: 56px 0 40px;}
.site-footer__grid{
    display: grid;
    gap: 36px 40px;
    align-items: start;
}
.site-footer__grid--four{grid-template-columns: 1.35fr 1fr 1fr 1.15fr;}
.site-footer__grid--three{grid-template-columns: 1.4fr 1fr 1.15fr;}
.site-footer__brand-name{
    display: inline-block;
    color: #fff !important;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: .01em;
    text-decoration: none !important;
    margin: 0 0 12px;
}
.site-footer__brand-name:hover,
.site-footer__brand-name:focus{
    color: #fff !important;
    text-decoration: none !important;
    opacity: .92;
}
.site-footer__tagline{
    margin: 0 0 28px;
    max-width: 320px;
    color: rgba(255,255,255,.68);
    font-size: 14px;
    line-height: 1.6;
}
.site-footer__eyebrow{
    display: block;
    margin-bottom: 10px;
    color: rgba(255,255,255,.5);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.site-footer__title{
    position: relative;
    margin: 0 0 20px;
    padding-bottom: 12px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.site-footer__title:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 28px;
    height: 2px;
    background: #bd0745;
}
.site-footer__links,
.site-footer__accreditations,
.site-footer__contact{
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-footer__links li{margin: 0 0 10px;}
.site-footer__links a{
    color: rgba(255,255,255,.78) !important;
    text-decoration: none !important;
    font-size: 14px;
    line-height: 1.45;
    transition: color .2s ease, padding-left .2s ease;
}
.site-footer__links a:hover,
.site-footer__links a:focus{
    color: #fff !important;
    text-decoration: none !important;
    padding-left: 4px;
}
.site-footer__accreditations li{
    margin: 0 0 14px;
    padding: 0 0 14px;
    border-bottom: 1px solid rgba(255,255,255,.08);
}
.site-footer__accreditations li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.site-footer__acc-name{
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 1.3;
}
.site-footer__acc-desc{
    display: block;
    margin-top: 4px;
    color: rgba(255,255,255,.55);
    font-size: 12px;
    line-height: 1.45;
}
.site-footer__contact li{
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin: 0 0 18px;
}
.site-footer__contact li:last-child{margin-bottom: 0;}
.site-footer__contact-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.04);
    color: #d4a64a;
    font-size: 14px;
}
.site-footer__contact-label{
    display: block;
    margin-bottom: 3px;
    color: rgba(255,255,255,.48);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.site-footer__contact-values{
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.site-footer__contact-values span,
.site-footer__contact-text,
.site-footer__contact a{
    color: #fff !important;
    font-size: 14px;
    line-height: 1.45;
    word-break: break-word;
}
.site-footer__contact a{text-decoration: none !important;}
.site-footer__contact a:hover,
.site-footer__contact a:focus{
    color: #f3b6c8 !important;
    text-decoration: none !important;
}
.site-footer__social{margin: 0; padding: 0;}
.site-footer .company-social.site-footer__social li{
    margin: 0 8px 8px 0;
    border: 1px solid rgba(255,255,255,.16);
    background: rgba(255,255,255,.04);
    vertical-align: top;
}
.site-footer .company-social.site-footer__social li a{
    color: rgba(255,255,255,.85);
}
.site-footer .company-social.site-footer__social a:hover{
    background: #bd0745;
    border-color: #bd0745;
    color: #fff;
}
.site-footer .company-social.site-footer__social a i{
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 0;
}
.site-footer__bar{
    border-top: 1px solid rgba(255,255,255,.08);
    background: rgba(0,0,0,.22);
}
.site-footer__bar-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px 28px;
    flex-wrap: wrap;
    padding: 16px 0;
}
.site-footer__copy{
    margin: 0;
    color: rgba(255,255,255,.55);
    font-size: 13px;
    line-height: 1.5;
}
.site-footer__legal{
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
}
.site-footer__legal a{
    color: rgba(255,255,255,.7) !important;
    font-size: 13px;
    text-decoration: none !important;
}
.site-footer__legal a:hover,
.site-footer__legal a:focus{
    color: #fff !important;
    text-decoration: none !important;
}
@media (max-width: 991px){
    .site-footer__grid--four,
    .site-footer__grid--three{grid-template-columns: 1fr 1fr;}
    .site-footer__brand{grid-column: 1 / -1;}
}
@media (max-width: 767px){
    .site-footer__main{padding: 40px 0 28px;}
    .site-footer__grid--four,
    .site-footer__grid--three{
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .site-footer__brand{grid-column: auto;}
    .site-footer__bar-inner{
        flex-direction: column;
        align-items: flex-start;
        padding: 18px 0;
    }
}
