New Logo and Identity for First Street by View Source
(Est. 2016) “First Street is a research and technology company working to connect climate change to financial risk. First Street uses transparent, peer-reviewed methodologies to calculate the past, present, and future climate risk for every property in the United States and makes it available for citizens, industry and government.” /** * Stop all iframes or HTML5 's from playing */ var stopVideos = function () { var videos = document.querySelectorAll('iframe, video'); Array.prototype.forEach.call(videos, function (video) { if (video.tagName.toLowerCase() === 'video') { video.pause(); } else { var src = video.src; video.src = src; } }); }; .pausevideos { margin: 20px 0 30px; display: block; font-size: .8em; font-family: 'ABCSocial'; font-variation-settings: "wdth" 100, "wght" 37