/* html5doctor.com Reset v1.6.1 - http://cssreset.com */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

.row,
.row_body,
.rowcol_body,
.wrap_gamma,
.wrap_beta,
.wrap_alpha,
.area_content-single address,
.area_content-single blockquote,
.area_content-single dl,
.area_content-single ol,
.area_content-single ul,
.area_content-single fieldset,
.area_content-single form,
.area_content-single hr,
.area_content-single p,
.area_content-single pre,
.area_content-single table,
.area_content-single h1,
.area_content-single h2,
.area_content-single h3,
.area_content-single h4,
.area_content-single h5,
.area_content-single h6,
.area_content-single hgroup,
.single .entry-meta,
#respond,
header[role="banner"] nav,
header[role="banner"] ul,
li.feature-item figure,
.comment-form-inputs,
.comment-reply-header {
  *zoom: 1;
}

.row:after,
.row_body:after,
.rowcol_body:after,
.wrap_gamma:after,
.wrap_beta:after,
.wrap_alpha:after,
.area_content-single address:after,
.area_content-single blockquote:after,
.area_content-single dl:after,
.area_content-single ol:after,
.area_content-single ul:after,
.area_content-single fieldset:after,
.area_content-single form:after,
.area_content-single hr:after,
.area_content-single p:after,
.area_content-single pre:after,
.area_content-single table:after,
.area_content-single h1:after,
.area_content-single h2:after,
.area_content-single h3:after,
.area_content-single h4:after,
.area_content-single h5:after,
.area_content-single h6:after,
.area_content-single hgroup:after,
.single .entry-meta:after,
#respond:after,
header[role="banner"] nav:after,
header[role="banner"] ul:after,
li.feature-item figure:after,
.comment-form-inputs:after,
.comment-reply-header:after {
  content: " ";
  display: table;
  clear: both;
}

/*
https://developer.mozilla.org/en-US/docs/Web/HTML/Content_categories
https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5/HTML5_element_list
, */

@font-face {
  font-family: 'SimSun';
  font-style: normal;
  font-weight: normal;
  src: url("fonts/simsun-regular/simsun-regular.eot");
  src: url("fonts/simsun-regular/simsun-regulard41d.eot?#iefix") format("embedded-opentype"), url("fonts/simsun-regular/simsun-regular.html") format("woff"), url("fonts/simsun-regular/simsun-regular.svg#SimSun") format("svg"), url("fonts/simsun-regular/simsun-regular-2.html") format("truetype");
}

.blog main,
.single-post main,
.category main,
.page-id-173 main,
section.feature.blog {
  background-color: #F0F7F0;
}

.page-id-139 main,
.single-work main,
.tax-work_type main,
section.feature.works {
  background-color: #F7F7E9;
}

/* normalize.css v2.1.0 | MIT License | git.io/normalize */

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

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

img,
video,
figure {
  max-width: 100%;
  height: auto;
}

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

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  /* -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%; */
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

b,
strong {
  font-weight: bold;
}

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;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  outline: 0;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: 0;
  outline: none;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(../../../assets/js/boxsizing.html);
}

html,
body {
  height: 100%;
}

div.g-recaptcha {
  margin: 0 auto;
  width: 304px;
}

html {
  font-size: 100%;
  overflow-y: scroll;
}

body {
  color: #444444;
  background-color: #fff;
  font-family: "SimSun", Georgia, serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.625;
}

body em,
body i {
  font-style: italic;
}

body strong,
body b {
  font-weight: normal;
}

.col,
li.feature-item figure.two-up > a,
li.feature-item figure figcaption,
section.index li.work {
  float: left;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.row {
  margin-left: -1rem;
  margin-right: -1rem;
}

body,
.col_body,
.rowcol_body {
  margin-left: 2rem;
  margin-right: 2rem;
}

.row_body,
.rowcol_body {
  margin-left: -2rem;
  margin-right: -2rem;
}

@media (min-width: 31em) {
  html {
    font-size: 100%;
  }

  body,
  .col_body,
  .rowcol_body {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .row_body,
  .rowcol_body {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}

@media (min-width: 36em) {
  html {
    font-size: 100%;
  }

  body,
  .col_body,
  .rowcol_body {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .row_body,
  .rowcol_body {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}

@media (min-width: 48em) {
  html {
    font-size: 100%;
  }

  body,
  .col_body,
  .rowcol_body {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .row_body,
  .rowcol_body {
    margin-left: -4rem;
    margin-right: -4rem;
  }
}

@media (min-width: 68em) {
  html {
    font-size: 100%;
  }

  body,
  .col_body,
  .rowcol_body {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .row_body,
  .rowcol_body {
    margin-left: -4rem;
    margin-right: -4rem;
  }
}

@media (min-width: 81.6em) {
  html {
    font-size: 120%;
  }

  body,
  .col_body,
  .rowcol_body {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .row_body,
  .rowcol_body {
    margin-left: -4rem;
    margin-right: -4rem;
  }
}

.liner {
  position: relative;
}

img,
figure,
video {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

img.block,
figure.block,
video.block {
  display: block;
}

p.std,
ul.std,
ol.std,
dl.std,
.copy_std p,
.copy_std ul,
.copy_std ol,
.copy_std dl {
  font-size: 1rem;
  line-height: 1.625;
  margin-top: 1.5875em;
  margin-bottom: -0.4125em;
}

p.std:first-child,
ul.std:first-child,
ol.std:first-child,
dl.std:first-child,
p.std.first-child,
ul.std.first-child,
ol.std.first-child,
dl.std.first-child,
p.std.first,
ul.std.first,
ol.std.first,
dl.std.first,
.copy_std p:first-child,
.copy_std ul:first-child,
.copy_std ol:first-child,
.copy_std dl:first-child,
.copy_std p.first-child,
.copy_std ul.first-child,
.copy_std ol.first-child,
.copy_std dl.first-child,
.copy_std p.first,
.copy_std ul.first,
.copy_std ol.first,
.copy_std dl.first {
  margin-top: -0.4125em;
}

@media (min-width: 48em) {
  p.feature,
  ul.feature,
  ol.feature,
  dl.feature,
  .copy_feature p,
  .copy_feature ul,
  .copy_feature ol,
  .copy_feature dl {
    font-size: 1.25rem;
    line-height: 1.625;
    margin-top: 1.1875em;
    margin-bottom: -0.4125em;
  }

  p.feature:first-child,
  ul.feature:first-child,
  ol.feature:first-child,
  dl.feature:first-child,
  p.feature.first-child,
  ul.feature.first-child,
  ol.feature.first-child,
  dl.feature.first-child,
  p.feature.first,
  ul.feature.first,
  ol.feature.first,
  dl.feature.first,
  .copy_feature p:first-child,
  .copy_feature ul:first-child,
  .copy_feature ol:first-child,
  .copy_feature dl:first-child,
  .copy_feature p.first-child,
  .copy_feature ul.first-child,
  .copy_feature ol.first-child,
  .copy_feature dl.first-child,
  .copy_feature p.first,
  .copy_feature ul.first,
  .copy_feature ol.first,
  .copy_feature dl.first {
    margin-top: -0.4125em;
  }
}

p.micro,
ul.micro,
ol.micro,
dl.micro,
code,
pre,
blockquote,
address,
.copy_micro p,
.copy_micro ul,
.copy_micro ol,
.copy_micro dl {
  font-size: 0.875rem;
  line-height: 1.625;
  margin-top: 1.87321em;
  margin-bottom: -0.4125em;
}

p.micro:first-child,
ul.micro:first-child,
ol.micro:first-child,
dl.micro:first-child,
code:first-child,
pre:first-child,
blockquote:first-child,
address:first-child,
p.micro.first-child,
ul.micro.first-child,
ol.micro.first-child,
dl.micro.first-child,
code.first-child,
pre.first-child,
blockquote.first-child,
address.first-child,
p.micro.first,
ul.micro.first,
ol.micro.first,
dl.micro.first,
code.first,
pre.first,
blockquote.first,
address.first,
.copy_micro p:first-child,
.copy_micro ul:first-child,
.copy_micro ol:first-child,
.copy_micro dl:first-child,
.copy_micro p.first-child,
.copy_micro ul.first-child,
.copy_micro ol.first-child,
.copy_micro dl.first-child,
.copy_micro p.first,
.copy_micro ul.first,
.copy_micro ol.first,
.copy_micro dl.first {
  margin-top: -0.4125em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}

h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em,
h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
h6 i {
  font-style: italic;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b {
  font-weight: normal;
}

h1.uppercase,
h2.uppercase,
h3.uppercase,
h4.uppercase,
h5.uppercase,
h6.uppercase {
  text-transform: uppercase;
}

h1.std,
h2.std,
h3.std,
h4.std,
h5.std,
h6.std,
.copy_std h1,
.copy_std h2,
.copy_std h3,
.copy_std h4,
.copy_std h5,
.copy_std h6 {
  font-size: 1rem;
  line-height: 1.625;
  margin-top: 1.5875em;
  margin-bottom: -0.4125em;
}

h1.std:first-child,
h2.std:first-child,
h3.std:first-child,
h4.std:first-child,
h5.std:first-child,
h6.std:first-child,
h1.std.first-child,
h2.std.first-child,
h3.std.first-child,
h4.std.first-child,
h5.std.first-child,
h6.std.first-child,
h1.std.first,
h2.std.first,
h3.std.first,
h4.std.first,
h5.std.first,
h6.std.first,
.copy_std h1:first-child,
.copy_std h2:first-child,
.copy_std h3:first-child,
.copy_std h4:first-child,
.copy_std h5:first-child,
.copy_std h6:first-child,
.copy_std h1.first-child,
.copy_std h2.first-child,
.copy_std h3.first-child,
.copy_std h4.first-child,
.copy_std h5.first-child,
.copy_std h6.first-child,
.copy_std h1.first,
.copy_std h2.first,
.copy_std h3.first,
.copy_std h4.first,
.copy_std h5.first,
.copy_std h6.first {
  margin-top: -0.4125em;
}

h1.feature,
h2.feature,
h3.feature,
h4.feature,
h5.feature,
h6.feature,
.copy_feature h1,
.copy_feature h2,
.copy_feature h3,
.copy_feature h4,
.copy_feature h5,
.copy_feature h6 {
  font-size: 1.25rem;
  line-height: 1.625;
  margin-top: 1.1875em;
  margin-bottom: -0.4125em;
}

h1.feature:first-child,
h2.feature:first-child,
h3.feature:first-child,
h4.feature:first-child,
h5.feature:first-child,
h6.feature:first-child,
h1.feature.first-child,
h2.feature.first-child,
h3.feature.first-child,
h4.feature.first-child,
h5.feature.first-child,
h6.feature.first-child,
h1.feature.first,
h2.feature.first,
h3.feature.first,
h4.feature.first,
h5.feature.first,
h6.feature.first,
.copy_feature h1:first-child,
.copy_feature h2:first-child,
.copy_feature h3:first-child,
.copy_feature h4:first-child,
.copy_feature h5:first-child,
.copy_feature h6:first-child,
.copy_feature h1.first-child,
.copy_feature h2.first-child,
.copy_feature h3.first-child,
.copy_feature h4.first-child,
.copy_feature h5.first-child,
.copy_feature h6.first-child,
.copy_feature h1.first,
.copy_feature h2.first,
.copy_feature h3.first,
.copy_feature h4.first,
.copy_feature h5.first,
.copy_feature h6.first {
  margin-top: -0.4125em;
}

h1.micro,
h2.micro,
h3.micro,
h4.micro,
h5.micro,
h6.micro,
.copy_micro h1,
.copy_micro h2,
.copy_micro h3,
.copy_micro h4,
.copy_micro h5,
.copy_micro h6 {
  font-size: 0.875rem;
  line-height: 1.625;
  margin-top: 1.87321em;
  margin-bottom: -0.4125em;
}

h1.micro:first-child,
h2.micro:first-child,
h3.micro:first-child,
h4.micro:first-child,
h5.micro:first-child,
h6.micro:first-child,
h1.micro.first-child,
h2.micro.first-child,
h3.micro.first-child,
h4.micro.first-child,
h5.micro.first-child,
h6.micro.first-child,
h1.micro.first,
h2.micro.first,
h3.micro.first,
h4.micro.first,
h5.micro.first,
h6.micro.first,
.copy_micro h1:first-child,
.copy_micro h2:first-child,
.copy_micro h3:first-child,
.copy_micro h4:first-child,
.copy_micro h5:first-child,
.copy_micro h6:first-child,
.copy_micro h1.first-child,
.copy_micro h2.first-child,
.copy_micro h3.first-child,
.copy_micro h4.first-child,
.copy_micro h5.first-child,
.copy_micro h6.first-child,
.copy_micro h1.first,
.copy_micro h2.first,
.copy_micro h3.first,
.copy_micro h4.first,
.copy_micro h5.first,
.copy_micro h6.first {
  margin-top: -0.4125em;
}

hr {
  height: 1px;
  margin-top: 1.625rem;
  margin-top: 2rem;
}

.copy_std a,
.copy_feature a,
.copy_micro a {
  padding: 0.1rem 0;
  margin: -0.1rem 0;
  text-decoration: none;
  border-bottom: 1px solid #aaaaaa;
}

.copy_std a:hover,
.copy_std a:active,
.copy_feature a:hover,
.copy_feature a:active,
.copy_micro a:hover,
.copy_micro a:active {
  border-color: #1e16f4;
}

.copy_std ul,
.copy_feature ul,
.copy_micro ul {
  list-style-type: disc;
}

.copy_std ul.inline,
.copy_feature ul.inline,
.copy_micro ul.inline {
  list-style: none;
  padding-left: 0;
}

.copy_std ol,
.copy_feature ol,
.copy_micro ol {
  list-style-type: decimal;
}

.copy_std ul,
.copy_std ol,
.copy_feature ul,
.copy_feature ol,
.copy_micro ul,
.copy_micro ol {
  padding-left: 3rem;
  list-style-position: inside;
}

.copy_std ul li,
.copy_std ol li,
.copy_feature ul li,
.copy_feature ol li,
.copy_micro ul li,
.copy_micro ol li {
  margin-left: -3rem;
}

@media (min-width: 36em) {
  .copy_std ul,
  .copy_std ol,
  .copy_feature ul,
  .copy_feature ol,
  .copy_micro ul,
  .copy_micro ol {
    list-style-position: outside;
  }
}

.copy_std ul ul,
.copy_std ol ul,
.copy_feature ul ul,
.copy_feature ol ul,
.copy_micro ul ul,
.copy_micro ol ul {
  list-style-type: disc;
}

.copy_std ul ol,
.copy_std ol ol,
.copy_feature ul ol,
.copy_feature ol ol,
.copy_micro ul ol,
.copy_micro ol ol {
  list-style-type: lower-alpha;
}

.copy_std ul ul,
.copy_std ul ol,
.copy_std ol ul,
.copy_std ol ol,
.copy_feature ul ul,
.copy_feature ul ol,
.copy_feature ol ul,
.copy_feature ol ol,
.copy_micro ul ul,
.copy_micro ul ol,
.copy_micro ol ul,
.copy_micro ol ol {
  padding-left: 2rem;
  margin-top: 0.25em !important;
  margin-bottom: 0.25em !important;
}

.copy_std ul ul li,
.copy_std ul ol li,
.copy_std ol ul li,
.copy_std ol ol li,
.copy_feature ul ul li,
.copy_feature ul ol li,
.copy_feature ol ul li,
.copy_feature ol ol li,
.copy_micro ul ul li,
.copy_micro ul ol li,
.copy_micro ol ul li,
.copy_micro ol ol li {
  margin-left: 0;
}

.copy_std ul li,
.copy_std ol li,
.copy_feature ul li,
.copy_feature ol li,
.copy_micro ul li,
.copy_micro ol li {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.inline .copy_std li,
.inline .copy_std dt,
.inline .copy_std dd,
.inline .copy_feature li,
.inline .copy_feature dt,
.inline .copy_feature dd,
.inline .copy_micro li,
.inline .copy_micro dt,
.inline .copy_micro dd {
  display: inline;
  margin: 0;
}

.inline-block .copy_std li,
.inline-block .copy_std dt,
.inline-block .copy_std dd,
.inline-block .copy_feature li,
.inline-block .copy_feature dt,
.inline-block .copy_feature dd,
.inline-block .copy_micro li,
.inline-block .copy_micro dt,
.inline-block .copy_micro dd {
  display: inline-block;
  margin: 0;
}

.copy_std dl,
.copy_feature dl,
.copy_micro dl {
  margin-left: 0;
  padding-left: 0;
}

.copy_std code,
.copy_feature code,
.copy_micro code {
  padding: 0.25rem;
  margin: -0.25rem;
  border-radius: 0.25rem;
}

.copy_std pre,
.copy_feature pre,
.copy_micro pre {
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}

.copy_std code,
.copy_std pre,
.copy_feature code,
.copy_feature pre,
.copy_micro code,
.copy_micro pre {
  font-family: Monaco, monospace;
  background-color: #fcfcfc;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.wp-caption {
  margin-top: 2rem;
}

.wp-caption:first-child {
  margin-top: 0;
}

main {
  padding-top: 5rem;
  background-color: #ebebeb;
}

footer[role="contentinfo"] {
  background-color: #fff;
  border-top: 1px solid #222222;
}

footer[role="contentinfo"] .liner {
  padding-bottom: 3rem;
  padding-top: 2rem;
}

@media (min-width: 48em) {
  footer[role="contentinfo"] .liner {
    padding-bottom: 4.5rem;
    padding-top: 3rem;
  }
}

footer[role="contentinfo"] .col,
footer[role="contentinfo"] li.feature-item figure.two-up > a,
li.feature-item footer[role="contentinfo"] figure.two-up > a,
footer[role="contentinfo"] li.feature-item figure figcaption,
li.feature-item figure footer[role="contentinfo"] figcaption {
  width: 33.33333%;
}

footer[role="contentinfo"] .col:nth-child(2),
footer[role="contentinfo"] li.feature-item figure.two-up > a:nth-child(2),
li.feature-item footer[role="contentinfo"] figure.two-up > a:nth-child(2),
footer[role="contentinfo"] li.feature-item figure figcaption:nth-child(2),
li.feature-item figure footer[role="contentinfo"] figcaption:nth-child(2) {
  text-align: center;
}

footer[role="contentinfo"] .col:nth-child(3),
footer[role="contentinfo"] li.feature-item figure.two-up > a:nth-child(3),
li.feature-item footer[role="contentinfo"] figure.two-up > a:nth-child(3),
footer[role="contentinfo"] li.feature-item figure figcaption:nth-child(3),
li.feature-item figure footer[role="contentinfo"] figcaption:nth-child(3) {
  text-align: right;
}

.wrap_gamma {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 36em) {
  .wrap_gamma {
    max-width: 60rem;
  }
}

.wrap_beta {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 36em) {
  .wrap_beta {
    max-width: 40rem;
  }
}

.wrap_alpha,
.area_content-single address,
.area_content-single blockquote,
.area_content-single dl,
.area_content-single ol,
.area_content-single ul,
.area_content-single fieldset,
.area_content-single form,
.area_content-single hr,
.area_content-single p,
.area_content-single pre,
.area_content-single table,
.area_content-single h1,
.area_content-single h2,
.area_content-single h3,
.area_content-single h4,
.area_content-single h5,
.area_content-single h6,
.area_content-single hgroup,
.single .entry-meta,
#respond {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 36em) {
  .wrap_alpha,
  .area_content-single address,
  .area_content-single blockquote,
  .area_content-single dl,
  .area_content-single ol,
  .area_content-single ul,
  .area_content-single fieldset,
  .area_content-single form,
  .area_content-single hr,
  .area_content-single p,
  .area_content-single pre,
  .area_content-single table,
  .area_content-single h1,
  .area_content-single h2,
  .area_content-single h3,
  .area_content-single h4,
  .area_content-single h5,
  .area_content-single h6,
  .area_content-single hgroup,
  .single .entry-meta,
  #respond {
    max-width: 30rem;
  }
}

.edit-post-link {
  position: absolute;
  right: 0;
  top: 0;
}

.edit-post-link a {
  color: #ccc;
}

.fixed-area,
ul.site-menu > .menu-item {
  border-bottom: 1px solid #222222;
  background-color: #fff;
  height: 5rem;
  line-height: 5rem;
  position: absolute;
  width: 100%;
}

header[role="banner"] {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
  font-size: 1.05rem;
}

header[role="banner"] h1,
header[role="banner"] ul,
header[role="banner"] li,
header[role="banner"] a {
  text-transform: none;
  font-size: 1em;
}

header[role="banner"] nav {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.fixed-area {
  z-index: 10;
}

.title-area {
  text-align: right;
  display: none;
}

@media (min-width: 36em) {
  .title-area {
    display: block;
    width: 80%;
  }
}

@media (min-width: 48em) {
  .title-area {
    text-align: center;
    width: 60%;
  }
}

.title-area h1 {
  font-size: 1rem;
  margin: 0;
  line-height: 5rem;
  height: 5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 36em) {
  .menu-toggle-area,
  .filter-toggle-area {
    width: 20%;
  }
}

.filter-toggle-area {
  display: none;
  text-align: right;
}

@media (min-width: 48em) {
  .filter-toggle-area {
    display: block;
    width: 20%;
  }
}

nav[role="navigation"] .row {
  position: relative;
}

nav[role="navigation"] .row .col,
nav[role="navigation"] .row li.feature-item figure.two-up > a,
li.feature-item nav[role="navigation"] .row figure.two-up > a,
nav[role="navigation"] .row li.feature-item figure figcaption,
li.feature-item figure nav[role="navigation"] .row figcaption {
  border-right: 1px solid #222222;
}

nav[role="navigation"] .row .col:first-child,
nav[role="navigation"] .row li.feature-item figure.two-up > a:first-child,
li.feature-item nav[role="navigation"] .row figure.two-up > a:first-child,
nav[role="navigation"] .row li.feature-item figure figcaption:first-child,
li.feature-item figure nav[role="navigation"] .row figcaption:first-child {
  text-align: left;
}

nav[role="navigation"] .row .col:last-child,
nav[role="navigation"] .row li.feature-item figure.two-up > a:last-child,
li.feature-item nav[role="navigation"] .row figure.two-up > a:last-child,
nav[role="navigation"] .row li.feature-item figure figcaption:last-child,
li.feature-item figure nav[role="navigation"] .row figcaption:last-child {
  text-align: right;
  border: none;
}

nav[role="navigation"] .row-one .col,
nav[role="navigation"] .row-one li.feature-item figure.two-up > a,
li.feature-item nav[role="navigation"] .row-one figure.two-up > a,
nav[role="navigation"] .row-one li.feature-item figure figcaption,
li.feature-item figure nav[role="navigation"] .row-one figcaption {
  width: 33.33333%;
}

nav[role="navigation"] .row-two .col,
nav[role="navigation"] .row-two li.feature-item figure.two-up > a,
li.feature-item nav[role="navigation"] .row-two figure.two-up > a,
nav[role="navigation"] .row-two li.feature-item figure figcaption,
li.feature-item figure nav[role="navigation"] .row-two figcaption {
  width: 33.33333%;
}

nav[role="navigation"] .row-two .col:first-child,
nav[role="navigation"] .row-two li.feature-item figure.two-up > a:first-child,
li.feature-item nav[role="navigation"] .row-two figure.two-up > a:first-child,
nav[role="navigation"] .row-two li.feature-item figure figcaption:first-child,
li.feature-item figure nav[role="navigation"] .row-two figcaption:first-child {
  width: 66.66667%;
  border-style: dashed;
}

nav[role="navigation"] .row-three {
  position: relative;
}

p.menu-title {
  margin: 0;
  padding: 0;
  height: 5rem;
  line-height: 5rem;
}

ul.site-menu {
  overflow: hidden;
  margin: 0;
  padding-left: 0;
  display: block;
  list-style: none;
}

ul.site-menu a {
  display: block;
}

ul.site-menu li {
  position: relative;
}

ul.site-menu > .menu-item:nth-child(1) {
  z-index: 3;
  -webkit-transition: top 0.04s 0.08s steps(1, end);
  transition: top 0.04s 0.08s steps(1, end);
}

ul.site-menu.open > .menu-item:nth-child(1) {
  top: 5rem;
  -webkit-transition: top 0.04s steps(1, end);
  transition: top 0.04s steps(1, end);
}

ul.site-menu.open > .menu-item:nth-child(1) .wrap_gamma {
  opacity: 1;
  -webkit-transition: opacity 0.08s 0.16s linear;
  transition: opacity 0.08s 0.16s linear;
}

ul.site-menu > .menu-item:nth-child(2) {
  z-index: 2;
  -webkit-transition: top 0.08s 0.08s steps(2, end);
  transition: top 0.08s 0.08s steps(2, end);
}

ul.site-menu.open > .menu-item:nth-child(2) {
  top: 10rem;
  -webkit-transition: top 0.08s steps(2, end);
  transition: top 0.08s steps(2, end);
}

ul.site-menu.open > .menu-item:nth-child(2) .wrap_gamma {
  opacity: 1;
  -webkit-transition: opacity 0.08s 0.16s linear;
  transition: opacity 0.08s 0.16s linear;
}

ul.site-menu > .menu-item:nth-child(3) {
  z-index: 1;
  -webkit-transition: top 0.12s 0.08s steps(3, end);
  transition: top 0.12s 0.08s steps(3, end);
}

ul.site-menu.open > .menu-item:nth-child(3) {
  top: 15rem;
  -webkit-transition: top 0.12s steps(3, end);
  transition: top 0.12s steps(3, end);
}

ul.site-menu.open > .menu-item:nth-child(3) .wrap_gamma {
  opacity: 1;
  -webkit-transition: opacity 0.08s 0.16s linear;
  transition: opacity 0.08s 0.16s linear;
}

ul.site-menu > .menu-item:nth-child(4) {
  z-index: 0;
  -webkit-transition: top 0.16s 0.08s steps(4, end);
  transition: top 0.16s 0.08s steps(4, end);
}

ul.site-menu.open > .menu-item:nth-child(4) {
  top: 20rem;
  -webkit-transition: top 0.16s steps(4, end);
  transition: top 0.16s steps(4, end);
}

ul.site-menu.open > .menu-item:nth-child(4) .wrap_gamma {
  opacity: 1;
  -webkit-transition: opacity 0.08s 0.16s linear;
  transition: opacity 0.08s 0.16s linear;
}

ul.site-menu > .menu-item {
  z-index: 9;
  display: inline-block;
  top: 0;
  overflow: hidden;
}

ul.site-menu > .menu-item .wrap_gamma {
  opacity: 0;
  position: relative;
  -webkit-transition: opacity 0.08s linear;
  transition: opacity 0.08s linear;
}

ul.site-menu .row-two .sub-menu .sub-menu {
  text-align: right;
  display: none;
}

@media (min-width: 48em) {
	ul.site-menu .row-two .sub-menu .sub-menu {
		display: block;
	}
}

ul.site-menu .row-two .sub-menu .submenu li {
  margin-right: 2rem;
}

ul.site-menu li.third .sub-menu {
  margin-left: 12.5%;
  width: 87.5%;
  display: none;
  text-align: right;
  overflow: hidden;
  font-size: 0px;
}

@media (min-width: 48em) {
  ul.site-menu li.third .sub-menu {
    display: block;
  }
}

ul.site-menu li.third .sub-menu a {
  color: #888;
}

ul.site-menu li.third .sub-menu li {
  text-align: right;
  margin-left: 5%;
  font-size: 1.05rem;
  display: inline-block;
}

.sub-menu .sub-menu {
  display: inline-block;
  width: auto;
  right: 0;
  padding-right: 2rem;
}

.sub-menu .sub-menu a {
  color: #888;
}

.sub-menu .sub-menu li {
  margin-left: 3rem;
}

ul.sub-menu {
  list-style-type: none;
  display: none;
  position: absolute;
  top: 0;
  padding-left: 0;
  margin: 0;
  text-align: center;
  width: 100%;
}

.open ul.sub-menu {
  display: block;
}

@media (max-width: 48em) {
  ul.sub-menu {
    display: none;
  }
}

ul.sub-menu > .menu-item {
  display: inline-block;
  text-align: center;
}

ul.sub-menu span[class|="lang"].active {
  display: none;
}

ul.sub-menu .sub-menu {
  display: block;
}

nav.prev-next {
  display: block;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #aaaaaa;
}

@media (min-width: 36em) {
  nav.prev-next {
    border: none;
    margin: 0;
    padding: 0;
    height: 0;
    width: 0;
  }
}

@media (min-width: 36em) {
  .prev-next .page-prev,
  .prev-next .page-next {
    top: 50%;
    margin: 0;
    display: block;
    height: 3em;
    line-height: 3em;
  }
}

.prev-next a {
  text-transform: none;
  border: none;
}

.prev-next .page-prev {
  position: relative;
  float: left;
}

.prev-next .page-prev .meta-nav:before {
  content: "\2190\0020";
}

@media (min-width: 36em) {
  .prev-next .page-prev {
    position: fixed;
    left: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: rotate(-90deg) translate(-50%, 0);
    -ms-transform: rotate(-90deg) translate(-50%, 0);
    transform: rotate(-90deg) translate(-50%, 0);
  }

  .prev-next .page-prev .meta-nav:before {
    content: "\2191\0020";
  }
}

.prev-next .page-next {
  position: relative;
  float: right;
}

.prev-next .page-next .meta-nav:after {
  content: "\0020\2192";
}

@media (min-width: 36em) {
  .prev-next .page-next {
    position: fixed;
    right: 0;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: rotate(90deg) translate(50%, 0);
    -ms-transform: rotate(90deg) translate(50%, 0);
    transform: rotate(90deg) translate(50%, 0);
  }

  .prev-next .page-next .meta-nav:after {
    content: "\0020\2191";
  }
}

section.feature {
  padding-bottom: 3rem;
  padding-top: 2rem;
  border-bottom: 1px solid #222222;
}

@media (min-width: 48em) {
  section.feature {
    padding-bottom: 4.5rem;
    padding-top: 3rem;
  }
}

section.feature:last-child {
  border: none;
}

section.feature ul.features {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

section.feature article {
  margin-top: 2rem;
}

@media (min-width: 48em) {
  section.feature article {
    margin-top: 3rem;
  }
}

.blog section.feature {
  border: none;
}

li.feature-item {
  width: 100%;
}

li.feature-item figure img {
  display: inline-block;
}

li.feature-item figure > a,
li.feature-item figure .item-categories a,
li.feature-item figure .item-title a {
  text-align: center;
  text-decoration: none;
  border: none;
  display: block;
}

@media (min-width: 36em) {
  li.feature-item figure.two-up > a,
  li.feature-item figure figcaption {
    width: 50%;
  }
}

li.feature-item figure figcaption {
  margin-top: 2rem;
}

@media (min-width: 36em) {
  li.feature-item figure figcaption {
    margin-top: 0;
  }
}

li.feature-item .item-categories {
  list-style: none;
  padding-left: 0;
}

li.feature-item .item-categories,
li.feature-item .item-title {
  text-align: center;
}

li.feature-item .category {
  margin-left: 0;
  display: inline-block;
}

li.feature-item .item-permalink {
  margin-top: 2rem;
  margin-bottom: 0;
}

.slider-prevnext {
  display: none;
}

ul.index,
ol.index {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

section.index ol.index.works {
  padding-bottom: 2rem;
}

@media (min-width: 36em) {
  section.index ol.index.works::before {
    content: "2 .col";
    display: none;
  }

  section.index ol.index.works .col,
  section.index ol.index.works li.feature-item figure.two-up > a,
  li.feature-item section.index ol.index.works figure.two-up > a,
  section.index ol.index.works li.feature-item figure figcaption,
  li.feature-item figure section.index ol.index.works figcaption {
    width: 50%;
  }
}

@media (min-width: 48em) {
  section.index ol.index.works::before {
    content: "3 .col";
    display: none;
  }

  section.index ol.index.works .col,
  section.index ol.index.works li.feature-item figure.two-up > a,
  li.feature-item section.index ol.index.works figure.two-up > a,
  section.index ol.index.works li.feature-item figure figcaption,
  li.feature-item figure section.index ol.index.works figcaption {
    width: 33.33333%;
  }
}

@media (min-width: 48em) {
  section.index ol.index.works {
    padding-bottom: 3rem;
  }
}

section.index .entry-main {
  position: relative;
}

section.index article {
  position: relative;
}

section.index .entry-thumbnail {
  text-align: center;
}

section.index .entry-thumbnail a {
  margin: 0;
  padding: 0;
  border: none;
}

/* thumbnail settings */
section.index .entry-thumbnail img {
  max-height: 60vh;
  width: auto;
  padding-bottom: 0rem;
  border-radius: 0.25rem;
  /* -webkit-mask-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
      mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0)); */
}

@media (min-width: 48em) {
  section.index .entry-thumbnail img {
    padding-bottom: 0rem;
  }
}

@media (min-width: 68em) {
  section.index .entry-meta {
    margin: 0;
    height: 0;
  }
}

@media (max-width: 68em) {
  section.index .entry-meta {
    margin-top: -0.4125em;
  }
}

@media (min-width: 68em) {
  section.index .entry-meta .entry-date,
  section.index .entry-meta .entry-categories {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 !important;
    height: 0.8em !important;
    line-height: 0.8em !important;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(-90deg) translateX(-100%);
    -ms-transform: rotate(-90deg) translateX(-100%);
    transform: rotate(-90deg) translateX(-100%);
  }
}

section.index .entry-meta .entry-categories {
  width: 100%;
  text-align: right;
}

section.index .entry-meta .entry-categories:before {
  content: "\2003\2014\2003";
}

@media (min-width: 68em) {
  section.index .entry-meta .entry-categories {
    left: 2rem;
  }

  section.index .entry-meta .entry-categories:before {
    content: '';
  }
}

@media (max-width: 68em) {
  section.index .entry-title {
    margin-top: 1.5875em;
  }
}

section.index .entry-permalink {
  margin-top: 2rem;
  margin-bottom: 0;
}

section.index li.post {
  border-bottom: 1px solid #222222;
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.page-lavapolis section.index li.post:first-child {
  border-top: 1px solid #222222;
}

section.index li.post:last-child {
  border-bottom: none;
}

@media (min-width: 48em) {
  section.index li.post {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}

section.index li.post .entry-meta a {
  text-decoration: none;
}

section.index li.post .entry-content a {
  text-decoration: none;
  border: none;
}

section.index li.work {
  width: 100%;
}

@media (min-width: 36em) {
  section.index li.work {
    width: 50%;
  }
}

@media (min-width: 48em) {
  section.index li.work {
    width: 33.33333%;
  }
}

@media (min-width: 68em) {
  section.index li.work {
    width: 25%;
  }
}

/* card settings */
section.index li.work article {
  margin-top: 2rem;
  border-radius: 0.25rem;
  border: 1px solid #222222;
  padding: 1rem 0.5rem;
  text-align: center;
}

section.index li.work article a {
  text-decoration: none;
  border: none;
}


@media (min-width: 36em) {
  section.index li.work article {
    position: relative;
    -webkit-transition: top 0.125s;
    transition: top 0.125s;
    top: 0;
  }

  section.index li.work article:hover {
    border-color: #1e16f4;
    top: -0.5rem;
    cursor: pointer;
  }
}

section.index li.work article .entry-content {
  margin-top: 2rem;
}

section.single {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

@media (min-width: 48em) {
  section.single {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}

section.single article {
  position: relative;
}

section.single .entry-header,
section.single .entry-main,
section.single .entry-footer {
  position: relative;
}

section.single .entry-header {
  padding-bottom: 2rem;
}

@media (min-width: 48em) {
  section.single .entry-header {
    padding-bottom: 3rem;
  }
}

section.single .entry-header figure {
  display: block;
}

section.single .entry-main figure {
  margin-top: 2rem; /* modified */
}

section.single .entry-main figure figcaption {
  font-style: italic;
  margin-top: 0.4em;
  margin-bottom: -1em;
}

section.single .entry-thumbnail img {
  max-height: 60vh;
  width: auto;
}

.area_content-single {
  padding-top: 0;
}

.area_content-single p:last-child {
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #aaaaaa;
}

.page-lavapolis .area_content-single p:last-child {
  border-bottom: none;
}

figure.aligncenter {
  text-align: center;
}

figure.alignright {
  text-align: right;
}

figure.oembed {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 36em) {
  figure.oembed {
    max-width: 30rem;
  }
}

@media (min-width: 68em) {
  figure.oembed {
    max-width: 40rem;
  }
}

.entry-header {
  text-align: center;
}

.single .entry-header figure {
  margin-top: 0 !important;
}

.single .entry-content {
  margin-top: 1.6rem;
}

@media (min-width: 48em) {
  .single .entry-content {
    margin-top: 0;
  }
}

.single .entry-footer {
  padding-top: 3rem;
}

.single .entry-footer .entry-meta {
  max-width: 30rem;
}

.single .entry-meta {
  position: relative;
}

@media (min-width: 48em) {
  .single .entry-meta {
    max-width: 60rem;
  }
}

.single .entry-meta a {
  text-decoration: none;
}

@media (min-width: 48em) {
  .single .entry-meta.upper {
    width: 100%;
    text-align: right;
    position: absolute;
    left: 0;
    margin: 0 !important;
    height: 0.8em !important;
    line-height: 0.8em !important;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(-90deg) translateX(-100%);
    -ms-transform: rotate(-90deg) translateX(-100%);
    transform: rotate(-90deg) translateX(-100%);
  }
}

.single .entry-categories:after {
  content: "\2002\2014\2002";
}

.wp-caption .wp-caption-text {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.5rem;
  font-style: italic;
}

ul.related-content-list {
  margin-top: 1.5rem;
}

.entry-tags,
.entry-links,
.entry-credits,
.entry-files {
  margin-top: 3rem;
}

ul.entry-tags {
  margin-top: 0;
}

ul.entry-tags ul.tags {
  margin-top: 0;
}

ul.entry-tags .tag {
  font-size: 0.9rem;
  padding: 0 0.5em;
  border: 1px solid #aaaaaa;
  border-radius: 0.25em;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  white-space: nowrap;
  border-left: none;
  position: relative;
  height: 2em !important;
  line-height: 2em !important;
  display: inline-block;
  margin-right: 1rem;
  margin-left: 1rem;
  margin-top: 2rem;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

ul.entry-tags .tag:hover,
ul.entry-tags .tag:active {
  border-color: #1e16f4;
}

ul.entry-tags .tag:hover:after,
ul.entry-tags .tag:active:after {
  border-color: #1e16f4;
}

ul.entry-tags .tag a {
  text-decoration: none;
  border: none;
}

ul.entry-tags .tag:after {
  content: "";
  position: absolute;
  width: 1.41423em;
  height: 1.41423em;
  display: block;
  border: 1px solid #aaaaaa;
  border-top: none;
  border-right: none;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  left: 0;
  top: -1px;
}

.entry-credits dt {
  float: left;
}

.entry-credits dd {
  width: 67%;
  float: right;
}

.entry-credits dt,
.entry-credits dd {
  margin-top: 0.5em;
  font-weight: normal;
}

.entry-credits dt:first-of-type,
.entry-credits dd:first-of-type {
  margin-top: 0;
}

.entry-links dt {
  margin-top: 1em;
}

.entry-links dd {
  margin-left: 0;
}

.entry-links dt,
.entry-links dd {
  font-weight: normal;
}

.entry-files dt {
  position: relative;
  margin-top: 1em;
}

.entry-files dt a {
  border: none;
  position: relative;
}

.entry-files dt a:before {
  content: "";
  display: block;
  position: absolute;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid #aaaaaa;
  left: -3.5rem;
  border-radius: 0.25em;
  top: 0.12187rem;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.entry-files dt a:hover:before,
.entry-files dt a:active:before {
  border-color: #1e16f4;
}

.entry-files dt a:after {
  content: "\2193";
  display: block;
  position: absolute;
  left: -2.6em;
  top: 0.65rem;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.entry-files dt a:hover:after,
.entry-files dt a:active:after {
  color: #1e16f4;
}

.entry-files dt,
.entry-files dd {
  font-weight: normal;
  margin-left: 3.5rem;
}

section.comments {
  padding-bottom: 3rem;
}

section.comments ol.comment-list,
section.comments ol.children {
  list-style: none;
  position: relative;
}

section.comments li.comment {
  border: 1px solid #aaaaaa;
  margin-top: 2rem;
  padding: 1em;
  border-radius: 0.5em;
  background-color: whitesmoke;
}

ol.children .comment-author:before {
  content: "\21b3\2003";
}

ol.children li.depth-2 {
  margin-left: 1rem;
}

ol.children li.depth-3 {
  margin-left: 2rem;
}

ol.children li.depth-4 {
  margin-left: 3rem;
}

ol.children li.depth-5 {
  margin-left: 4rem;
}

@media (min-width: 48em) {
  ol.children li {
    margin-left: 0;
    position: relative;
  }

  ol.children li.depth-2 {
    left: 1rem;
    margin-left: 0;
  }

  ol.children li.depth-3 {
    left: 2rem;
    margin-left: 0;
  }

  ol.children li.depth-4 {
    left: 3rem;
    margin-left: 0;
  }

  ol.children li.depth-5 {
    left: 4rem;
    margin-left: 0;
  }
}

.comment-meta .comment-author {
  float: left;
  margin-bottom: 1.625em;
}

.comment-meta .comment-date {
  float: right;
  margin-bottom: 1.625em;
}

.comment-meta .comment-date .time {
  display: none;
}

@media (min-width: 36em) {
  .comment-meta .comment-date .time {
    display: inline;
  }
}

.comment-meta:after {
  content: "";
  display: table;
  clear: both;
}

.comment-content {
  margin-bottom: 2.625em;
}

.comment-reply {
  position: relative;
}

.comment-reply a {
  position: absolute;
  right: 0;
  bottom: 0;
}

.comment-reply a:before {
  content: "\2193\2002";
}

#respond {
  text-align: center;
}

.comment-list #respond {
  text-align: left;
}

#commentform {
  margin-top: 3rem;
  display: none;
}

.comment-list #commentform {
  margin-top: 1rem;
  display: block;
}

#commentform input,
#commentform textarea {
  background-color: whitesmoke;
}

#commentform input:focus,
#commentform textarea:focus {
  background-color: #fff;
}

#respond #commentform input,
#respond #commentform textarea {
  background-color: #fff;
}

.comment-form-inputs {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.comment-form-inputs .input {
  width: 50%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  float: left;
}

.comment-form-author,
.comment-form-email {
  outline: none;
  -webkit-appearance: none;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0.25em;
  margin-top: 1rem;
  padding: 0.6em;
  width: 100%;
  margin: 0;
}

.comment-reply-title {
  border-color: #aaaaaa !important;
  margin-top: 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
}

.comment-list .comment-reply-title {
  display: none;
}

.comment-reply-title:hover,
.comment-reply-title:active {
  color: #1e16f4;
  border-color: #1e16f4 !important;
}

.comment-list .cancel-comment-reply a {
  border-color: #aaaaaa !important;
  background-color: #fff !important;
  display: block;
  margin-top: 1.5rem;
  float: right;
  padding-right: 1rem;
}

.comment-list .cancel-comment-reply a:hover,
.comment-list .cancel-comment-reply a:active {
  border-color: #1e16f4 !important;
}

.logged-in-notice {
  font-size: 0.9rem;
  text-align: right;
  color: #888888;
}

.logged-in-notice a {
  color: #888888;
  padding: 0.1em 0;
  margin: -0.1em 0;
  text-decoration: none;
  border-bottom: 1px solid #aaaaaa;
}

.logged-in-notice a:hover,
.logged-in-notice a:active {
  color: #1e16f4;
  border-color: #1e16f4;
}

.comment-notes {
  display: none;
}

.form-allowed-tags {
  display: none;
}

.form-submit {
  text-align: center;
}

.comment-form-comment {
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0.33em;
  margin-top: 1em;
  padding: 0.6em;
}

.comment-form-submit {
  border-color: #aaaaaa !important;
  margin-top: 2rem;
  background: none;
  padding: 0.6rem !important;
}

.comment-form-submit.reply {
  display: none;
}

.comment-list .comment-form-submit {
  display: none;
  margin-top: 1.5rem;
}

.comment-list .comment-form-submit.reply {
  display: inline-block;
}

.comment-form-submit:hover,
.comment-form-submit:active {
  color: #1e16f4;
  border-color: #1e16f4 !important;
}

.waypoint-container,
.aside-container {
  width: 100%;
}

.waypoint-container {
  display: none;
}

.aside {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
  width: 15em;
  color: #eee;
  position: fixed;
  z-index: 10;
  display: none;
  -webkit-transition-property: top, right, bottom, left, -webkit-transform;
  transition-property: top, right, bottom, left, transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transform: translate3d(-50%, -150px, 0);
  -ms-transform: translate3d(-50%, -150px, 0);
  transform: translate3d(-50%, -150px, 0);
  left: 50%;
  top: 50%;
  pointer-events: auto;
}

.aside .date {
  float: right;
}

.aside .tweet_content,
.aside .link_content {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.aside .link_header {
  text-transform: uppercase;
}

@media (min-width: 48em) {
  .aside {
    width: 20em;
  }
}

.aside a {
  color: #eee;
  text-decoration: none;
}

.aside a:hover {
  color: #ccc;
}

@media (max-width: 36em) {
  .aside {
    display: none !important;
  }
}

.aside h4 {
  height: 1rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.aside h4 a.dismiss {
  float: right;
  display: none;
  border-left: 1px solid #fff;
  margin: -1.25rem;
  height: 3.5rem;
  width: 3.5rem;
  padding: 1.25rem;
  position: relative;
  -webkit-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
  border-top-right-radius: 0.5em;
}

.aside h4 a.dismiss:active {
  background-color: #fff;
  color: blue;
  -webkit-transition: none;
  transition: none;
}

.aside h4 a.dismiss span:before {
  content: "";
  display: block;
  height: 1px;
  width: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translatex(-20%);
  -ms-transform: translatex(-20%);
  transform: translatex(-20%);
}

.aside h4 a.dismiss span.clicked:before {
  display: none;
}

.aside.out-top,
.aside.out-right,
.aside.out-left,
.aside.out-bottom {
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.aside.dismiss-top,
.aside.dismiss-right,
.aside.dismiss-left,
.aside.dismiss-bottom {
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.aside.out-top,
.aside.dismiss-top {
  top: -20% !important;
  -webkit-transform: translate3d(-50%, -100%, 0) !important;
  -ms-transform: translate3d(-50%, -100%, 0) !important;
  transform: translate3d(-50%, -100%, 0) !important;
}

.aside.out-right,
.aside.dismiss-right {
  left: 120% !important;
  -webkit-transform: translate3d(0%, -150px, 0) !important;
  -ms-transform: translate3d(0%, -150px, 0) !important;
  transform: translate3d(0%, -150px, 0) !important;
}

.aside.out-left,
.aside.dismiss-left {
  left: -20% !important;
  -webkit-transform: translate3d(-100%, -150px, 0) !important;
  -ms-transform: translate3d(-100%, -150px, 0) !important;
  transform: translate3d(-100%, -150px, 0) !important;
}

.aside.out-bottom,
.aside.dismiss-bottom {
  top: 120% !important;
  -webkit-transform: translate3d(-50%, 0%, 0) !important;
  -ms-transform: translate3d(-50%, 0%, 0) !important;
  transform: translate3d(-50%, 0%, 0) !important;
}

.aside-content {
  background-color: #1e16f4;
  padding: 1.25rem 1.5rem 1.5rem;
  border-bottom-right-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
  margin-top: -1px;
}

.aside-header {
  border-top-right-radius: 0.5em;
  border-top-left-radius: 0.5em;
  background-color: #1e16f4;
  border-bottom: 2px solid #fff;
  padding: 1.25rem;
}

.aside-toggle {
  background-color: #1e16f4;
  width: 4.5em;
  height: 4.5em;
  border-radius: 50%;
  position: relative;
  margin: 1.5em auto 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.aside-toggle:before,
.aside-toggle:after {
  content: '';
  display: block;
  width: 70%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
}

.aside-toggle:before {
  -webkit-transform: rotate(45deg) scale(1, 1.41);
  -ms-transform: rotate(45deg) scale(1, 1.41);
  transform: rotate(45deg) scale(1, 1.41);
}

.aside-toggle:after {
  -webkit-transform: rotate(-45deg) scale(1, 1.41);
  -ms-transform: rotate(-45deg) scale(1, 1.41);
  transform: rotate(-45deg) scale(1, 1.41);
}

.aside-toggle.off {
  -webkit-transition-property: width, height, margin-top;
  transition-property: width, height, margin-top;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  width: 0;
  height: 0;
  margin-top: 3.75em;
}

.aside-toggle.off:before,
.aside-toggle.off:after {
  -webkit-transform: rotate(0) scale(1, 1);
  -ms-transform: rotate(0) scale(1, 1);
  transform: rotate(0) scale(1, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}

.waypoint-container,
.waypoint,
.spacer {
  width: 10px;
  background: none;
}

.waypoint {
  height: 0;
}

.waypoint-spacer {
  height: 0;
}

.distraction {
  font-size: 0.875rem;
  margin-top: 1em;
  width: 20em;
  color: #fff;
  max-height: 50em;
  overflow: hidden;
}

.distraction.inactive {
  -webkit-transition-property: max-height;
  transition-property: max-height;
  max-height: 0em;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-duration: 0.17s;
  transition-duration: 0.17s;
}

.distraction-header {
  background-color: #1e16f4;
  padding: 1.5em 2em 1.5em;
  text-align: center;
  border-bottom: 1px solid #fff;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
}

.distraction-body {
  background-color: #1e16f4;
  padding: 1.5em 2em 2.5em;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
}

.distraction-body .links {
  text-transform: uppercase;
}

a {
  color: #222222;
  -webkit-transition-property: color, border-color;
  transition-property: color, border-color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  text-decoration: none;
}

a:link,
a:visited,
a:hover,
a:active {
  outline: 0;
  outline: none;
}

a:hover,
a:active {
  color: #1e16f4;
  border-color: #1e16f4;
}

a.block {
  display: block;
}

a.button,
.comment-reply-title,
.comment-list .cancel-comment-reply a,
.comment-form-submit {
  display: inline-block;
  padding: 0.4em .6em;
  border: 1px solid #222;
  border-radius: 0.25em;
}

#newsletter {
  margin-top: 2rem;
}

#newsletter input {
  max-width: 100%;
  appearance: none;
  border: none;
  outline: none;
  padding: 0.6em;
  border: 1px solid #aaaaaa;
  border-radius: 0.25em;
}

#newsletter input:hover {
  border-color: #1e16f4;
}

#newsletter input:focus {
  background-color: #eee;
}

html.swipebox {
  overflow: hidden !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgba(16, 16, 16, 0.95);
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-slider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
}

#swipebox-slider .slide {
  background: url("images/swipebox/loader.html") no-repeat center center;
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
  padding-right: 3rem;
  padding-left: 3rem;
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

#swipebox-action,
#swipebox-caption {
  z-index: 999;
  background: none;
}

#swipebox-action {
  color: white !important;
  bottom: -3rem;
}

#swipebox-action.visible-bars {
  bottom: 0;
}

#swipebox-action.force-visible-bars {
  bottom: 0 !important;
}

#swipebox-caption {
  display: none;
  position: absolute;
  color: white !important;
  text-align: left;
  bottom: -3rem;
  border: none;
  font-size: 1rem;
  line-height: 3rem;
  height: 3rem;
  width: 75%;
  left: 3rem;
}

@media (min-width: 36em) {
  #swipebox-caption {
    display: block;
  }
}

#swipebox-caption.visible-bars {
  bottom: 0;
}

#swipebox-caption.force-visible-bars {
  bottom: 0 !important;
}

#swipebox-action #swipebox-prev,
#swipebox-action #swipebox-next,
#swipebox-action #swipebox-close {
  color: white !important;
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  height: 3rem;
  line-height: 3rem;
}

#swipebox-action #swipebox-prev,
#swipebox-action #swipebox-next {
  position: absolute;
  display: none;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  top: 50%;
}

@media (min-width: 36em) {
  #swipebox-action #swipebox-prev,
  #swipebox-action #swipebox-next {
    display: block;
  }
}

#swipebox-action #swipebox-close {
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 99;
}

#swipebox-action #swipebox-prev {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: -4rem;
}

#swipebox-action #swipebox-next {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: -3rem;
}

#swipebox-action #swipebox-prev.disabled,
#swipebox-action #swipebox-next.disabled {
  opacity: 0.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}

@keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}

@keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}

#swipebox-slider.rightSpring {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}

#swipebox-slider.leftSpring {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}


/* -- Footer: flexbox layout (overrides float-based grid) -- */
footer[role="contentinfo"] .row {
  display: flex;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}

footer[role="contentinfo"] .col {
  float: none;
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

footer[role="contentinfo"] .col:first-child {
  flex: 1;
}
