  [type=button] {-webkit-appearance: none !important;}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
    [type=button] {-webkit-appearance: button !important;}
}

/* Targeting Safari and Chrome issue on iPad 12 which had a white background for header bar, and splash image text displayed as black instead of white */

@media screen and (-webkit-min-device-pixel-ratio:0) { 
  .bg-tu-green-official { background-color: #21543f }

  .search-hamburger-bar button,
  .search-hamburger-bar .tulane-menu-divider,
  .search-hamburger-bar .tulane-hamberger-menu-icon,
  .tulane-desktop-tactical-navigation ul li { color: white }

  .paragraph--type--hero .header .text-video h1.text-white { color: white }
}