html, body, div, span, object, iframe,
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, a,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, improve, nav, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  word-break: break-word;
}

@media screen and (max-width: 1024px) {
  .l-body:not(.home) .l-header .c-site-branding__title {
    align-items: normal;
  }
}
.l-body:not(.home) .l-header .c-site-branding__title::before {
  width: 46px;
  height: 55px;
}
@media screen and (max-width: 1024px) {
  .l-body:not(.home) .l-header .c-site-branding__title::before {
    width: 35px;
    margin-top: 4px;
  }
}
@media screen and (max-width: 1024px) {
  .l-body:not(.home) .l-header .c-site-branding__title a {
    padding-top: 5px;
  }
}
.l-body:not(.home) .l-header .menu-item:hover {
  color: var(--accent-color);
}

.l-body:not(.home):not(.no-posts) .l-contents {
  margin-top: 78px;
}
@media screen and (max-width: 1024px) {
  .l-body:not(.home):not(.no-posts) .l-contents {
    margin-top: 50px;
  }
}

.l-body.no-posts .l-contents {
  margin-top: 0 !important;
}

.p-global-nav .c-navbar__submenu {
  background-color: var(--accent-color);
}

.p-global-nav .c-navbar__item[aria-haspopup=true]:before {
  border-bottom-color: var(--accent-color);
  z-index: 100;
}

.p-global-nav .c-navbar__subitem {
  color: #fff !important;
}

#page-top {
  border-radius: 50%;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
  right: 10px;
  bottom: 10px;
}

.l-contents {
  margin-top: 0 !important;
}/*# sourceMappingURL=common.css.map */