section.station-finder{display:grid;grid-gap:16px;grid-template-areas:"title" "name" "websites" "contact" "social" "button" "updated";padding:32px;background-color:#fff}@media (min-width:768px){section.station-finder{-ms-grid-rows:auto 16px auto 16px auto 16px auto 16px auto 16px auto;grid-template-areas:"title title" "name name" "websites contact" "social contact" "button button" "updated .";-ms-grid-columns:1fr 16px 1fr;grid-template-columns:1fr 1fr}}section.station-finder .station-finder__title{-ms-grid-row:1;-ms-grid-column:1;grid-area:title;padding-bottom:32px;border-bottom:1px solid rgba(193,193,193,.4)}section.station-finder .station-finder__station-name{-ms-grid-row:3;-ms-grid-column:1;display:flex;grid-area:name;flex-direction:column;align-items:center;font-weight:700}@media (min-width:600px){section.station-finder .station-finder__station-name{flex-direction:row}}section.station-finder .station-finder__station-name__logo{margin:0 0 32px 0}@media (min-width:600px){section.station-finder .station-finder__station-name__logo{margin:0 32px 0 0}}section.station-finder .station-finder__websites{-ms-grid-row:5;-ms-grid-column:1;grid-area:websites}section.station-finder .station-finder__contact{-ms-grid-row:7;-ms-grid-column:1;grid-area:contact;-ms-grid-row-align:start;align-self:start;padding:16px;border:1px solid rgba(193,193,193,.4)}section.station-finder .station-finder__contact__title,section.station-finder .station-finder__social__title,section.station-finder .station-finder__websites__title{margin-bottom:16px}section.station-finder .station-finder__social-list,section.station-finder p{margin-bottom:16px;font-size:1.8rem;line-height:1.3333}section.station-finder p:last-child{margin-bottom:0}section.station-finder .station-finder__social{-ms-grid-row:9;-ms-grid-column:1;grid-area:social}section.station-finder .station-finder__social-list{padding:0;list-style-type:none}section.station-finder .station-finder__social-list-item{margin:0 0 16px 0}section.station-finder .station-finder__social-list-item a{display:inline-flex;align-items:center}section.station-finder .station-finder__social-list-item svg{max-width:2.4rem;max-height:2.4rem;margin-right:8px}section.station-finder .station-finder__change-station-btn{-ms-grid-row:11;-ms-grid-column:1;grid-area:button;-ms-grid-column-align:center;justify-self:center;line-height:1.3333}section.station-finder .station-finder__updated{-ms-grid-row:13;-ms-grid-column:1;grid-area:updated;font-size:1.4rem}@media (min-width:768px){section.station-finder .station-finder__title{-ms-grid-row:1;-ms-grid-column:1;-ms-grid-column-span:3}section.station-finder .station-finder__station-name{-ms-grid-row:3;-ms-grid-column:1;-ms-grid-column-span:3}section.station-finder .station-finder__websites{-ms-grid-row:5;-ms-grid-column:1}section.station-finder .station-finder__contact{-ms-grid-row:5;-ms-grid-row-span:3;-ms-grid-column:3}section.station-finder .station-finder__social{-ms-grid-row:7;-ms-grid-column:1}section.station-finder .station-finder__change-station-btn{-ms-grid-row:9;-ms-grid-column:1;-ms-grid-column-span:3}section.station-finder .station-finder__updated{-ms-grid-row:11;-ms-grid-column:1}}