\r\n \r\n Partners: NPLCC and{' '}\r\n \r\n PMEP\r\n \r\n | \r\n \r\n Access data\r\n \r\n
\r\n \r\n Created by the{' '}\r\n \r\n Conservation Biology Institute\r\n \r\n
\r\n \r\n)\r\n\r\nexport default Footer\r\n","import React from 'react'\r\nimport PropTypes from 'prop-types'\r\nimport styled, { ThemeProvider, theme } from 'util/style'\r\n\r\nimport { Flex } from 'components/Grid'\r\nimport { isUnsupported } from 'util/dom'\r\nimport UnsupportedBrowser from './UnsupportedBrowser'\r\n\r\nimport Header from './Header'\r\nimport Footer from './Footer'\r\n\r\nimport config from '../../../config/meta'\r\n\r\nconst Wrapper = styled(Flex).attrs({ flexDirection: 'column' })`\r\n height: 100%;\r\n`\r\n\r\nconst Content = styled.div`\r\n flex: 1 1 auto;\r\n overflow-y: auto;\r\n`\r\n\r\nconst Layout = ({ children }) => (\r\n