html {
  background: #fff;
  color: #444;
  font-family: Libre Baskerville,Georgia,serif;
  font-size: 1em;
  line-height: 1.6;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

@media screen and (min-width:40em) {
  html {
    font-size: 1.1em;
  }
}

@media screen and (min-width:45em) {
  html {
    font-size: 1.15em;
  }
}

.wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  width: 80%;
}

.main {
  margin-top: 3.2em;
}

.content {
  margin-bottom: 4.8em;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

body {
  margin: 0;
}

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

audio,
video {
  display: inline-block;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

::-webkit-input-placeholder {
  opacity: 1;
}

:-moz-placeholder,
::-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  max-width: 100%;
  text-transform: none;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

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

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden],
template {
  display: none;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
  overflow-x: scroll;
}

figure {
  line-height: 0;
  margin: .8em 0 0;
}

figure>figcaption,
figure img {
  line-height: 1.6;
}

figure .img-link,
figure .img-link:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

figure .img-link:hover {
  background: none;
}

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

.alignleft,
.alignright {
  margin-bottom: .8em;
  margin-top: .4em;
}

figure.alignleft,
figure.alignright {
  margin-top: 1.2em;
}

.alignleft {
  float: right;
  margin-left: .8em;
}

.alignright {
  float: left;
  margin-right: .8em;
}

.aligncenter {
  display: block;
  margin: .8em auto;
}

.alignnone {
  display: block;
  margin: .8em 0;
}

.gallery-caption,
.wp-caption,
.wp-caption-text {
  text-align: inherit;
}

figcaption {
  clear: both;
  font-size: .889em;
  padding-top: .4em;
}

.img-link-wrapper {
  line-height: 0;
}

.img-link-wrapper img {
  line-height: 1.6;
}

.img-link,
figure[id^=attachment_]>a {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.img-link:hover,
figure[id^=attachment_]>a:hover {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.full-bleed-img {
  display: block;
  position: relative;
  width: 100%;
}

.entry-content>.full-bleed-img {
  margin-top: .8em;
}

.full-bleed-img-paragraph>.full-bleed-img {
  margin: 0;
}

.full-bleed-img-paragraph:after {
  clear: both;
  content: "";
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 2.4em 0 0;
}

h1 .entry-content h1+*,
h1 .entry-content h2+*,
h1 .entry-content h3+*,
h1 .entry-content h4+*,
h1 .entry-content h5+*,
h1 .entry-content h6+*,
h1 .sidebar h1+*,
h1 .sidebar h2+*,
h1 .sidebar h3+*,
h1 .sidebar h4+*,
h1 .sidebar h5+*,
h1 .sidebar h6+*,
h2 .entry-content h1+*,
h2 .entry-content h2+*,
h2 .entry-content h3+*,
h2 .entry-content h4+*,
h2 .entry-content h5+*,
h2 .entry-content h6+*,
h2 .sidebar h1+*,
h2 .sidebar h2+*,
h2 .sidebar h3+*,
h2 .sidebar h4+*,
h2 .sidebar h5+*,
h2 .sidebar h6+*,
h3 .entry-content h1+*,
h3 .entry-content h2+*,
h3 .entry-content h3+*,
h3 .entry-content h4+*,
h3 .entry-content h5+*,
h3 .entry-content h6+*,
h3 .sidebar h1+*,
h3 .sidebar h2+*,
h3 .sidebar h3+*,
h3 .sidebar h4+*,
h3 .sidebar h5+*,
h3 .sidebar h6+*,
h4 .entry-content h1+*,
h4 .entry-content h2+*,
h4 .entry-content h3+*,
h4 .entry-content h4+*,
h4 .entry-content h5+*,
h4 .entry-content h6+*,
h4 .sidebar h1+*,
h4 .sidebar h2+*,
h4 .sidebar h3+*,
h4 .sidebar h4+*,
h4 .sidebar h5+*,
h4 .sidebar h6+*,
h5 .entry-content h1+*,
h5 .entry-content h2+*,
h5 .entry-content h3+*,
h5 .entry-content h4+*,
h5 .entry-content h5+*,
h5 .entry-content h6+*,
h5 .sidebar h1+*,
h5 .sidebar h2+*,
h5 .sidebar h3+*,
h5 .sidebar h4+*,
h5 .sidebar h5+*,
h5 .sidebar h6+*,
h6 .entry-content h1+*,
h6 .entry-content h2+*,
h6 .entry-content h3+*,
h6 .entry-content h4+*,
h6 .entry-content h5+*,
h6 .entry-content h6+*,
h6 .sidebar h1+*,
h6 .sidebar h2+*,
h6 .sidebar h3+*,
h6 .sidebar h4+*,
h6 .sidebar h5+*,
h6 .sidebar h6+* {
  margin-top: .8em;
}

.entry-title,
h1 {
  font-size: 1.802em;
  line-height: 1.33185;
}

.entry-title {
  margin-top: 0;
}

h2 {
  font-size: 1.602em;
  line-height: 1.49813;
}

h3 {
  font-size: 1.424em;
  line-height: 1.40449;
}

h4 {
  font-size: 1.266em;
  line-height: 1.57978;
}

h5 {
  font-size: 1.125em;
  line-height: 1.42222;
}

h6 {
  font-size: 1em;
  line-height: 1.6;
}

h1+h2,
h2+h3,
h3+h4,
h4+h5,
h5+h6,
p {
  margin: .8em 0 0;
}

a {
  -webkit-box-shadow: 0 1px 0 currentColor;
  box-shadow: 0 1px 0 currentColor;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #27ae60;
  padding-bottom: .05em;
  padding-top: .05em;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  -webkit-transition: background .2s ease 0s, -webkit-box-shadow .2s ease 0s;
  transition: background .2s ease 0s, -webkit-box-shadow .2s ease 0s;
  transition: box-shadow .2s ease 0s, background .2s ease 0s;
  transition: box-shadow .2s ease 0s, background .2s ease 0s, -webkit-box-shadow .2s ease 0s;
}

a:active,
a:hover {
  background: #27ae60;
  color: #fff;
  outline-width: 0;
}

.current-menu-item>a,
a:focus {
  -webkit-box-shadow: 0 1px 0 transparent;
  box-shadow: 0 1px 0 transparent;
  outline-width: 0;
}

blockquote {
  margin: 1.6em .8em;
  font-style: italic;
  padding-right: .8em;
}

blockquote cite {
  display: block;
  font-style: normal;
  margin: .4em 0 0;
}

@media screen and (min-width:50em) {
  blockquote {
    margin: 1.6em .8em;
    padding-right: .8em;
  }

  blockquote cite {
    margin: .4em 0 0;
  }
}

em>strong {
  font-weight: 700;
  font-style: normal;
}

strong>em {
  font-style: italic;
  font-weight: 400;
}

dl {
  margin: 1.6em 0;
}

dt {
  margin: .4em 0 0;
}

dd {
  margin: 0 1.6em 0 0;
}

ol,
ul {
  margin: 1.6em 0;
  padding-right: 1rem;
}

ul>li {
  list-style-type: none;
  position: relative;
}

ul>li:before {
  content: "\B7";
  right: -.8em;
  top: 0;
  position: absolute;
}

li+li,
ol ol,
ol ul,
ul ol,
ul ul {
  margin: .4em 0 0;
}

table {
  border-spacing: 0;
  margin: 1.6em 0;
}

td,
th {
  border-bottom: 1px solid;
  padding: .4em;
}

th {
  border-bottom: 2px solid;
  text-align: right;
}

table tr:last-of-type td {
  border-bottom: none;
}

input,
textarea {
  background: none;
  border: thin solid #444;
  max-width: 100%;
  padding: .4em;
}

input:hover,
textarea:hover {
  border: thin dashed #27ae60;
}

input:focus,
textarea:focus {
  border: thin solid #27ae60;
}

input {
  width: 100%;
}

input[type=submit] {
  margin-top: .8em;
}

input[type=checkbox],
input[type=file],
input[type=radio],
input[type=reset],
input[type=submit] {
  width: auto;
}

@media screen and (min-width:40em) {
  input {
    width: 75%;
  }
}

textarea {
  min-height: 5em;
  width: 100%;
}

label {
  margin-top: 1.6em;
}

label+input {
  margin-top: .4em;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  height: 1px;
  overflow: hidden;
  position: absolute!important;
  width: 1px;
  word-wrap: normal!important;
}

.skip-link:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
  box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
  clip: auto!important;
  color: #21759b;
  display: block;
  height: auto;
  right: 5px;
  padding: .5em .8em;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.post-navigation,
.posts-navigation {
  margin-top: 3.2em;
}

.post-navigation:after,
.posts-navigation:after {
  clear: both;
  content: "";
  display: block;
}

.nav-previous {
  margin-top: .8em;
  position: relative;
  text-align: left;
}

@media screen and (min-width:25em) {
  .nav-previous {
    float: left;
    margin-top: 0;
    width: calc(50% - .8em);
  }
}

.post-navigation .nav-previous:after {
  content: "\BB";
  left: -1rem;
}

.post-navigation .nav-next:before,
.post-navigation .nav-previous:after {
  display: block;
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post-navigation .nav-next:before {
  content: "\AB";
  right: -1rem;
}

.nav-next {
  position: relative;
}

@media screen and (min-width:25em) {
  .nav-next {
    float: right;
    width: calc(50% - .8em);
  }
}

.sticky {
  text-align: inherit;
}

.archive .page,
.archive .post,
.page:not(:first-of-type),
.post:not(:first-of-type),
.search .page,
.search .post {
  margin-top: 4.8em;
}

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

.entry-header a {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.entry-header a:focus {
  -webkit-box-shadow: 0 1px 0 currentColor;
  box-shadow: 0 1px 0 currentColor;
}

.entry-meta span {
  display: block;
  font-style: italic;
}

.entry-meta span:not(:first-of-type) {
  margin-top: .4em;
}

.entry-content {
  margin-top: 1.6em;
}

.entry-content>:first-child {
  margin-top: 0;
}

.entry-content>:last-child {
  margin-bottom: 0;
}

.entry-footer {
  font-style: italic;
  position: relative;
}

.entry-footer p {
  margin-top: 1.6em;
}

.bypostauthor {
  text-align: inherit;
}

.commentlist {
  padding: 0;
}

.commentlist .children {
  margin-right: .8em;
}

.comment {
  margin-top: 3.2em;
}

.comment:before {
  display: none;
}

.comment .avatar {
  float: right;
}

.comment .comment-meta {
  margin-right: 55px;
  position: relative;
  top: -.2em;
}

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

.widget-title {
  margin-top: 0;
}

.widget-title+* {
  margin-top: 1.6em;
}

.gallery-item {
  float: right;
  margin: .8em;
  padding: 0;
}

.gallery-size-full .gallery-item,
.gallery-size-large .gallery-item {
  float: none;
  margin: 0 .8em;
  padding: 1.6em 0;
}

.-no-sidebar .gallery-size-full .gallery-item {
  margin-right: 0;
  margin-left: 0;
}

.gallery-size-full .gallery-item img,
.gallery-size-large .gallery-item img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.gallery-item>.gallery-caption {
  display: none;
}

.gallery {
  margin-right: -.8em;
  margin-left: -.8em;
}

.gallery-size-full,
.gallery-size-full .gallery-item,
.gallery-size-large,
.gallery-size-large .gallery-item {
  margin: 0;
}

.gallery-size-full .gallery-item:after,
.gallery-size-large .gallery-item:after {
  clear: both;
  content: "";
  display: block;
}

.gallery-size-full .gallery-caption,
.gallery-size-large .gallery-caption {
  display: block;
}

.gallery:after {
  clear: both;
  content: "";
  display: block;
}

.gallery+* {
  margin-top: 0;
}

.branding {
  padding-right: 1.6em;
  padding-left: 1.6em;
  padding-top: 3.2em;
  text-align: center;
}

.branding,
.header-wrapper {
  margin-right: auto;
  margin-left: auto;
}

.header-wrapper {
  max-width: 800px;
}

.site-title {
  font-size: 1.424em;
  font-weight: 700;
  line-height: 1.40449;
  margin: 0;
}

.site-title a {
  color: #444;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.site-title a:hover {
  color: #fff;
}

.site-title a:focus {
  -webkit-box-shadow: 0 1px 0 currentColor;
  box-shadow: 0 1px 0 currentColor;
}

.sidebar-content {
  background: #fff;
  padding: 4.8em 10%;
}

.sidebar-content .theme-author,
.sidebar-content .widget:not(:first-of-type) {
  margin-top: 3.2em;
}

.js .sidebar {
  right: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .3s ease, visibility 0s ease .3s, right 0s ease .3s;
  transition: opacity .3s ease, visibility 0s ease .3s, right 0s ease .3s;
  visibility: hidden;
  width: 90%;
}

@media screen and (min-width:40em) {
  .js .sidebar {
    width: 70%;
  }
}

@media screen and (min-width:60em) {
  .js .sidebar {
    width: 50%;
  }
}

.js .sidebar .sidebar-button {
  left: 0;
  top: 0;
  z-index: 1001;
}

.no-js .sidebar-button {
  display: none;
}

.js .sidebar-button {
  background: none;
  border: none;
  color: #27ae60;
  font-size: 2em;
  padding-left: .8rem;
  padding-top: .8rem;
  position: absolute;
  left: 0;
  top: 0;
}

.js .admin-bar .sidebar-button {
  top: 46px;
}

@media screen and (min-width:768px) {
  .js .admin-bar .sidebar-button {
    top: 32px;
  }
}

.active-sidebar .sidebar {
  right: 10%;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  visibility: visible;
  z-index: 1000;
}

.active-sidebar .sidebar:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,.25);
  z-index: 999;
}

.active-sidebar .sidebar-content {
  position: relative;
  z-index: 1000;
}

.active-sidebar .sidebar-button.-open {
  display: none;
}

@media screen and (min-width:40em) {
  .active-sidebar .sidebar {
    right: 30%;
  }
}

@media screen and (min-width:60em) {
  .active-sidebar .sidebar {
    right: 50%;
  }
}