* {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  box-sizing: border-box;
}
body {
  color: #333333;
  background-color: #ffffff;
  padding: 0px;
  margin: 0px;
  scrollbar-gutter: stable;
}
a {
  color: #333;
  position: relative;
  text-decoration: none;
  transition: color 0.25s ease-in-out;
  white-space: nowrap;
}
a:hover {
  color: #cc3300;
}
a::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(1);
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #666;
  transform-origin: bottom left;
  transition: transform 0.25s ease-in-out, background-color 1s ease-in-out;
}
a:hover::after {
  background-color: #cc3300;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.25s ease-in-out;
}
a.no-decoration::after {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.4;
}
h1 {
  margin: 1.5em 0 0.5em 0;
  font-size: 2rem;
}
h2 {
  margin: 1.5em 0 0.5em 0;
  font-size: 1.75rem;
}
h2 > * {
  font-size: 1.75rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.4rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1.10rem;
}
blockquote {
  quotes: "\201C" "\201D" "\2018" "\2019";
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}
@media screen and (max-width: 399px) {
  .hidden-for-tiny {
    display: none !important;
  }
}
body {
  display: flex;
  flex-direction: column;
  min-width: 360px;
}
body .ep-header {
  display: flex;
  flex-direction: column;
  padding: 8px 16px;
}
body .ep-header .ep-announce {
  order: 1;
}
body .ep-header .ep-header-links {
  order: 3;
  overflow: hidden;
  max-height: 36px;
}
body .ep-header .ep-sitemenu {
  order: 2;
}
@media only screen and (min-width: 640px) {
  body .ep-header {
    display: grid;
    grid-template-columns: [left] 0 [left_outer] 0 [left_inner] 220px [mid] auto [right_inner] 0 [right_outer] 0 [right];
    padding-top: 16px;
  }
  body .ep-header .ep-announce {
    grid-column: left_inner / mid;
    grid-row: 1;
  }
  body .ep-header .ep-header-links {
    grid-column: mid / right_inner;
    grid-row: 1;
  }
  body .ep-header .ep-sitemenu {
    grid-column: left_outer / right_outer;
    grid-row: 2;
  }
}
@media only screen and (min-width: 768px) {
  body .ep-header {
    grid-template-columns: [left] auto [left_outer] auto [left_inner] 250px [mid] 518px [right_inner] auto [right_outer] auto [right];
  }
}
@media only screen and (min-width: 1200px) {
  body .ep-header {
    grid-template-columns: [left] auto [left_outer] auto [left_inner] 350px [mid] 820px [right_inner] auto [right_outer] auto [right];
  }
}
@media only screen and (min-width: 1400px) {
  body .ep-header {
    grid-template-columns: [left] auto [left_outer] auto [left_inner] 350px [mid] 920px [right_inner] auto [right_outer] auto [right];
  }
}
body .ep-content {
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
}
body .ep-content > * {
  margin-left: 1rem;
  margin-right: 1rem;
}
@media only screen and (min-width: 768px) {
  body .ep-content {
    max-width: 768px;
  }
  body .ep-content > * {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  body .ep-content {
    max-width: 1170px;
  }
}
@media only screen and (min-width: 1400px) {
  body .ep-content {
    max-width: 1280px;
  }
}
.ep-announce .ep-announce-link {
  text-decoration: none;
  font-family: Georgia, serif;
  font-size: 1.2em;
}
@media only screen and (min-width: 640px) {
  .ep-announce .ep-announce-link {
    line-height: 36px;
  }
}
@media only screen and (min-width: 768px) {
  .ep-announce .ep-announce-link {
    font-size: 1.4em;
  }
}
@media only screen and (min-width: 1200px) {
  .ep-announce .ep-announce-link {
    font-size: 1.6em;
  }
}
.ep-header-links .ep-header-links-list {
  text-align: left;
  margin: .25em 0 0 0;
  padding: 0;
  font-size: .8em;
  list-style-type: none;
  display: block;
}
.ep-header-links .ep-header-links-list > li {
  display: inline-block;
  float: right;
}
.ep-header-links .ep-header-links-list > li:nth-child(1),
.ep-header-links .ep-header-links-list > li:nth-child(2) {
  margin-right: 1rem;
  float: none;
}
@media only screen and (min-width: 640px) {
  .ep-header-links .ep-header-links-list {
    text-align: right;
    line-height: 36px;
    vertical-align: middle;
    margin: 0;
  }
  .ep-header-links .ep-header-links-list > li {
    float: none;
  }
}
.ep-header-links a {
  padding: 0 .25em 0 0;
  color: #666;
  text-decoration: none;
  height: 16px;
  line-height: 16px;
  padding-bottom: 1px;
}
.ep-header-links a:hover {
  color: #333;
  text-decoration: underline;
}
.ep-header-links .ep-link-bluesky,
.ep-header-links .ep-link-mastodon,
.ep-header-links .ep-link-twitter,
.ep-header-links .ep-link-email,
.ep-header-links .ep-link-lessthandot,
.ep-header-links .ep-link-linkedin,
.ep-header-links .ep-link-github {
  margin-right: 4px;
}
.ep-header-links .ep-link-bluesky:before,
.ep-header-links .ep-link-mastodon:before,
.ep-header-links .ep-link-twitter:before,
.ep-header-links .ep-link-email:before,
.ep-header-links .ep-link-lessthandot:before,
.ep-header-links .ep-link-linkedin:before,
.ep-header-links .ep-link-github:before {
  background: no-repeat url("../images/icons.png");
  width: 16px;
  height: 18px;
  content: " ";
  vertical-align: middle;
  display: inline-block;
}
.ep-header-links .ep-link-bluesky:before {
  background-position: -118px 0px;
}
.ep-header-links .ep-link-mastodon:before {
  background-position: -102px 0px;
}
.ep-header-links .ep-link-twitter:before {
  background-position: -34px 0px;
}
.ep-header-links .ep-link-email:before {
  background-position: 0px 0px;
}
.ep-header-links .ep-link-lessthandot:before {
  background-position: -16px 0px;
}
.ep-header-links .ep-link-linkedin:before {
  width: 18px;
  background-position: -50px 0px;
}
.ep-header-links .ep-link-github:before {
  width: 18px;
  background-position: -84px 0px;
}
.ep-header-links .ep-header-links a.ep-link-other {
  position: relative;
  padding: 0 0 0 .5em;
  line-height: 16px;
}
.ep-header-links a.ep-link-other {
  position: absolute;
  top: 2px;
}
.ep-project .ep-social-anchor::after,
.ep-project-item .ep-social-anchor::after {
  display: none;
}
.ep-project .ep-link-twitter,
.ep-project-item .ep-link-twitter,
.ep-project .ep-link-github,
.ep-project-item .ep-link-github {
  margin-right: 4px;
}
.ep-project .ep-link-twitter:before,
.ep-project-item .ep-link-twitter:before,
.ep-project .ep-link-github:before,
.ep-project-item .ep-link-github:before {
  background: no-repeat url("../images/icons.png");
  width: 16px;
  height: 18px;
  content: " ";
  vertical-align: middle;
  display: inline-block;
}
.ep-project .ep-link-twitter:before,
.ep-project-item .ep-link-twitter:before {
  background-position: -34px 0px;
}
.ep-project .ep-link-github:before,
.ep-project-item .ep-link-github:before {
  width: 18px;
  background-position: -84px 0px;
}
.ep-sitemenu {
  margin: 0.5em 0px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .ep-sitemenu {
    margin: 1rem 0px;
  }
}
.ep-sitemenu > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ep-sitemenu > ul > li {
  font-size: .9em;
  margin: 0 0.5em;
  display: inline-block;
  padding: 1em 0;
}
@media only screen and (min-width: 640px) {
  .ep-sitemenu > ul > li {
    font-size: 1em;
  }
}
.ep-sitemenu a {
  color: #333;
  text-decoration: none;
}
.ep-sitemenu a:hover {
  color: #cc3300;
}
.ep-sitemenu a.ep-sitemenu-item-active {
  color: #cc3300;
}
html {
  scroll-behavior: smooth;
}
.floating-nav {
  display: none;
}
@media only screen and (min-width: 1366px) {
  .floating-nav {
    display: block;
    box-sizing: content-box;
    position: sticky;
    text-align: left;
    /* offset from top of screen by a margin, don't eat any height */
    top: 4rem;
    height: 0px;
    /* expand to full width, but restrict to half the margin minus some space for margin on either side */
    width: 100vw;
    max-width: calc((100vw - 100%)/2 - 4rem);
    /* replace the content area with padding + "margin" to poke out to the left */
    padding-left: calc(100% + 2rem);
  }
}
@media only screen and (min-width: 1600px) {
  .floating-nav {
    max-width: calc((100vw - 100%)/2 - 8rem);
    /* replace the content area with padding + "margin" to poke out to the left */
    padding-left: calc(100% + 4rem);
  }
}
.floating-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.floating-nav li {
  opacity: 0.50;
  transition: all 100ms ease-in-out;
}
.floating-nav li:hover {
  opacity: 1;
}
.floating-nav li.active {
  opacity: 1;
  font-weight: bold;
}
.floating-nav li.active a {
  font-weight: bold;
}
.floating-nav .nav-item-H1,
.floating-nav .nav-item-H2,
.floating-nav .nav-item-H3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #444;
}
.floating-nav .nav-item-H2 {
  margin-left: 2rem;
}
.floating-nav .nav-item-H3 {
  margin-left: 4rem;
}
.floating-nav a {
  text-decoration: none;
}
.ep-image-person,
.ep-image-dashes,
.ep-image-dash {
  position: absolute;
  top: -4px;
  left: -3rem;
  fill: #cc3300;
  width: 2.5rem;
  height: 2.5rem;
  display: none;
}
@media screen and (min-width: 880px) and (max-width: 1199px), screen and (min-width: 1270px) {
  .ep-image-person,
  .ep-image-dashes,
  .ep-image-dash {
    display: inline-block;
  }
}
@media only screen and (min-width: 1400px) {
  .ep-image-person,
  .ep-image-dashes,
  .ep-image-dash {
    left: -4rem;
  }
}
.ep-image-dashes {
  width: 2rem;
  height: 2rem;
  top: 4px;
}
.ep-image-dash {
  width: 2rem;
  height: 2rem;
  top: 4px;
  fill: #ccc;
}
@keyframes snow {
  0% {
    transform: translate(5px, 0);
  }
  25% {
    transform: translate(-5px, 75px);
  }
  50% {
    transform: translate(5px, 150px);
  }
  75% {
    transform: translate(-5px, 225px);
  }
  100% {
    transform: translate(5px, 300px);
  }
}
@keyframes smoke {
  0% {
    transform: translate(0, 0) scale(40%, 40%);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  25% {
    transform: translate(2px, -4x) scale(40%, 40%);
  }
  50% {
    transform: translate(3px, -8px) scale(50%, 50%);
  }
  75% {
    transform: translate(8px, -16px) scale(70%, 70%);
    opacity: 0.25;
  }
  100% {
    transform: translate(14px, -20px) scale(100%, 100%);
    opacity: 0;
  }
}
.ep-content.ep-index {
  display: block;
}
@media only screen and (min-width: 1200px) {
  .ep-content.ep-index {
    display: grid;
    grid-template-columns: [left] auto [mid] 280px [right];
    column-gap: 4rem;
    max-width: 1170px;
  }
  .ep-content.ep-index .ep-index-about {
    grid-column: left / mid;
    grid-row: 1;
  }
  .ep-content.ep-index .ep-frontlist {
    grid-column: left / mid;
    grid-row: 2;
  }
  .ep-content.ep-index .ep-addtlcontent {
    grid-column: mid / right;
    grid-row: 2;
  }
  .ep-content.ep-index .ep-snow {
    display: block;
    grid-column: mid / right;
    grid-row: 1;
  }
}
@media only screen and (min-width: 1400px) {
  .ep-content.ep-index {
    grid-template-columns: [left] auto [mid] 350px [right];
    column-gap: 6rem;
    max-width: 1270px;
  }
}
.ep-content.ep-index .ep-index-about {
  position: relative;
  display: grid;
  grid-template-columns: [left] 3fr [mid] 7fr [right];
  column-gap: 1rem;
  margin-top: 1.5rem;
  max-width: 100%;
}
.ep-content.ep-index .ep-index-about h1 {
  font-family: Georgia, serif;
  font-size: 1.6rem;
  grid-column: left / right;
  grid-row: 1;
  margin-top: 0;
  margin-bottom: 1rem;
}
.ep-content.ep-index .ep-index-about img {
  grid-column: left / mid;
  grid-row: 2;
  max-width: 100%;
  border-radius: 8px;
}
.ep-content.ep-index .ep-index-about p:nth-of-type(1) {
  grid-column: mid / right;
  grid-row: 2;
  margin: 0;
}
.ep-content.ep-index .ep-index-about p:nth-of-type(2) {
  grid-column: left / right;
  grid-row: 3;
}
@media only screen and (min-width: 640px) {
  .ep-content.ep-index .ep-index-about {
    margin-bottom: 3rem;
  }
  .ep-content.ep-index .ep-index-about img {
    grid-row: 2 / span 3;
  }
  .ep-content.ep-index .ep-index-about p:nth-of-type(2) {
    grid-column: mid / right;
    grid-row: 3;
  }
}
.ep-content.ep-index .ep-snow {
  overflow: hidden;
  background: radial-gradient(at 50% 50%, rgba(0, 0, 0, 0.1) 10%, transparent 75%);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 4rem;
  width: 280px;
  height: 335px;
  margin: -50px auto -70px auto;
}
@media only screen and (min-width: 640px) {
  .ep-content.ep-index .ep-snow {
    margin: -50px auto -60px auto;
  }
}
@media only screen and (min-width: 1200px) {
  .ep-content.ep-index .ep-snow {
    left: -30px;
    top: 20px;
    width: unset;
    height: unset;
    margin: unset;
  }
}
@media only screen and (min-width: 1400px) {
  .ep-content.ep-index .ep-snow {
    padding-bottom: 2rem;
    left: -50px;
    top: 10px;
  }
}
.ep-content.ep-index .ep-snow img {
  width: 60%;
  margin: 0 auto;
  z-index: 2;
  clip-path: polygon(0% 0%, 100% 0%, 100% 64%, 95% 70.5%, 90% 75%, 50% 100%, 0% 100%);
}
@media only screen and (min-width: 1400px) {
  .ep-content.ep-index .ep-snow img {
    clip-path: polygon(0% 0%, 100% 0%, 100% 64%, 95% 70.5%, 90% 75%, 50% 100%, 0% 100%);
  }
}
.ep-content.ep-index .ep-snow .ep-snow-smoke {
  position: absolute;
  background: radial-gradient(at 50% 50%, #888, transparent 80%);
  z-index: 10;
  animation: smoke 4s linear infinite;
  top: 123px;
  left: 144px;
  width: 10px;
  height: 10px;
}
@media only screen and (min-width: 1400px) {
  .ep-content.ep-index .ep-snow .ep-snow-smoke {
    top: 116px;
    left: 181px;
    width: 12px;
    height: 12px;
  }
}
.ep-content.ep-index .ep-snow .ep-snow-smoke + .ep-snow-smoke {
  animation-delay: -0.5s;
  background-position-x: -3px;
}
.ep-content.ep-index .ep-snow .ep-snow-smoke + .ep-snow-smoke + .ep-snow-smoke {
  animation-delay: -0.9s;
}
.ep-content.ep-index .ep-snow .ep-snow-smoke + .ep-snow-smoke + .ep-snow-smoke + .ep-snow-smoke {
  animation-delay: -1.5s;
  background-position-x: 2px;
}
.ep-content.ep-index .ep-snow .ep-snow-smoke + .ep-snow-smoke + .ep-snow-smoke + .ep-snow-smoke + .ep-snow-smoke {
  animation-delay: -2.1s;
}
.ep-content.ep-index .ep-snow .ep-snow-smoke + .ep-snow-smoke + .ep-snow-smoke + .ep-snow-smoke + .ep-snow-smoke + .ep-snow-smoke {
  animation-delay: -2.5s;
  background-position-x: -2px;
}
.ep-content.ep-index .ep-snow .ep-snow-smoke + .ep-snow-smoke + .ep-snow-smoke + .ep-snow-smoke + .ep-snow-smoke + .ep-snow-smoke + .ep-snow-smoke {
  animation-delay: -2.9s;
}
.ep-content.ep-index .ep-snow .ep-snow-smoke + .ep-snow-smoke + .ep-snow-smoke + .ep-snow-smoke + .ep-snow-smoke + .ep-snow-smoke + .ep-snow-smoke + .ep-snow-smoke {
  animation-delay: -3.5s;
  background-position-x: 3px;
}
.ep-content.ep-index .ep-snow .ep-snow-fall {
  position: absolute;
  top: 50px;
  height: 200px;
  left: 50px;
  right: 30px;
  z-index: 25;
  overflow: hidden;
  clip-path: polygon(5% 0%, 85% 0%, 85% 7%, 48% 95%, 5% 75%);
  filter: blur(1px);
}
.ep-content.ep-index .ep-snow .ep-snow-fall::before {
  content: "";
  position: absolute;
  top: -300px;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("/images/min_snow.png");
  background-repeat: repeat;
  animation: snow 13s linear infinite;
}
.ep-content.ep-index .ep-snow .ep-snow-fall + .ep-snow-fall {
  clip-path: polygon(5% 0%, 95% 0%, 95% 60%, 48% 80%, 5% 60%);
  z-index: 20;
  filter: blur(2px);
}
.ep-content.ep-index .ep-snow .ep-snow-fall + .ep-snow-fall::before {
  background-position: 50% 50%;
  animation: snow 16s linear infinite;
}
.ep-content.ep-index .ep-snow::after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  opacity: .8;
  background: radial-gradient(circle at 70% 32%, #fceea7 0%, #00a3d4 10%, #00a3d4 25%, white 70%);
  clip-path: circle(28% at 53% 50%);
}
@media only screen and (min-width: 1400px) {
  .ep-content.ep-index .ep-snow::after {
    background: radial-gradient(circle at 70% 30%, #fceea7 0%, #00a3d4 10%, #00a3d4 25%, white 70%);
    clip-path: circle(32% at 53% 51%);
  }
}
.ep-content.ep-index .ep-frontlist {
  position: relative;
  margin-top: 2rem;
  text-align: left;
}
.ep-content.ep-index .ep-frontlist h1 {
  display: block;
  margin-top: 0;
  font-family: Georgia, serif;
  font-size: 1.6rem;
}
.ep-content.ep-index .ep-frontlist h1 > * {
  font-family: Georgia, serif;
  font-size: 1.6rem;
}
.ep-content.ep-index .ep-frontlist h2 {
  display: block;
  margin: 1rem 0 .5rem 0;
  font-size: 1.4rem;
}
.ep-content.ep-index .ep-frontlist h2 > * {
  font-size: 1.4rem;
}
.ep-content.ep-index .ep-frontlist .ep-frontlist-section {
  position: relative;
}
.ep-content.ep-index .ep-frontlist .ep-frontlist-section + .ep-frontlist-section {
  margin-top: 3rem;
}
.ep-content.ep-index .ep-frontlist .ep-front {
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  column-gap: 1rem;
}
.ep-content.ep-index .ep-frontlist .ep-front + .ep-front {
  margin-top: 3rem;
}
.ep-content.ep-index .ep-frontlist .ep-front .ep-front-image {
  max-width: 100%;
}
.ep-content.ep-index .ep-frontlist .ep-front .ep-front-title-area {
  display: flex;
  flex-direction: column;
}
.ep-content.ep-index .ep-frontlist .ep-front .ep-front-title-area .ep-front-title {
  margin: 0 0 .25rem 0;
  line-height: 1rem;
  font-size: 1rem;
}
@media only screen and (min-width: 640px) {
  .ep-content.ep-index .ep-frontlist .ep-front .ep-front-title-area .ep-front-title {
    margin-top: -1px;
  }
}
.ep-content.ep-index .ep-frontlist .ep-front .ep-front-title-area .ep-front-title-link {
  line-height: 1rem;
  font-size: 1rem;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.ep-content.ep-index .ep-frontlist .ep-front .ep-front-title-area .ep-front-subtext {
  color: #888;
  font-size: .9em;
}
@media only screen and (min-width: 640px) {
  .ep-content.ep-index .ep-frontlist .ep-front {
    display: grid;
    grid-template-columns: [left] 3fr [mid] 7fr [right];
    grid-template-rows: 43px;
  }
  .ep-content.ep-index .ep-frontlist .ep-front .ep-front-image {
    grid-column: left / mid;
    grid-row: 1 / span 2;
  }
  .ep-content.ep-index .ep-frontlist .ep-front .ep-front-title-area {
    grid-column: mid / right;
    grid-row: 1;
  }
  .ep-content.ep-index .ep-frontlist .ep-front .ep-front-tags {
    grid-column: mid / right;
    grid-row: 2;
  }
  .ep-content.ep-index .ep-frontlist .ep-front .ep-front-content {
    grid-column: left / right;
    grid-row: 3;
  }
}
.ep-content.ep-index .ep-addtlcontent {
  position: relative;
  margin-top: 2rem;
  text-align: left;
}
.ep-content.ep-index .ep-addtlcontent h2 {
  margin-top: 0px;
  font-family: Georgia, serif;
  font-size: 1.6rem;
}
.ep-content.ep-index .ep-addtlcontent ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ep-postsingle {
  margin: 0 auto;
  max-width: 760px;
}
.ep-post {
  margin: 0 auto 2em auto;
}
.ep-post-title-area {
  overflow: hidden;
}
.ep-post-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0.5em 0 0 0;
}
.ep-post-title-link {
  font-size: 1.6rem;
  color: #333;
  text-decoration: none;
}
.ep-post-title-link:hover {
  color: #333;
  text-decoration: none;
}
.ep-post-subtext {
  color: #888;
  text-align: center;
  font-size: .9em;
  padding-bottom: 0.5em;
}
.ep-post-image {
  text-align: center;
  width: 100%;
  height: auto;
}
.ep-post-readmore {
  text-align: center;
}
.ep-post-content {
  position: relative;
}
.ep-post-comments {
  font-size: .9em;
  color: #444;
  text-align: center;
  margin-top: 2em;
}
.ep-side-image {
  border-radius: 8px;
  opacity: .9;
}
.ep-post-sharing {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0.5em 0 2em 0;
  padding: 0.5em 0.25em;
  color: #999;
}
.ep-post-sharing > a {
  display: inline-block;
  width: 26px;
  text-align: center;
}
.ep-largequote {
  font-size: 120%;
  width: 70%;
  text-align: center;
  margin: 2rem auto;
  padding: .5rem .5rem .5rem 3rem;
  background-image: url(/images/speech-chat.svg);
  background-position: center left;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  opacity: 0.9;
}
.section-evergreen {
  background-color: #eeeeee;
  padding: 1em;
  border-left: 16px solid #ccc;
  font-size: 95%;
}
.ep-also-read {
  border-bottom: 1px solid #ddd;
  margin: 0.5em 0 1em 0;
  padding: 0.5em 0.25em 2em 0.25em;
  color: #999;
}
.ep-ar-posts {
  margin-top: .5rem;
  display: flex;
  flex-direction: column;
}
.ep-ar-post-title-area > .ep-front-subtext {
  text-align: left;
}
.ep-ar-post-title-area > .ep-front-image {
  text-align: left;
}
@media screen and (min-width: 640px) {
  .ep-ar-posts {
    flex-direction: row;
    column-gap: 1rem;
  }
  .ep-ar-post {
    flex: 1 1;
  }
  .ep-ar-post-title-area {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
  }
  .ep-ar-post-title-area > .ep-front-image {
    max-width: 90%;
    margin-top: auto;
  }
}
.ep-project {
  margin: 0 auto;
  max-width: 760px;
  padding-left: .75em;
  padding-right: .75em;
}
.ep-project .ep-project-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0.5em 0 0 0;
  margin-bottom: 0px;
}
.ep-project .ep-project-subtext {
  color: #888;
  text-align: center;
  font-size: .9em;
  padding-bottom: 0.5em;
  margin-bottom: .25em;
}
.ep-project .ep-image-container {
  font-size: .9em;
  color: #999;
  text-align: center;
  margin: 2em 0;
}
.ep-project .ep-image-container img {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.ep-project .ep-image-caption {
  font-size: .9em;
  color: #999;
  text-align: center;
  margin: 0.25em;
}
.ep-defunct {
  display: inline-block;
  padding: 0 1rem;
  background: transparent;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(204, 51, 0, 0.25) 30%, rgba(204, 51, 0, 0.25) 70%, rgba(0, 0, 0, 0) 100%);
  border-radius: 4px;
  font-size: 90%;
  margin: 0 auto;
}
.ep-project-defunct {
  text-align: center;
  margin: 1rem 4rem;
  padding: .1rem;
  background: transparent;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 5%, rgba(204, 51, 0, 0.25) 30%, rgba(204, 51, 0, 0.25) 70%, rgba(0, 0, 0, 0) 95%);
  border-radius: 4px;
}
.ep-project-item {
  padding: 10px 4px;
  margin: 8px 0 24px 0;
}
.ep-project-summary {
  display: flex;
  flex-direction: row;
}
.ep-project-logo {
  flex: 0;
  margin-right: .75em;
}
.ep-project-logo::after {
  display: none;
}
.ep-project-details {
  flex: 1;
}
.ep-project-link {
  padding: 2px;
  opacity: .7;
}
.ep-project-link:hover {
  opacity: 1;
}
.ep-embedded-post {
  margin: 1em;
  border: 1px solid #ddd;
  padding: 2em;
}
.ep-embedded-post::before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.ep-embedded-post::after {
  color: #ccc;
  content: "...";
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  text-align: center;
  display: block;
  padding-bottom: .5em;
}
.ep-embedded-post-caption {
  font-size: .9em;
  color: #999;
  text-align: center;
  margin: 0.25em;
}
.ep-content.ep-about .ep-eli-pic {
  float: left;
  margin: 8px 2em 0px 0px;
  border-radius: 8px;
}
@property --angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}
@keyframes animate-angle {
  0% {
    --angle: 0deg;
    opacity: 0.2;
  }
  90% {
    --angle: 170deg;
    opacity: 0.2;
  }
  100% {
    --angle: 180deg;
    opacity: 0;
  }
}
.ep-archive {
  margin: 2em auto 0 auto;
  max-width: 760px;
  padding-left: .75em;
  padding-right: .75em;
  display: flex;
  flex-direction: column;
  list-style: none;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .ep-archive {
    max-width: 100%;
  }
  .ep-archive > .ep-archive-item {
    flex: 1 0;
  }
}
@media only screen and (min-width: 1200px) {
  .ep-archive {
    flex-direction: row;
    padding-left: 6rem;
    column-gap: 4rem;
  }
  .ep-archive > .ep-archive-item {
    order: 2;
    width: 578px;
  }
  .ep-archive > .ep-archive-item + .ep-archive-item {
    order: 1;
  }
}
.ep-archive .ep-archive-item-mgmt.ep-archive-filtered {
  display: none;
}
@media only screen and (min-width: 768px) {
  .ep-archive .ep-archive-item-mgmt.ep-archive-filtered {
    display: unset;
  }
}
.ep-archive-filter {
  position: relative;
  display: block;
  text-align: center;
  margin: 1rem 1rem 0 1rem;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-bottom: .5rem;
  background-color: white;
}
@media only screen and (min-width: 768px) {
  .ep-archive-filter {
    max-width: 600px;
    margin: 1rem auto 0 auto;
  }
}
.ep-archive-filter .ep-archive-filter-label {
  display: block;
  text-align: center;
  margin: -1rem auto 0 auto;
  background-color: white;
  width: 4rem;
}
.ep-archive-filter button {
  background: none;
  border: none;
  font-size: 90%;
  text-decoration: underline;
  cursor: pointer;
}
.ep-archive-filter button:hover {
  text-decoration: none;
  color: #cc3300;
}
.ep-archive-filter button.ep-archive-filter-active {
  color: #cc3300;
  text-decoration: none;
  font-weight: bold;
}
.ep-archive-filter:before {
  content: "";
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: -1px;
  right: -1px;
  z-index: -1;
  background: repeating-conic-gradient(from var(--angle), red 0%, red 5%, transparent 5%, transparent 50%);
  animation: animate-angle 2s linear;
  opacity: 0;
}
.ep-archive-item {
  position: relative;
}
.ep-archive-item .ep-image-dashes {
  margin-top: -50px;
  top: unset;
}
.ep-archive-item .ep-archive-filtered {
  display: none;
}
.ep-archive-post {
  display: flex;
  gap: 0.5rem;
}
.ep-archive-post > * {
  flex-shrink: 0;
}
.ep-archive-post .ep-archive-date {
  color: #666;
  width: 3.5rem;
  display: flex;
  justify-content: space-between;
}
.ep-archive-post .ep-archive-title-link {
  color: #333;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ep-tags,
.ep-project-tags {
  display: flex;
  flex-direction: row;
  column-gap: 0.5rem;
  row-gap: 0.5rem;
  flex-wrap: wrap;
  align-items: flex-start;
}
.ep-project-tags {
  margin-top: 0.5rem;
}
.ep-tag {
  background-color: #eee;
  border-radius: 6px;
  color: #666;
  padding: 0 0.5em 0.1em;
  white-space: nowrap;
}
.ep-about {
  margin: 2em auto 0 auto;
  max-width: 760px;
}
.ep-quotes {
  font-size: 110%;
  list-style-type: none;
}
.ep-quotes li {
  padding: 1em;
}
.ep-readingList {
  margin: 2em auto 0 auto;
  padding: 0 .75em;
  max-width: 760px;
}
.ep-books {
  padding: 0;
  margin: 0;
}
.ep-books > li {
  display: inline-block;
  text-align: center;
}
.ep-books img {
  max-height: 102px;
}
.ep-footer {
  text-align: center;
  color: #444;
  font-size: .9em;
}
aside {
  background: #f5f5f5;
  border-left: 8px solid #ddd;
  margin: 1.5em 0;
  padding: 1em 1em;
}
aside.green {
  background: #f1f7e3;
  border-left: 8px solid #6e8c2a;
}
aside.blue {
  background: #e8f6fc;
  border-left: 8px solid #32b0e6;
}
aside.red {
  background: #ffece5;
  border-left: 8px solid #cc3300;
}
aside.left-gutter {
  background: #e8f6fc;
  border-left: 8px solid #32b0e6;
  opacity: 0.85;
}
@media screen and (min-width: 1366px) {
  aside.left-gutter {
    border-left: 0;
    position: absolute;
    left: -380px;
    width: 300px;
    padding: 0 0.5em;
    margin: 0;
    background-color: #e8f6fc;
    border-top: 3px solid #32b0e6;
  }
}
@media screen and (min-width: 1500px) {
  aside.left-gutter {
    left: -420px;
    width: 340px;
    padding: 0 1em;
  }
}
aside.left-gutter:hover {
  opacity: 1;
}
.note {
  padding: 1em;
  margin: 0 1em;
  border: 1px solid #eee;
  border-left: 18px solid #eee;
  font-size: 95%;
}
code {
  font-family: monospace;
  background-color: #f5f5f5;
  color: #333;
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 2px 4px;
  margin: 0 2px;
  white-space: nowrap;
}
pre.lang-highlight {
  border: 0px;
  background-color: #f5f5f5;
}
pre.lang-highlight code {
  background-color: transparent;
  border-radius: unset;
  border-width: 0px;
  white-space: pre;
}
/*** Post Content ***/
.ep-post,
.ep-embedded-post {
  margin-left: .75em;
  margin-right: .75em;
}
.ep-post img,
.ep-embedded-post img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: .25em auto;
}
.ep-post .wp-caption,
.ep-embedded-post .wp-caption {
  padding: .1em;
  max-width: 380px;
}
.ep-post .wp-caption img,
.ep-embedded-post .wp-caption img {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 840px) {
  .ep-post img,
  .ep-embedded-post img {
    max-width: 736px;
  }
  .ep-post .wp-caption,
  .ep-embedded-post .wp-caption {
    max-width: 780px;
  }
}
.ep-post .wp-caption.aligncenter,
.ep-embedded-post .wp-caption.aligncenter {
  text-align: center;
  margin: 0 auto;
}
.ep-post .wp-caption.borderless > img,
.ep-embedded-post .wp-caption.borderless > img {
  border: none;
  box-shadow: none;
}
.ep-post .wp-caption-text,
.ep-embedded-post .wp-caption-text {
  font-size: .9em;
  color: #999;
  text-align: center;
  margin: 0.25em;
}
.ep-post aside.caption,
.ep-embedded-post aside.caption {
  font-size: .9em;
  color: #999;
  text-align: center;
  margin: 0 auto 0.25em auto;
  background: none;
  border: none;
  padding: 0;
}
.ep-post pre,
.ep-embedded-post pre {
  border: 1px solid #dddddd;
  padding: .5em;
  overflow-x: auto;
}
.ep-post blockquote,
.ep-embedded-post blockquote {
  background: #f9f9f9;
  border-left: 4px solid #ccc;
  margin: 1.5em .5em;
  padding: 0.5em 1em;
}
.ep-post blockquote:before,
.ep-embedded-post blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.ep-post blockquote p,
.ep-embedded-post blockquote p {
  display: block;
}
.ep-post blockquote .quote-source,
.ep-embedded-post blockquote .quote-source {
  margin-top: 1em;
  text-align: right;
  font-size: 85%;
}
.ep-post .bwp-syntax-block,
.ep-embedded-post .bwp-syntax-block {
  border: 1px solid #eee;
}
