/* Footer layout override - horizontal nav links */

/* .footer background is full-width; .inner handles max-width:1250px / padding:25px / margin:auto */
.new_header_item_css .footer{padding:30px 0 0}

/* override flex to column so items stack vertically within .inner */
.new_header_item_css .footer__flex{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;gap:20px!important;width:100%}

/* nav links: horizontal, wrapping, pipe separators */
.new_header_item_css .footer__lists{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;width:100%!important;gap:0!important;align-items:center!important}
.new_header_item_css .footer__list{display:flex!important;align-items:center!important}
.new_header_item_css .footer__list:not(:last-child)::after{content:"|" ;font-size:12px;color:#999;margin:0 10px}
.new_header_item_css .footer__link{font-size:12px!important;line-height:2}

/* company name */
.new_header_item_css .footer__name{font-size:12px!important;font-weight:700;margin-top:0!important}

/* logo */
.new_header_item_css .footer__logo{display:block!important;width:200px!important;margin:0!important}

/* address */
.new_header_item_css .footer__info{margin-top:0!important;width:100%}
.new_header_item_css .footer__info dl{display:flex!important;flex-wrap:nowrap!important;align-items:flex-start!important;gap:6px!important}
.new_header_item_css .footer__info dl:not(:first-child){margin-top:6px!important}
.new_header_item_css .footer__info dt,.new_header_item_css .footer__info dd{font-size:12px!important;line-height:1.6!important}
.new_header_item_css .footer__info dt{width:auto!important;white-space:nowrap!important;flex-shrink:0!important;font-weight:500}
.new_header_item_css .footer__info dd{flex:1!important;width:auto!important}

/* other logos */
.new_header_item_css .footer__dx{margin-top:0!important;width:100px!important}

/* copyright */
.new_header_item_css .footer__copyright{margin-top:20px}
.new_header_item_css .footer__copyright small{font-size:12px!important}
