article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}


abbr[title] {
  border-bottom: 1px dotted;
}


dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}







.hidden {
  background-color: #cfcfcf;
  height: 0;
  overflow: hidden;
}

.hidden-width {
  background-color: #cfcfcf;
  width: 0;
  overflow: hidden;
  margin-bottom: 1em;
}

.width-hidden-inner {
  height: 3em;
  line-height: 3em;
  width: 20em;
}

.highlight {
  margin: 0;
}

.hidden-code {
  margin-top: 1em;
  height: 0;
  overflow: hidden;
}

.hidden-inner {
  padding: 2em;
}

.well {
  background: #cfcfcf;
  border-radius: 5px;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 1em;
}

.accordion-trigger,
.dropdown-trigger {
  background-color: #242424;
  border-bottom: 0;
  color: #f3f3f3;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  padding: 0.5em 1em;
}

.accordion {
  border: 0.08em solid #cfcfcf;
}

.accordion-trigger {
  border-top: 0.08em solid #cfcfcf;
}

.accordion-trigger:first-child {
  border-top: 0;
}

.accordion-trigger:before {
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  -webkit-transform: rotate(360deg);
  border-width: 0.375em 0.75em;
  border-style: solid;
  border-color: transparent;
  border-left-color: #f3f3f3;
  border-right-width: 0;
  margin-right: 0.5em;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.accordion-trigger.is-active:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}


.dropdown-menu {
  background-color: #242424;
}

@media only screen and (min-width: 25em) {
  .dropdown-menu {
    list-style-type: none;
    padding-left: 0;
  }

  .dropdown-menu:after {
    content: "";
    display: table;
    clear: both;
  }

  .dropdown-menu>li {
    float: left;
  }

  .dropdown-menu>li {
    position: relative;
  }
}

.dropdown-trigger {
  display: block;
}

.dropdown-submenu {
  background-color: #9c9c9c;
}

@media only screen and (min-width: 25em) {
  .dropdown-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 10em;
  }

  .is-active+.dropdown-submenu {
    z-index: 1;
  }
}

.dropdown-submenu-i {
  color: #242424;
  border-bottom: 0;
  display: block;
  padding: 0.5em 1em;
}

li:first-child>.dropdown-submenu-i {
  padding-top: 1em;
}

li:last-child>.dropdown-submenu-i {
  padding-bottom: 1em;
}