<!doctype html>
<html lang="en">

<head>

  <meta charset="utf-8">
  <title>Kauffman.org - Down for maintenance</title>
  <meta http-equiv="x-ua-compatible" content="ie=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1">

  <title></title>

  <style type="text/css">
  /* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
    box-sizing: border-box;
}
    header {
        width: 100%;
        height: 110px;
        padding: 30px 20px;
        background: #262626;
        transition: padding-right 0.3s ease-in-out 0.2s;
        text-align: center;
        margin-bottom: 96px;
    }
    .header-logo span {
        display: none;
    }
    main {
        max-width: 1200px;
        text-align: center;
        margin: 0 auto;
    }
    h1 {
        font-family: "Playfair Display", serif;
        font-size: 36px;
        line-height: 48px;
        font-weight: 700;
        text-align: center;
    }
  </style>
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:700|Roboto" rel="stylesheet">
</head>
<body>

<header>
    <a class="header-logo" title="Home" href="/">
        <span>Ewing Marion Kauffman Foundation</span>
        <img src="/-/media/kauffman_org/site/kauffman_logo/kauffman_refresh_logo.png">
    </a>
</header>

<main>
    <h1>Kauffman.org is currently unavailable due to scheduled maintenance. Please try again later.</h1>
</main>

</body>
</html>