.view {
  max-width: 1024px;
  margin: 25px auto;
}

.view p {
  text-align: center;
  margin: 10px auto;
}

* {
  box-sizing: border-box;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
}

code {
  white-space: pre-wrap;
}

.show {
  display: block;
  position: relative;
  background-color: #24292e;
  border-radius: 6px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  height: 150px;
}

.show::after {
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}

.show:hover::after {
  background-color: rgba(0, 0, 0, 0.3);
}

.excerpt {
  padding: 2em 1em;
  position: relative;
  margin-top: -30px;
  z-index: 1;
  background: #fff;
}

.mute {
  color: #cccccc;
}

.pale {
  color: #515c67;
}

.hidden {
  display: none;
}

.center {
  text-align: center;
  margin: 5px auto;
}

.left {
  text-align: left;
}

.flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.flex, .flex-in {
  display: flex;
  flex-flow: row wrap;
}

.flex-in {
  justify-content: center;
  align-items: center;
}

.wrap {
  padding: 10px 0;
  max-width: 1024px;
  margin: 0 auto;
}

.mt-2 {
  margin-top: 30px;
}

.articles-list {
  color: #253F77;
}

.articles-list.flex .post_item {
  flex: 1 1 auto;
}

.post {
  margin: 0;
  width: 100%;
  color: #253F77;
}

.post p.meta {
  margin: 0;
}

.post-banner img {
  width: 100%;
  margin-bottom: 1.5em;
}

.post_content h4 {
  margin: 5px 0;
  text-align: left;
}

.post_content p {
  line-height: 1.25;
}

.post_content p:first-child {
  margin-top: 0;
  padding-top: 0;
}

.post_content a {
  padding-bottom: 7.5px;
}

.post_content a:hover {
  text-decoration: underline;
}

.post_content ol, .post_content ul {
  padding: 0.5rem 1rem;
}

.post_content li {
  padding: 0.5rem 0;
  padding-left: 1rem;
  list-style-position: outside;
  line-height: 1.25;
}

.post_content li p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.post_content li p:last-child {
  margin-bottom: 0;
}

.post_content figure.allow-horizontal-scroll {
  max-width: 100%;
  overflow-x: scroll;
}

.post_content table {
  border-collapse: collapse;
  font-size: .9em;
  font-feature-settings: pnum;
  font-variant-numeric: lining-nums tabular-nums;
  margin: 1em 5px;
}

.post_content table thead {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  background-color: rgba(0, 0, 0, 0.025);
}

.post_content table th, .post_content table td {
  padding: .125em .5em .25em .5em;
  line-height: 1.1;
}

.post_item {
  box-shadow: 0 10px 25px -2px rgba(158, 174, 221, 0.2);
  -webkit-filter: drop-shadow(-25px 15px 15px rgba(52, 90, 64, 0.17));
  filter: drop-shadow(-25px 15px 15px rgba(52, 90, 64, 0.17));
  background: #fff;
  margin: 20px 0;
  border-radius: 10px;
  overflow: hidden;
}

.post_item .btn {
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.post_link {
  padding: 2.5px 0;
  color: #000;
  font-size: 1.25em;
  margin: 2.5px 0;
  text-align: left;
}

.post_meta {
  text-transform: uppercase;
  font-size: 0.84rem;
  font-weight: 500;
}

.post_meta a:hover {
  color: #04a763;
  text-decoration: underline;
  opacity: 0.9;
}

.post_tag {
  font-size: 0.84rem;
  font-weight: 300;
  color: #04a763;
  text-transform: uppercase;
}

.post_title {
  margin: 5px 0;
}

/*# sourceMappingURL=main.css.map */