/* Page-specific styles for railway */

.railway-h1-nowrap{white-space:nowrap;display:inline-block}
@media(max-width:480px){.railway-h1-nowrap{font-size:.68em}}

/* The #get-started section uses an inline 2-column grid (instead of the
   shared .lead-grid class other bank pages use, which already collapses
   at 880px) -- so its counselling form was staying 2-up and getting
   squeezed/clipped on tablets and phones. Mirror the same 880px collapse
   the shared .lead-grid gets, scoped to this section only. */
@media(max-width:880px){
  #get-started .wrap > div[style*="grid-template-columns:1fr 1fr"]{grid-template-columns:1fr!important}
}
