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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
em, i { font-style: italic; }
b, strong { font-weight: 500; }
a {
  color: #007c8b;
  text-decoration: none;
}
a:hover {
  color: #ea6d2f;
  text-decoration: underline;
}
body {
  background: #6fc6da;
  color: #111;
  font: 300 18px 'museo sans', museo-sans, helvetica, verdana, sans-serif;
  line-height: 1.4;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin-bottom: 20px;
}
h1 {
  color: #313131;
  font-family: museo, helvetica, verdana, sans-serif;
  font-size: 36px;
  font-weight: 300;
  margin: 0 20px 20px;
}
ol {
  border-top: solid 1px #eee;
  counter-reset: step-counter;
  list-style-position: inside;
  margin-bottom: 30px;
}
ol li {
  border-bottom: solid 1px #eee;
  counter-increment: step-counter;
  font-weight: 500;
  list-style: none;
  padding: 20px 90px 20px 65px;
  position: relative;
}
ol li:before {
  background: #555;
  border-radius: 50%;
  content: counter(step-counter);
  color: #fff;
  font-size: 24px;
  height: 32px;
  left: 20px;
  line-height: 32px;
  position: absolute;
  text-align: center;
  top: 17px;
  width: 32px;
}
ol li li {
  border-bottom: none;
  font-weight: 300;
  list-style-type: disc;
  padding: 20px 20px 0 0;
  position: relative;
}
ol li li:before {
  background: transparent;
  content: '';
}
ol li p {
  font-weight: 300;
  margin: 0 20px 10px;
  padding-top: 20px;
}
ol li .help {
  background: #ddd;
  color: #555;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  height: 16px;
  margin-top: 0;
  padding: 5px 10px;
  position: absolute;
  right: 20px;
  text-align: center;
  text-indent: 0;
  top: 19px;
  width: auto;
}
ol li .help:hover {
  background: #007c8b;
  color: #fff;
}
ol li .help:before {
  content: '\25BE';
  display: inline-block;
}
ol li .help:after {
  content: '\00a0more';
}
p {
  margin: 0 20px 20px;
}
small {
  display: block;
  font-size: 14px;
  font-style: italic;
  line-height: 1.2;
  margin-top: 10px;
}
ul {
  list-style: disc;
  margin-left: 40px;
  position: relative;
  z-index: 1;
}
.details {
  background: #eee;
  display: none;
  margin: 20px -90px 0 -65px;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 40px;
  transition: .5s;
}
li.expanded {
  background: #ddd;
  padding-bottom: 0;
}
li.expanded .help {
  background: #777;
  color: #fff;
}
li.expanded .help:before {
  padding: 0 0 0 6px;
  transform: rotate(180deg);
}
li.expanded .help:after {
  content: 'less';
  padding: 2px 3px 2px 4px;
}
li.expanded .details {
  display: block;
}
.details figure {
  float: right;
  height: auto;
  margin: 20px 20px 10px 20px;
  overflow: hidden;
  position: relative;
  width: 60%;
  z-index: 10;
}
.details figure figcaption {
  color: #007c8b;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  margin-top: 5px;
  text-align: right;
}
.details figure img {
  border: solid 1px #ccc;
  height: auto;
  width: 100%;
}
.details h2 {
  margin: 30px 20px 0;
}
#page-container {
  background: #fff;
  border: solid 20px #fff;
  margin: 20px auto;
  max-width: 960px;
  width: 90%;
}
#footer {
  text-align: center;
}
#footer img {
  height: auto;
  margin: 0 0 20px;
  width: 200px;
}
@media only screen and (max-width: 750px) {
  .details figure {
    clear: both;
    float: none;
    width: auto;
  }
}
