@charset "UTF-8";
@import url("//hello.myfonts.net/count/2ff70b");

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face{
    font-family:"DIN W01 Bold Italic";
    src:url("../fonts/5426025/31393c1c-3e18-4011-a98d-252b48422e6f.eot?#iefix");
    src:url("../fonts/5426025/31393c1c-3e18-4011-a98d-252b48422e6f.eot?#iefix") format("eot"),url("../fonts/5426025/4bfc9802-18e0-45f1-b221-721200906da1.woff2") format("woff2"),url("../fonts/5426025/abff5174-3c28-4767-b3ba-8ec56b67064e.woff") format("woff"),url("../fonts/5426025/f0b0175d-906e-433e-ab60-e60c0d0779f4.ttf") format("truetype");
}
@font-face{
    font-family:"DIN W01 Medium Italic";
    src:url("../fonts/5426038/74a919d5-7a40-4a51-982e-bae87c827481.eot?#iefix");
    src:url("../fonts/5426038/74a919d5-7a40-4a51-982e-bae87c827481.eot?#iefix") format("eot"),url("../fonts/5426038/3fd43eae-744c-4368-b386-94088f2e669b.woff2") format("woff2"),url("../fonts/5426038/07222620-b566-4e53-8361-960b63754371.woff") format("woff"),url("../fonts/5426038/091b2fc7-228b-4f55-9b43-78bfe1c8fde4.ttf") format("truetype");
}
@font-face{
    font-family:"DIN W01 Italic";
    src:url("../fonts/5426053/e72945c4-5029-4c68-859b-74bc6429ccd6.eot?#iefix");
    src:url("../fonts/5426053/e72945c4-5029-4c68-859b-74bc6429ccd6.eot?#iefix") format("eot"),url("../fonts/5426053/59fe4d12-8c74-457e-aa68-b9ad885f8f8f.woff2") format("woff2"),url("../fonts/5426053/39432a06-ab95-4bf7-bbb6-cb84e51170e8.woff") format("woff"),url("../fonts/5426053/e93afcb1-b4f4-4177-94ab-97c66a9bb9ee.ttf") format("truetype");
}
@font-face{
    font-family:"DIN W01 Medium";
    src:url("../fonts/5426076/9f48a411-8295-4ad8-b97a-f4cc38cef43d.eot?#iefix");
    src:url("../fonts/5426076/9f48a411-8295-4ad8-b97a-f4cc38cef43d.eot?#iefix") format("eot"),url("../fonts/5426076/79949f65-d692-489f-bd6b-b62647297229.woff2") format("woff2"),url("../fonts/5426076/b9597dec-1d68-488e-87e0-d7824cf36028.woff") format("woff"),url("../fonts/5426076/964c9b01-5d07-4ef1-8b71-3b173b54fbcc.ttf") format("truetype");
}
@font-face{
    font-family:"DIN W01 Regular";
    src:url("../fonts/5426089/a397c752-ee83-47cf-b8a8-b476511dd2c9.eot?#iefix");
    src:url("../fonts/5426089/a397c752-ee83-47cf-b8a8-b476511dd2c9.eot?#iefix") format("eot"),url("../fonts/5426089/53fb9c60-2054-4c31-9283-5562244b4935.woff2") format("woff2"),url("../fonts/5426089/45831ca8-93bd-4808-aa5f-3c915944f727.woff") format("woff"),url("../fonts/5426089/429a3e29-88da-4603-94ff-c1450c089c88.ttf") format("truetype");
}
@font-face{
    font-family:"DIN W01 Bold";
    src:url("../fonts/5426014/a94d5d16-cbe3-439e-b1a5-fbdfb180d789.eot?#iefix");
    src:url("../fonts/5426014/a94d5d16-cbe3-439e-b1a5-fbdfb180d789.eot?#iefix") format("eot"),url("../fonts/5426014/8beea44e-c2c9-4889-9123-13d0e8b8d1bc.woff2") format("woff2"),url("../fonts/5426014/871e70ec-2f76-44c5-a2f1-77ee8cd0a5fe.woff") format("woff"),url("../fonts/5426014/8fa83ec7-0734-49e5-b5ad-b13a41463328.ttf") format("truetype");
}

html, body, * {
	padding: 0;
	margin: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	text-align: center;

  background: #fff;
  font-family: "DIN W01 Regular";
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#header {
	width: 100%;
	margin: 0;
	padding: 0;
    height: 70px;
	background-color: #2c2c2c;
}

#sitetitle {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding-left: 1.2em;
}

#sitetitle img {
  display: block;
  width: 216px;
  height: 62px;
  max-height: 86px;
}

#content {
	margin: 0 auto;
	text-align: left;
}

#logout {
	float: right;
}

#navigation {

}

#footer {
	width: 100%;
	display: none;
	text-align: center;
	margin-top: 5.0em;
}

h1 {
    font-weight: normal;
      font-size: 45px;
      font-size: 2.8125rem;
      line-height: 1.2;
      font-family: "Rhode Med Cond", "Arial Narrow", sans-serif;
      color: #2e2e2e;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

h3 {
	font-size: 1.0em;
	font-weight: bold;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

p {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

@media screen and (min-width: 480px) {

	h1, h2, p {
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}
	#content {
		max-width: 900px;
	}

	#footer {
		display: block;
	}
}
