@charset "UTF-8";
@import "normalize.css" print, screen, projection;
@import url(http://fonts.googleapis.com/css?family=Poly);

html {
    position: relative;
    min-height: 100%;
}

body {
	font-family: Montserrat, 'Poly', Cambria, Georgia, Times, 'Times New Roman', serif;
	font-size: 16pt;
	color: #161616;
	font-style: normal;
	line-height: 1.4;
	margin: 0 1rem 30px 1rem;
}

.panel {
	width: 900px;
	margin: 0 auto;
	padding: 1rem 0;
}

header {
	height: 4rem;
}

#logo {
	background-color: #ffffff;
	text-align: left;
	color: #eeeeee;
	height: 100%;
}

#logo img {
	height: 100%;
}

nav {
	text-align: center;
	background-color: #FFFFFF;
}

nav .panel {
	border-bottom: 1px solid #AFD5ED;
}

.menu-item {
	font-size: 20px;
	cursor: pointer;
	display: inline;
	margin: 0 20px;
	white-space: nowrap;
	vertical-align: top;
}

.selected {
	text-decoration: underline;
}

.menu-item a {
	text-decoration: none;
}

h1 {
	font-size: 25px;
	margin-bottom: 10px;
	text-align: center;
}

h2 {
	font-size: 25px;
	margin-bottom: 10px;
}

h3 {
	font-size: 20px;
	margin-bottom: 5px;
}

p {
	margin-bottom: 10px;
}

main {
	background-color: #FFFFFF;
}

main .panel {
	min-height: 200px;
	padding: 25px;
}

main a, main a:visited, main a:visited {
    text-decoration: none;
	color: #22499c;
}

main a:hover {
	text-decoration: underline;
	color: #22499c;
}

main ul {
	margin: 22px 0 12px;
	padding-left: 19px;
}

main ol, main li {
	list-style: disc outside none;
	padding-left: 2px;
	margin-bottom: 3px;
}


footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30px;
    width: 100%;
    overflow: hidden;

	text-align: center;
	padding-top: 12px;
	background-image: linear-gradient(to right, #109eda , #22499c);
	color: #eeeeee;
	font-size: 14pt;
	line-height: 1;
}

@media screen and (max-width:900px) {
    .panel{
		width: auto;
    }
}

@media print {
    body {
	    background-color: #FFFFFF;
    }

    .panel {
    	width: 95%;
    }

    nav {
        display: none;
    }

}
