@font-face {
  font-family: GreycliffCFCustom;
  src: url(/css/GreycliffCFCustom-Regular.eot);
  src: url(/css/GreycliffCFCustom-Regular.eot?iefix) format("embedded-opentype"),
       url(/css/GreycliffCFCustom-Regular.woff2) format("woff2"),
       url(/css/GreycliffCFCustom-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: GreycliffCFCustom;
  src: url(/css/GreycliffCFCustom-RegularOblique.eot);
  src: url(/css/GreycliffCFCustom-RegularOblique.eot?iefix) format("embedded-opentype"),
       url(/css/GreycliffCFCustom-RegularOblique.woff2) format("woff2"),
       url(/css/GreycliffCFCustom-RegularOblique.woff) format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: GreycliffCFCustom;
  src: url(/css/GreycliffCFCustom-DemiBoldOblique.eot);
  src: url(/css/GreycliffCFCustom-DemiBoldOblique.eot?iefix) format("embedded-opentype"),
       url(/css/GreycliffCFCustom-DemiBoldOblique.woff2) format("woff2"),
       url(/css/GreycliffCFCustom-DemiBoldOblique.woff) format("woff");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: GreycliffCFCustom;
  src: url(/css/GreycliffCFCustom-ExtraBold.eot);
  src: url(/css/GreycliffCFCustom-ExtraBold.eot?iefix) format("embedded-opentype"),
       url(/css/GreycliffCFCustom-ExtraBold.woff2) format("woff2"),
       url(/css/GreycliffCFCustom-ExtraBold.woff) format("woff");
  font-weight: 800;
  font-style: normal;
}

* {
	box-sizing: border-box;
	text-rendering: optimizeLegibility;
}

html {
	margin: 0;
	padding: 0;
}

body {
	font-family: GreycliffCFCustom;
	font-weight: 400;
	line-height: 1.375;
	margin: 0;
	padding: 0;
	color: #282932;
	min-height: 100vh;
	position: relative;
}

header {
	width: 100%;
	background: #E37828;
	color: #fff;
	text-align: center;
	padding: 4em;
	margin-bottom: 4em;
}

header img {
	width: 180px;
	margin-bottom: 2em;
}

main {
	max-width: calc( 640px + 4em );
	margin: 0 auto;
	padding: 0 2em 20em 0;
}

h1 {
	font-size: 4em;
	line-height: 1.111;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 2.625em;
	line-height: 1.143;
	margin: 0;
	padding: 0;
	margin-bottom: 0.7857em;
	text-transform: uppercase;
	font-weight: 800;
}

h3 {
	font-size: 1em;
	line-height: 1.375;
	margin: 0;
	padding: 0;
	padding-top: calc( ( 1em * 1.375 ) / 2 );
	margin-bottom: calc( ( 1em * 1.375 ) / 2 );
	font-weight: 800;
	text-transform: uppercase;
}

ul {
	margin: 0;
	padding: 0;
}

p, li {
	margin: 0;
	padding: 0;
	margin-bottom: calc( ( 1em * 1.375 ) / 2 );
}

ul li {
	list-style-type: none;
	text-indent: -0.55em;
}

ul li::before {
	color: #E37828;
	content: "\2022"; 
	font-size: 1.25em; 
	font-weight: 800;
	display: inline-block;
	margin-right: 0.45em;
	line-height: 1;
}

a:link {
	font-weight: 600;
	text-decoration: none;
	color: #282932;
}

a:visited {
	font-weight: 600;
	text-decoration: none;
	color: #282932;
}

a:hover {
	font-weight: 600;
	text-decoration: none;
	color: #E37828;
}

a:active {
	font-weight: 600;
	text-decoration: none;
	color: #E37828;
}

.i {
	font-style: italic;
}

b {
	text-transform: uppercase;
}

footer {
	width: 100%;
	background: #282932;
	color: #fff;
	text-align: center;
	padding: 4em;
	position: absolute;
	bottom: 0;
	height: 15em;
}

address {
	font-style: normal;
}