/**
 * Start Reset File
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
img,
ins,
kbd,
q,
s,
samp,
del,
dfn,
em,
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;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
input,
select,
option,
textarea {
  margin: 0;
  padding: .25em;
  border: 1px solid black;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: italic;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none inside;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd,
label {
  margin: 0;
  padding: .5em .25em 0 .25em;
  line-height: 1.25em;
}
h2,
h3 {
  font-weight: bold;
}
input,
textarea,
select,
option {
  margin: .5em .25em 0 .25em;
  padding: 0;
  line-height: 1.25em;
}
body,
h4,
h5,
h6,
p,
li,
dt,
dd,
label,
input,
textarea,
select,
option {
  font-size: 15pt;
}
h3 {
  font-size: 1.1em;
}
h2 {
  font-size: 1.25em;
}
h1 {
  font-size: 1.5em;
}
/** Responsive Mixins **/
/** browser Mixins **/
@keyframes AnimShow {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    overflow: hidden;
    visibility: hidden;
    height: 0;
    width: 0;
    border: none;
    font-size: 1px;
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    position: relative;
    overflow: inherit;
    visibility: visible;
    height: auto;
    width: auto;
    border: none;
    font-size: inherit;
  }
}
@-webkit-keyframes AnimShow {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    overflow: hidden;
    visibility: hidden;
    height: 0;
    width: 0;
    border: none;
    font-size: 1px;
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    position: relative;
    overflow: inherit;
    visibility: visible;
    height: auto;
    width: auto;
    border: none;
    font-size: inherit;
  }
}
@keyframes AnimHide {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    position: relative;
    overflow: inherit;
    visibility: visible;
    height: auto;
    width: auto;
    border: none;
    font-size: inherit;
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    overflow: hidden;
    visibility: hidden;
    height: 0;
    width: 0;
    border: none;
    font-size: 1px;
  }
}
@-webkit-keyframes AnimHide {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    position: relative;
    overflow: inherit;
    visibility: visible;
    height: auto;
    width: auto;
    border: none;
    font-size: inherit;
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    overflow: hidden;
    visibility: hidden;
    height: 0;
    width: 0;
    border: none;
    font-size: 1px;
  }
}
body {
  padding: 64px 0 0;
  background: #000;
  color: #fff;
  font-family: Roboto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  cursor: default;
}
body.loading,
body.loading * {
  cursor: progress !important;
}
@media (min-width: 1230px) {
  body .siteWrapper,
  body .paginationBar {
    width: 770px;
  }
}
@media (min-width: 992px) and (max-width: 1230px) {
  body .siteWrapper,
  body .paginationBar {
    width: 610px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  body .siteWrapper,
  body .paginationBar {
    width: 570px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  body .siteWrapper,
  body .paginationBar {
    width: 540px;
  }
}
@media (min-width: 0px) and (max-width: 576px) {
  body .siteWrapper,
  body .paginationBar {
    width: 290px;
  }
  body .siteWrapper footer,
  body .paginationBar footer {
    font-size: .5em;
    transform: none;
    left: auto;
    top: .5em;
    right: 0;
  }
}
@media (min-width: 576px) and (max-width: 768px), (min-width: 0px) and (max-width: 576px) {
  body {
    padding-top: 48px;
  }
  body .siteWrapper .cardSet .card,
  body .siteWrapper .paginationBar {
    margin-top: 32px;
  }
  body .siteWrapper footer {
    font-size: .5em;
  }
}
body footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  font-size: .75em;
  line-height: 1.5em;
  margin: -0.25em 0 0 2.75em;
  padding: .5em 1em .5em 2em;
  top: 0;
  left: 0;
  transform: translateY(-100%) translateX(-100%) rotate(-90deg);
  transform-origin: bottom right;
  background: linear-gradient(to left, #330099, #000000);
  border: 1px solid #919487;
  border-right-width: 0;
  border-radius: 2px;
  white-space: nowrap;
}
body footer:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  position: absolute;
  padding: 0;
  top: .3em;
  left: -0.9em;
  height: 1.8em;
  width: 1.8em;
  line-height: 1.5em;
  transform: rotate(45deg);
  background: #000000;
  border: 1px solid #919487;
  border-width: 1px 1px 0 0;
}
body footer cite em {
  margin-right: .3em;
}
body .siteWrapper {
  display: flex;
  flex-direction: column;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: Roboto Mono;
}
body h1 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: linear-gradient(to right, #4d4f48, #000000);
  padding: 8px 16px;
  font-size: 34px;
}
body h1 em {
  color: #c9f646;
}
body h2,
body p {
  font-family: Roboto;
  font-size: 21px;
  font-weight: normal;
}
body .hide {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  overflow: hidden;
  visibility: hidden;
  height: 0;
  width: 0;
  border: none;
  font-size: 1px;
}
body .show {
  opacity: 1;
  filter: alpha(opacity=100);
  position: relative;
  overflow: inherit;
  visibility: visible;
  height: auto;
  width: auto;
  border: none;
  font-size: inherit;
}
body .note {
  color: #919487;
}
body .cardSet {
  padding-bottom: 80px;
}
body .cardSet .card {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin: 40px 0 0;
  border: 1px solid #919487;
}
body .cardSet .card.divider {
  border-top: 5px solid green;
}
body .cardSet .card.hideDetails:hover,
body .cardSet .card.initHideDetails:hover {
  background: #4d4f48;
  color: #c9f646;
  border-color: #c9f646;
}
body .cardSet .card.hideDetails:hover .cardInfo,
body .cardSet .card.initHideDetails:hover .cardInfo {
  border-color: #c9f646;
}
body .cardSet .card.hideDetails:hover .cardInfo :nth-child(2),
body .cardSet .card.initHideDetails:hover .cardInfo :nth-child(2) {
  color: #c9f646;
}
body .cardSet .card.hideDetails .cardTitle::before,
body .cardSet .card.initHideDetails .cardTitle::before {
  font-family: Material Icons;
  content: '\e5c5';
  content: '\e5df';
}
body .cardSet .card.hideDetails .cardDetails,
body .cardSet .card.initHideDetails .cardDetails {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  overflow: hidden;
  visibility: hidden;
  height: 0;
  width: 0;
  border: none;
  font-size: 1px;
}
body .cardSet .card.hideDetails .cardDetails {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: AnimHide;
  animation-name: AnimHide;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  overflow: hidden;
  visibility: hidden;
  height: 0;
  width: 0;
  border: none;
  font-size: 1px;
}
body .cardSet .card.showDetails .cardDetails {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: AnimShow;
  animation-name: AnimShow;
  opacity: 1;
  filter: alpha(opacity=100);
  position: relative;
  overflow: inherit;
  visibility: visible;
  height: auto;
  width: auto;
  border: none;
  font-size: inherit;
  overflow: scroll;
}
body .cardSet .card .cardTitle {
  padding: 16px;
  text-indent: 1em;
}
body .cardSet .card .cardTitle::before {
  font-family: Material Icons;
  content: '\e5c5';
  position: absolute;
  font-size: 1.5em;
  margin-left: -1.6em;
}
body .cardSet .card .cardTitle:hover {
  cursor: pointer;
  background: #4d4f48;
  color: #c9f646;
}
body .cardSet .card .cardDetails {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  overflow: hidden;
  visibility: hidden;
  height: 0;
  width: 0;
  border: none;
  font-size: 1px;
}
body .cardSet .card .cardDetails,
body .cardSet .card .cardComments {
  padding: 0 .5em .25em;
  border: 1px dashed #919487;
  border-width: 1px 0 0 0;
  background: #eee;
  color: #333;
}
body .cardSet .card .cardDetails p,
body .cardSet .card .cardComments p {
  padding: .5em 0;
  font-size: .75em;
}
body .cardSet .card .cardDetails .callout,
body .cardSet .card .cardComments .callout {
  padding: 1em 0;
  text-align: center;
}
body .cardSet .card .cardComments {
  padding: 0;
  font-size: .75em;
  list-style: none;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: AnimShow;
  animation-name: AnimShow;
}
body .cardSet .card .cardComments.hide {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: AnimHide;
  animation-name: AnimHide;
}
body .cardSet .card .cardComments div,
body .cardSet .card .cardComments p,
body .cardSet .card .cardComments ul,
body .cardSet .card .cardComments li,
body .cardSet .card .cardComments strong {
  font-size: 1em;
}
body .cardSet .card .cardComments .cardComment {
  padding: .5em .5em .5em 1em;
  border: 1px solid #919487;
  border-width: 1px 0 0 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: AnimShow;
  animation-name: AnimShow;
}
body .cardSet .card .cardComments .cardComment.hide {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: AnimHide;
  animation-name: AnimHide;
}
body .cardSet .card .cardComments .cardComment .cardCommentTitle {
  font-weight: bold;
  cursor: pointer;
}
body .cardSet .card .cardComments .cardComment .cardCommentTitle:hover::before,
body .cardSet .card .cardComments .cardComment .cardCommentTitle:focus::before {
  background: #c9f646;
}
body .cardSet .card .cardComments .cardComment .cardCommentTitle::before {
  font-family: Material Icons;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  content: '\e145';
  vertical-align: bottom;
  margin-right: 1em;
  padding: .25em;
  font-size: .6em;
  border: 1px solid;
  content: '\e15b';
}
body .cardSet .card .cardComments .cardComment .cardCommentTitle.showContent::before {
  font-family: Material Icons;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  content: '\e145';
  vertical-align: bottom;
  margin-right: 1em;
  padding: .25em;
  font-size: .6em;
  border: 1px solid;
}
body .cardSet .card .cardComments .cardComment .cardCommentBody {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: AnimShow;
  animation-name: AnimShow;
  overflow: auto;
}
body .cardSet .card .cardComments .cardComment .cardCommentBody.hide {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: AnimHide;
  animation-name: AnimHide;
}
body .cardSet .card .cardComments .cardComment .cardCommentBody blockquote {
  padding-left: .5em;
  border-left: 1px solid;
  font-size: .75em;
  font-style: italic;
}
body .cardSet .card .cardComments .cardComment .cardComment {
  padding: 0 0 0 1em;
  margin: 0 0 0 0em;
  border-width: 0 0 0 1px;
}
body .cardSet .card .cardInfo {
  padding: 15px 16px 16px;
  border: 1px dashed #919487;
  border-width: 1px 0 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  cursor: pointer;
}
body .cardSet .card .cardInfo li {
  font-size: 12px;
}
body .cardSet .card .cardInfo :nth-child(1) {
  color: #c9f646;
}
body .cardSet .card .cardInfo :nth-child(1)::before {
  font-family: Material Icons;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  content: '\e145';
  vertical-align: bottom;
  margin-right: 1em;
  padding: .25em;
  font-size: .6em;
  border: 1px solid;
  color: #c9f646;
}
body .cardSet .card .cardInfo :nth-child(1).showing::before {
  font-family: Material Icons;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  content: '\e145';
  vertical-align: bottom;
  margin-right: 1em;
  padding: .25em;
  font-size: .6em;
  border: 1px solid;
  content: '\e15b';
}
body .cardSet .card .cardInfo :nth-child(2) {
  color: #919487;
}
body .paginationBar {
  position: fixed;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 40px 0 0;
  padding: 0.5em 0;
  bottom: 0;
  background: #000000;
}
body .paginationBar::before {
  content: '';
  position: fixed;
  margin-top: -0.5em;
  right: 0;
  left: 0;
  border: 1px solid #919487;
  border-width: 1px 0 0;
}
body .paginationBar li {
  display: inherit;
  padding: 0;
}
body .button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 16px 12px;
  font-family: Roboto Mono;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #919487;
  border-color: #919487;
  text-decoration: none;
  color: #919487;
}
body .button[href] {
  background: #c9f646;
  color: #000000;
  border: none;
}
body .button[href]:hover {
  background: #9bcc0f;
}
