*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
	background:white;
	font-family: 'Arial', sans-serif;
  font-weight: 400;
	font-size: 14px;
	margin:0;
	color: #535151;
  position: relative;
  letter-spacing: .05em;
  line-height: 1.2;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
}

.cf:after { 
	content:"";
	display:table;
	clear:both;
}

.page-container{
	width:100%;
	max-width: 1200px;
	min-width:320px;
  padding: 10% 40px 40px;
	margin:0 auto;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

h1 {
  font-size: 18px;
  margin: 0 0 15px 0;
}

h2 {
  font-size: 15px;
  margin: 0 0 15px 0;
}


p{
	line-height: 1.6;
  letter-spacing: normal;
  margin: 0 0 15px 0;
}

li {
  line-height: 1.6;
  margin-top: 4px;
}

img {
  display: block;
  margin-bottom: 40px;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width:600px) {
  img {
    margin-bottom: 20px;
  }
}

footer {
  margin-top: 12px;
}

hr {
  display: block;
  padding: 0;
  margin: 24px 0;
  height: 1px;
  border: none;
  background: #e7e7e7;
}