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;
  text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
}
body {
  background: white;
	line-height: 1;
  display: flex;
}
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;
}

em {
  font-style: italic;
}

* {box-sizing: border-box;}

body { font-family: "Open Sans"; }

.wrapper { max-width: 1000px; display: flex; flex-direction: column; margin: 0 auto;}

.vertlogo { height: 111px; width: 70px; position: fixed; top: 40px; left: 60px; background: url("vertlogo.png"); background-size: 70px;}

.section { width: 700px; line-height: 25px; }

h1 { margin-top: 60px; margin-bottom: 40px; text-transform: uppercase; text-align: left; color: #48287c; font-size: 20pt; font-weight: 300; letter-spacing: 0.06em;}
h2 { margin:30px 0 20px 0; font-size: 14pt; font-weight:bold; }
h3 { margin:20px 0 20px 0; font-weight: bold; }


blockquote { margin: 20px 50px 30px 40px; font-style:italic; color:#888; line-height: 30px; }

code pre { white-space:pre-wrap; margin: 20px 40px 30px 40px; font-family: "Inconsolata", "Consolas", "Menlo", monospace; }

p { color: #333; font-size: 12pt; font-weight: 400; line-height: 30px; padding-bottom: 12px;}

ul { position: relative; margin: 20px 30px 30px 30px; }
li { position:relative; margin-left: 20px; }
li:before { width: 7px; height: 7px; background: white; border: 1px solid #555; left: -24px; content: ""; position: absolute; display: block; top: 8px; }
li + li { margin-top: 18px; }

.backbtn {
  box-sizing: content-box;
  padding-top:3px;
  margin: 50px auto 70px auto;
  width: 54px;
  height: 54px;
  border-radius: 27px;
  background: url("backbtn.png") no-repeat;
  background-size: 54px;
}

.backbtn:hover {
  padding-top: 0px;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: url("backbtnhover.png") no-repeat;
  background-size: 60px;
}


@media only screen
  and (max-width : 740px) {
    .vertlogo { position: static; margin: 40px auto 0px auto;}
    .wrapper { max-width 100%; padding: 0px 20px;}
    .section { width: 100%;}
  }
