/* BS5 Stage 3 - v4 restart footer dropdown fix v1
   Scope: only F4-FOOTER-COL4 related recommendation dropdown.
   Do NOT touch navbar, footer grid, mobile v19, or page content. */
@media (min-width:801px){
  .footer-c .footer-c-dropdom-menu .dropdown{position:relative !important; list-style:none !important;}
  .footer-c .footer-c-dropdom-menu .dropdown > a[data-toggle="dropdown"],
  .footer-c .footer-c-dropdom-menu .dropdown > a[data-bs-toggle="dropdown"]{
    cursor:pointer !important;
    text-decoration:none !important;
  }
  .footer-c .footer-c-dropdom-menu .dropdown > .dropdown-menu{
    display:none !important;
    position:absolute !important;
    top:100% !important;
    left:0 !important;
    z-index:1060 !important;
    min-width:220px !important;
    margin:0 !important;
    padding:5px 0 !important;
    background:#ffffff !important;
    border:1px solid rgba(0,0,0,.15) !important;
    box-shadow:0 6px 12px rgba(0,0,0,.175) !important;
  }
  .footer-c .footer-c-dropdom-menu .dropdown.open > .dropdown-menu,
  .footer-c .footer-c-dropdom-menu .dropdown.show > .dropdown-menu,
  .footer-c .footer-c-dropdom-menu .dropdown > .dropdown-menu.show{
    display:block !important;
  }
  .footer-c .footer-c-dropdom-menu .dropdown > .dropdown-menu > li{display:block !important; width:100% !important;}
  .footer-c .footer-c-dropdom-menu .dropdown > .dropdown-menu > li > a{
    display:block !important;
    width:100% !important;
    padding:6px 20px !important;
    clear:both !important;
    font-weight:400 !important;
    line-height:1.42857143 !important;
    white-space:nowrap !important;
    color:#292929 !important;
    background:#ffffff !important;
    text-decoration:none !important;
  }
  .footer-c .footer-c-dropdom-menu .dropdown > .dropdown-menu > li > a:hover,
  .footer-c .footer-c-dropdom-menu .dropdown > .dropdown-menu > li > a:focus{
    color:#292929 !important;
    background:#E9E9E9 !important;
    text-decoration:none !important;
  }
}
