body {
  font-family: HelveticaNeue;
  color: white;
  font-size: 10pt;
}

a:link {
  color: white;
}

a:visited {
  color: white;
}

ol {
  counter-reset: item;
  margin-left: 0;
  padding-left: 0;
}

.para {
  display: block;
  margin-bottom: 0.5em;
  margin-left: 2em;
}

.para:before {
  display: inline-block;
  content: " (" counter(item) ") ";
  counter-increment: item;
  width: 2em;
  margin-left: -2em;
}
.collapsible {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}
.active, .collapsible:hover {
  background-color: #ccc;
}
.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #2c2f30;
}
.logo {
    text-align: center;
	margin: 0;
}

/* Reset */

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
strong {
  color: #bfbfbf;
  font-family: "HelveticaNeue-Light", sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 25px;
  margin: 0;
  padding: 0;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

/* Default Text Styling */

body {
  margin: 30px 5%;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
}

p strong,
p.teaser {
  color: #f8f8f8;
  font-family: "HelveticaNeue-Medium", sans-serif;
}

h1 {
  color: #f8f8f8;
  margin-top: 20px;
  margin-bottom: 20px;
}

p a {
  color: #f8f8f8;
  font-family: "HelveticaNeue-Medium", sans-serif;
  text-decoration: underline;
  -webkit-touch-callout: default;
}

ol,
ul {
  margin: 15px 30px;
}

ul > li{
  margin-bottom: 10;
}

/* Footer */ /* if needed */

footer {
  margin-top: 20px;
  margin-bottom: 10px;
}

footer p {
  font-size: 11px;
  color: #969899;
  line-height: 15px;
}

/* First Level Text Styling */

body > section {
  max-width: 800px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

body > section > h1 {
  font-family: "HelveticaNeue-Thin", sans-serif;
  font-size: 35px;
  line-height: 45px;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}
/* Second Level Text Styling */

body > section > section > h1 {
  color: #f8f8f8;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
}
/* Third Level Text Styling */

body > section > section > section > h1 {
  color: #f8f8f8;
  font-family: "HelveticaNeue-Medium", sans-serif;
}

.tab h2 {
  display: none;
}

.tabListWrapper {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  font-size: 1em;
  width: 100%;
  background-color: #2c2f30;
  color: white;
  padding: 10px;
  border: 1px solid white;
}

select:focus {
  border: none;
}

select option {
  background: #222;
}