/* Style the "Try CorrectTrack link in the mobile menu and hide it in wide view" */
/* NOTE: Look here if the last menu item isn't displaying */
li#menu-item-313{
  display: none !important;
}

@media only screen and (min-width:1120px){
  #menu-item-313{
    display: list-item !important;
  }
}
