@charset "UTF-8";
.site-nav {
  z-index: 10;
}

/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px;
}

/**
 * `main` element
 */
main {
  display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

/**
 * Links
 */
a {
  color: #2a7ae2;
  text-decoration: none;
}
a:visited {
  color: rgb(22.9483471074, 86.2541322314, 168.5516528926);
}
a:hover {
  color: #111;
  text-decoration: underline;
}
.social-media-list a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username {
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #eef;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(90vw - (30px * 2));
  max-width: calc(90vw - 30px * 2);
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 1000px) {
  .wrapper {
    max-width: -webkit-calc(90vw - (30px));
    max-width: calc(90vw - (30px));
    padding-right: 15px;
    padding-left: 15px;
  }
}

/**
 * Clearfix
 */
.footer-col-wrapper:after, .wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #828282;
  padding-right: 5px;
  vertical-align: text-top;
}

.social-media-list li + li {
  padding-top: 5px;
}

/**
 * Tables
 */
table {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  color: rgb(62.9, 62.9, 62.9);
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
}
table tr:nth-child(even) {
  background-color: rgb(247.3, 247.3, 247.3);
}
table th, table td {
  padding: 9.999999999px 15px;
}
table th {
  background-color: rgb(239.65, 239.65, 239.65);
  border: 1px solid rgb(221.8, 221.8, 221.8);
  border-bottom-color: rgb(201.4, 201.4, 201.4);
}
table td {
  border: 1px solid #e8e8e8;
}

/**
 * Site header
 */
.site-header {
  border-top: 5px solid rgb(66.25, 66.25, 66.25);
  border-bottom: 1px solid #e8e8e8;
  min-height: 55.95px;
  position: relative;
}

.site-title {
  font-size: 26px;
  font-weight: 300;
  line-height: 54px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
}
.site-title, .site-title:visited {
  color: rgb(66.25, 66.25, 66.25);
}

.site-nav {
  float: right;
  line-height: 54px;
}
.site-nav .nav-trigger {
  display: none;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav .page-link {
  color: #111;
  line-height: 1.5;
}
.site-nav .page-link:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .site-nav {
    position: absolute;
    top: 9px;
    right: 15px;
    background-color: #fdfdfd;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    text-align: right;
  }
  .site-nav label[for=nav-trigger] {
    display: block;
    float: right;
    width: 36px;
    height: 36px;
    z-index: 2;
    cursor: pointer;
  }
  .site-nav .menu-icon {
    display: block;
    float: right;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 10px;
    text-align: center;
  }
  .site-nav .menu-icon > svg {
    fill: rgb(66.25, 66.25, 66.25);
  }
  .site-nav input ~ .trigger {
    clear: both;
    display: none;
  }
  .site-nav input:checked ~ .trigger {
    display: block;
    padding-bottom: 5px;
  }
  .site-nav .page-link {
    display: block;
    margin-left: 20px;
    padding: 5px 10px;
  }
  .site-nav .page-link:not(:last-child) {
    margin-right: 0;
  }
}

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid #e8e8e8;
  padding: 30px 0;
}

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px;
}

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0;
}

.footer-col-wrapper {
  font-size: 15px;
  color: #828282;
  margin-left: -15px;
}

.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px;
}

.footer-col-1 {
  width: -webkit-calc(35% - (30px / 2));
  width: calc(35% - 30px / 2);
}

.footer-col-2 {
  width: -webkit-calc(20% - (30px / 2));
  width: calc(20% - 30px / 2);
}

.footer-col-3 {
  width: -webkit-calc(45% - (30px / 2));
  width: calc(45% - 30px / 2);
}

@media screen and (max-width: 1000px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (30px / 2));
    width: calc(50% - 30px / 2);
  }
  .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
/**
 * Page content
 */
.page-content {
  padding: 30px 0;
  flex: 1;
}

.page-heading {
  font-size: 32px;
}

.post-list-heading {
  font-size: 28px;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 30px;
}

.post-meta {
  font-size: 14px;
  color: #828282;
}

.post-link {
  display: block;
  font-size: 24px;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px;
}

.post-title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .post-title {
    font-size: 36px;
  }
}

.post-content {
  margin-bottom: 30px;
}
.post-content h2 {
  font-size: 32px;
}
@media screen and (max-width: 1000px) {
  .post-content h2 {
    font-size: 28px;
  }
}
.post-content h3 {
  font-size: 26px;
}
@media screen and (max-width: 1000px) {
  .post-content h3 {
    font-size: 22px;
  }
}
.post-content h4 {
  font-size: 20px;
}
@media screen and (max-width: 1000px) {
  .post-content h4 {
    font-size: 18px;
  }
}

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff;
}
.highlighter-rouge .highlight {
  background: #eef;
}
.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

.post-card .post-content {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: 0.3s;
  padding: 10px 20px 4px 20px;
  margin: 10px 0;
}
.post-card .post-content:hover {
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
}

#search-box {
  margin-bottom: 20px;
}

#pagination {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

#search-footer {
  padding: 10px 0;
}

/*! instantsearch.js 2.10.4 | © Algolia Inc. and other contributors; Licensed MIT | github.com/algolia/instantsearch.js */
@-webkit-keyframes sbx-reset-in {
  0% {
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes sbx-reset-in {
  0% {
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.ais-search-box {
  position: relative;
  /* max-width: 300px; */
  width: 100%;
}

.ais-search-box--input {
  padding-left: 24px;
  height: 100%;
  width: 100%;
}

.ais-search-box--magnifier {
  top: 4px;
  left: 7px;
}

.ais-search-box--magnifier svg {
  display: block;
}

.ais-search-box--loading-indicator-wrapper, .ais-search-box--magnifier, .ais-search-box--reset {
  background: 0 0;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ais-search-box--loading-indicator-wrapper {
  display: none;
  left: 7px;
  top: 4px;
}

.ais-search-box--loading-indicator-wrapper svg, .ais-search-box--magnifier svg {
  vertical-align: middle;
  height: 14px;
  width: 14px;
}

.ais-search-box--reset {
  cursor: pointer;
  top: 5px;
  right: 5px;
  margin: 0;
  border: 0;
  padding: 0;
}

.ais-search-box--reset svg {
  display: block;
  width: 12px;
  height: 12px;
}

.ais-search-box--powered-by {
  font-size: 0.8em;
  text-align: right;
  margin-top: 2px;
}

.ais-search-box--powered-by-link {
  display: inline-block;
  width: 45px;
  height: 16px;
  text-indent: 101%;
  overflow: hidden;
  white-space: nowrap;
  background-image: url('data:image/svg+xml;utf8,<svg width="169" height="54" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1366 362"><linearGradient id="a" x1="428.3" x2="434.1" y1="404.1" y2="409.9" gradientTransform="matrix(94.045 0 0 -94.072 -40381.5 38479.5)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="%2300aeff"/><stop offset="1" stop-color="%233369e7"/></linearGradient><path fill="url(%23a)" d="M61.8 15.4h242.8A43.4 43.4 0 0 1 348 58.8v242.9a43.4 43.4 0 0 1-43.4 43.4H61.8a43.4 43.4 0 0 1-43.4-43.4v-243a43.3 43.3 0 0 1 43.4-43.3z"/><path fill="%23fff" d="M187 98.7a93.1 93.1 0 1 0 0 186.3 93.1 93.1 0 0 0 0-186.3zm0 158.8a65.6 65.6 0 1 1 0-131.3 65.6 65.6 0 0 1 0 131.3zm0-117.8v48.9c0 1.4 1.5 2.4 2.8 1.7l43.4-22.5c1-.5 1.3-1.7.8-2.7a54 54 0 0 0-45-27.3c-1 0-2 .8-2 1.9zm-60.8-35.9l-5.7-5.7a14.2 14.2 0 0 0-20.2 0l-6.8 6.8a14.2 14.2 0 0 0 0 20.2l5.6 5.6c.9.9 2.2.7 3-.2a110 110 0 0 1 23.8-23.8c1-.6 1.1-2 .3-2.9zM217.5 89V77.7c0-7.9-6.4-14.3-14.3-14.3h-33.3c-7.9 0-14.3 6.4-14.3 14.3v11.6c0 1.3 1.2 2.2 2.5 1.9a104.2 104.2 0 0 1 57-.3 2 2 0 0 0 2.4-1.9z"/><path fill="%23182359" d="M842.5 267.6c0 26.7-6.8 46.2-20.5 58.6-13.7 12.4-34.6 18.6-62.8 18.6-10.3 0-31.7-2-48.8-5.8l6.3-31c14.3 3 33.2 3.8 43.1 3.8 15.7 0 26.9-3.2 33.6-9.6s10-15.9 10-28.5v-6.4c-3.9 1.9-9 3.8-15.3 5.8a75.7 75.7 0 0 1-21.8 2.9 82 82 0 0 1-29.5-5.1 61.7 61.7 0 0 1-37.7-39.8 144.7 144.7 0 0 1 .3-78.3 72.1 72.1 0 0 1 42.8-43.3 96.3 96.3 0 0 1 35.5-6.7 214 214 0 0 1 35.8 3.5c11.4 1.9 21.1 3.9 29 6.1v155.2zm-108.7-77.2c0 16.4 3.6 34.6 10.8 42.2a36.7 36.7 0 0 0 27.9 11.4 59.5 59.5 0 0 0 31-8.7v-97.1c-2.8-.6-14.5-3-25.8-3.3a39 39 0 0 0-32.6 14.7c-7.5 9.3-11.3 25.6-11.3 40.8zm294.3 0c0 13.2-1.9 23.2-5.8 34.1s-9.4 20.2-16.5 27.9c-7.1 7.7-15.6 13.7-25.6 17.9s-25.4 6.6-33.1 6.6a102 102 0 0 1-32.9-6.6 74.5 74.5 0 0 1-25.5-17.9 92.8 92.8 0 0 1-22.6-62 107 107 0 0 1 5.8-36.7c4-10.8 9.6-20 16.8-27.7s15.8-13.6 25.6-17.8c9.9-4.2 20.8-6.2 32.6-6.2s22.7 2.1 32.7 6.2a71.5 71.5 0 0 1 25.6 17.8 82.5 82.5 0 0 1 16.6 27.7c4.2 10.8 6.3 23.5 6.3 36.7zm-40 .1c0-16.9-3.7-31-10.9-40.8a35.2 35.2 0 0 0-30.2-14.8c-12.9 0-23 4.9-30.2 14.8a69 69 0 0 0-10.7 40.8c0 17.1 3.6 28.6 10.8 38.5a35 35 0 0 0 30.2 14.9c12.9 0 23-5 30.2-14.9a61.4 61.4 0 0 0 10.8-38.5zm127.1 86.4c-64.1.3-64.1-51.8-64.1-60.1L1051 32l39.1-6.2v183.6c0 4.7 0 34.5 25.1 34.6v32.9zm68.9 0h-39.3V108.1l39.3-6.2v175zm-19.7-193.5a23.7 23.7 0 0 0 0-47.4 23.7 23.7 0 1 0 0 47.4zm117.4 18.6c12.9 0 23.8 1.6 32.6 4.8 8.8 3.2 15.9 7.7 21.1 13.4s8.9 13.5 11.1 21.7a100 100 0 0 1 3.4 27.1v100.6c-6 1.3-15.1 2.8-27.3 4.6s-25.9 2.7-41.1 2.7c-10.1 0-19.4-1-27.7-2.9-8.4-1.9-15.5-5-21.5-9.3a45 45 0 0 1-13.9-16.6c-3.3-6.8-5-16.4-5-26.4 0-9.6 1.9-15.7 5.6-22.3 3.8-6.6 8.9-12 15.3-16.2a65.8 65.8 0 0 1 22.4-9 128.3 128.3 0 0 1 55.4.8v-6.4c0-4.5-.5-8.8-1.6-12.8-1.1-4.1-3-7.6-5.6-10.7-2.7-3.1-6.2-5.5-10.6-7.2s-10-3-16.7-3a142.7 142.7 0 0 0-43.1 6.9l-4.7-32.1a170.2 170.2 0 0 1 51.9-7.7zm3.3 141.9c12 0 20.9-.7 27.1-1.9v-39.8a93.2 93.2 0 0 0-36.1-1.9c-4.4.6-8.4 1.8-11.9 3.5s-6.4 4.1-8.5 7.2a13.6 13.6 0 0 0-3.2 9.6c0 9.2 3.2 14.5 9 18a44.9 44.9 0 0 0 23.6 5.3zM512.9 103c12.9 0 23.8 1.6 32.6 4.8a52.2 52.2 0 0 1 21.1 13.4 52.1 52.1 0 0 1 11.1 21.7 100 100 0 0 1 3.4 27.1v100.6c-6 1.3-15.1 2.8-27.3 4.6a283.4 283.4 0 0 1-41.1 2.7c-10.1 0-19.4-1-27.7-2.9-8.4-1.9-15.5-5-21.5-9.3a45 45 0 0 1-13.9-16.6c-3.3-6.8-5-16.4-5-26.4 0-9.6 1.9-15.7 5.6-22.3 3.8-6.6 8.9-12 15.3-16.2a65.8 65.8 0 0 1 22.4-9 128.3 128.3 0 0 1 55.4.8v-6.4c0-4.5-.5-8.8-1.6-12.8-1.1-4.1-3-7.6-5.6-10.7a26.3 26.3 0 0 0-10.6-7.2c-4.4-1.7-10-3-16.7-3a142.7 142.7 0 0 0-43.1 6.9l-4.7-32.1c4.9-1.7 12.2-3.4 21.6-5.1 9.4-1.8 19.5-2.6 30.3-2.6zm3.4 142c12 0 20.9-.7 27.1-1.9v-39.8a93.2 93.2 0 0 0-36.1-1.9c-4.4.6-8.4 1.8-11.9 3.5s-6.4 4.1-8.5 7.2a13.6 13.6 0 0 0-3.2 9.6c0 9.2 3.2 14.5 9 18s13.7 5.3 23.6 5.3zm158.5 31.9c-64.1.3-64.1-51.8-64.1-60.1L610.6 32l39.1-6.2v183.6c0 4.7 0 34.5 25.1 34.6v32.9z"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.ais-search-box.ais-stalled-search .ais-search-box--magnifier-wrapper {
  display: none;
}

.ais-search-box.ais-stalled-search .ais-search-box--loading-indicator-wrapper {
  display: block;
}

.sbx-sffv {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 26px;
  white-space: nowrap;
  box-sizing: border-box;
  font-size: 14px;
}

.sbx-sffv__input, .sbx-sffv__wrapper {
  width: 100%;
  height: 100%;
}

.sbx-sffv__input {
  display: inline-block;
  transition: box-shadow 0.4s ease, background 0.4s ease;
  border: 0;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #ccc;
  background: #fff;
  padding: 0 20px 0 26px;
  vertical-align: middle;
  white-space: normal;
  font-size: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.sbx-sffv__input::-webkit-search-cancel-button, .sbx-sffv__input::-webkit-search-decoration, .sbx-sffv__input::-webkit-search-results-button, .sbx-sffv__input::-webkit-search-results-decoration {
  display: none;
}

.sbx-sffv__input:hover {
  box-shadow: inset 0 0 0 1px #b3b3b3;
}

.sbx-sffv__input:active, .sbx-sffv__input:focus {
  outline: 0;
  box-shadow: inset 0 0 0 1px #337ab7;
  background: #fff;
}

.sbx-sffv__input::-webkit-input-placeholder {
  color: #bbb;
}

.sbx-sffv__input::-ms-input-placeholder {
  color: #bbb;
}

.sbx-sffv__input::placeholder {
  color: #bbb;
}

.sbx-sffv__submit {
  position: absolute;
  top: 0;
  right: inherit;
  left: 0;
  margin: 0;
  border: 0;
  border-radius: 3px 0 0 3px;
  background-color: transparent;
  padding: 0;
  width: 26px;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  font-size: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sbx-sffv__submit::before {
  display: inline-block;
  margin-right: -4px;
  height: 100%;
  vertical-align: middle;
  content: "";
}

.sbx-sffv__submit:active, .sbx-sffv__submit:hover {
  cursor: pointer;
}

.sbx-sffv__reset:focus, .sbx-sffv__submit:focus {
  outline: 0;
}

.sbx-sffv__submit svg {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  fill: #337ab7;
}

.sbx-sffv__reset {
  display: none;
  position: absolute;
  top: 2px;
  right: 2px;
  margin: 0;
  border: 0;
  background: 0 0;
  cursor: pointer;
  padding: 0;
  font-size: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  fill: rgba(0, 0, 0, 0.5);
}

.sbx-sffv__reset svg {
  display: block;
  margin: 4px;
  width: 14px;
  height: 14px;
}

.sbx-sffv__input:valid ~ .sbx-sffv__reset {
  display: block;
  -webkit-animation-name: sbx-reset-in;
  animation-name: sbx-reset-in;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
}

.ais-refinement-list--item em {
  font-style: normal;
  font-weight: 700;
}

.ais-pagination--item {
  display: inline-block;
  padding: 3px;
}

.ais-pagination--item__disabled {
  visibility: hidden;
}

.ais-hierarchical-menu--list__lvl1, .ais-hierarchical-menu--list__lvl2 {
  margin-left: 10px;
}

.ais-range-input--fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.ais-range-input--labelMin {
  display: inline-block;
}

.ais-range-input--inputMin {
  min-width: 165px;
}

.ais-range-input--inputMax:hover:disabled, .ais-range-input--inputMin:hover:disabled {
  cursor: not-allowed;
}

.ais-range-input--separator {
  margin: 0 5px;
}

.ais-range-input--labelMax {
  display: inline-block;
}

.ais-range-input--inputMax {
  min-width: 165px;
}

.ais-range-input--submit {
  margin-left: 5px;
}

.ais-range-input--submit:disabled, .ais-range-input--submit:hover:disabled {
  cursor: not-allowed;
  background-color: #c9c9c9;
}

.ais-range-slider .ais-range-slider--disabled {
  cursor: not-allowed;
}

.ais-range-slider .ais-range-slider--disabled .ais-range-slider--handle {
  border-color: #ddd;
  cursor: not-allowed;
}

.ais-range-slider .ais-range-slider--disabled .rheostat-horizontal .rheostat-progress {
  background-color: #ddd;
}

.ais-range-slider .rheostat {
  overflow: visible;
  margin-top: 2em;
  margin-bottom: 2em;
}

.ais-range-slider .rheostat-background {
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  position: relative;
}

.ais-range-slider .rheostat-horizontal .rheostat-background {
  height: 6px;
  top: 0;
  width: 100%;
}

.ais-range-slider .rheostat-horizontal .rheostat-progress {
  background-color: #46aeda;
  position: absolute;
  height: 4px;
  top: 1px;
}

.ais-range-slider .rheostat-horizontal .rheostat-handle {
  margin-left: -12px;
  top: -7px;
}

.ais-range-slider .rheostat-horizontal .rheostat-handle .ais-range-slider--tooltip {
  text-align: center;
  margin-left: -10px;
  width: 40px;
}

.ais-range-slider .rheostat-horizontal .rheostat-handle::after, .ais-range-slider .rheostat-horizontal .rheostat-handle::before {
  top: 7px;
  height: 10px;
  width: 1px;
}

.ais-range-slider .rheostat-horizontal .rheostat-handle::before {
  left: 10px;
}

.ais-range-slider .rheostat-horizontal .rheostat-handle::after {
  left: 13px;
}

.ais-range-slider--handle {
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid #46aeda;
  border-radius: 50%;
  cursor: pointer;
}

.ais-range-slider--tooltip {
  position: absolute;
  background: #fff;
  top: -22px;
  font-size: 0.8em;
}

.ais-range-slider--value {
  width: 40px;
  position: absolute;
  text-align: center;
  margin-left: -20px;
  padding-top: 15px;
  font-size: 0.8em;
}

.ais-range-slider--marker {
  position: absolute;
  background: #ddd;
  margin-left: -1px;
  width: 1px;
  height: 5px;
}

.ais-star-rating--item {
  vertical-align: middle;
}

.ais-star-rating--item__active {
  font-weight: 700;
}

.ais-star-rating--star, .ais-star-rating--star__empty {
  display: inline-block;
  width: 1em;
  height: 1em;
}

.ais-star-rating--star::before {
  content: "★";
  color: #fbae00;
}

.ais-star-rating--star__empty::before {
  content: "☆";
  color: #fbae00;
}

.ais-star-rating--link__disabled .ais-star-rating--star::before, .ais-star-rating--link__disabled .ais-star-rating--star__empty::before {
  color: #c9c9c9;
}

.ais-root__collapsible .ais-header {
  cursor: pointer;
}

.ais-root__collapsed .ais-body, .ais-root__collapsed .ais-footer {
  display: none;
}

.ais-breadcrumb--home, .ais-breadcrumb--label, .ais-breadcrumb--separator {
  display: inline;
  color: #3369e7;
}

.ais-breadcrumb--item {
  display: inline;
}

.ais-breadcrumb--disabledLabel {
  color: #444;
  display: inline;
}

.ais-geo-search, .ais-geo-search--map {
  height: 100%;
}

.ais-geo-search--toggle-label {
  display: flex;
  align-items: center;
}

/*! instantsearch.js 2.10.4 | © Algolia Inc. and other contributors; Licensed MIT | github.com/algolia/instantsearch.js */
.ais-clear-all--link, .ais-current-refined-values--clear-all, .ais-price-ranges--button, .ais-range-input--submit {
  color: #fff;
  display: inline-block;
  background: #3369e7;
  border-radius: 4px;
  font-size: 12px;
  text-decoration: none;
  padding: 4px 8px;
}

.ais-geo-search--clear, .ais-geo-search--redo {
  color: #fff;
  display: inline-block;
  background: #3369e7;
  font-size: 12px;
  text-decoration: none;
}

.ais-clear-all--link:hover, .ais-current-refined-values--clear-all:hover, .ais-geo-search--clear:hover, .ais-geo-search--redo:hover, .ais-price-ranges--button:hover, .ais-range-input--submit:hover {
  text-decoration: none;
  color: #fff;
  background: #184ecd;
}

.ais-clear-all--link-disabled, .ais-current-refined-values--clear-all-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.ais-current-refined-values--clear-all {
  margin-bottom: 5px;
}

.ais-current-refined-values--item, .ais-hierarchical-menu--item, .ais-menu--item {
  font-size: 14px;
  line-height: 30px;
}

.ais-refinement-list--item {
  font-size: 14px;
}

.ais-star-rating--item, .ais-toggle--item {
  font-size: 14px;
  line-height: 30px;
}

.ais-geo-search--toggle-label {
  line-height: 30px;
}

.ais-current-refined-values--link, .ais-geo-search--toggle-label, .ais-hierarchical-menu--link, .ais-menu--link, .ais-price-ranges--link, .ais-refinement-list--label, .ais-star-rating--link, .ais-toggle--label {
  color: #3e82f7;
  text-decoration: none;
}

.ais-current-refined-values--link:hover, .ais-geo-search--toggle-label:hover, .ais-hierarchical-menu--link:hover, .ais-menu--link:hover, .ais-price-ranges--link:hover, .ais-refinement-list--label:hover, .ais-star-rating--link:hover, .ais-toggle--label:hover {
  color: #184ecd;
  text-decoration: none;
}

.ais-current-refined-values--count, .ais-hierarchical-menu--count, .ais-menu--count, .ais-refinement-list--count, .ais-star-rating--count, .ais-toggle--count {
  background: rgba(39, 81, 175, 0.1);
  border-radius: 31px;
  color: #3e82f7;
  padding: 2px 10px;
}

.ais-hierarchical-menu--item__active > div > .ais-hierarchical-menu--link, .ais-menu--item__active > div > .ais-menu--link, .ais-refinement-list--item__active > div > .ais-geo-search--toggle-label, .ais-refinement-list--item__active > div > .ais-refinement-list--label, .ais-refinement-list--item__active > div > .ais-toggle--label {
  font-weight: 700;
}

.ais-hierarchical-menu--item__active > div > .ais-hierarchical-menu--link::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.ais-hierarchical-menu--link {
  position: relative;
}

.ais-hierarchical-menu--link::after {
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 8 13' xmlns='http://www.w3.org/2000/svg'><path d='M1.5 1.5l5 4.98-5 5.02' stroke='%23697782' stroke-width='1.5' fill='none' fill-rule='evenodd' stroke-linecap='round' opacity='.4'/></svg>") no-repeat center center/contain;
  content: " ";
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  right: -22px;
  height: 14px;
  width: 14px;
}

select.ais-hits-per-page-selector, select.ais-menu-select--select, select.ais-numeric-selector, select.ais-sort-by-selector {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("data:image/svg+xml;utf8,<svg viewBox='0 0 12 7' xmlns='http://www.w3.org/2000/svg'><path d='M11 1L6.02 6 1 1' stroke-width='1.5' stroke='%23BFC7D8' fill='none' fill-rule='evenodd' stroke-linecap='round'/></svg>") no-repeat center right 16px/10px;
  box-shadow: 0 1px 1px 0 rgba(85, 95, 110, 0.2) !important;
  border: solid 1px #d4d8e3 !important;
  border-radius: 4px;
  color: #697782;
  font-size: 12px;
  transition: background 0.2s ease, box-shadow 0.2s ease;
  padding: 8px 32px 8px 16px;
  outline: 0;
}

.ais-menu button, .ais-refinement-list div > button {
  background: 0 0;
  border: 0;
  cursor: pointer;
  font-size: 11px;
}

.ais-refinement-list--item {
  line-height: 24px;
}

.ais-geo-search--toggle-label, .ais-refinement-list--label, .ais-toggle--label {
  cursor: pointer;
}

.ais-geo-search--toggle-label input[type=checkbox], .ais-geo-search--toggle-label input[type=radio], .ais-refinement-list--label input[type=checkbox], .ais-refinement-list--label input[type=radio], .ais-toggle--label input[type=checkbox], .ais-toggle--label input[type=radio] {
  margin-right: 5px;
}

.ais-pagination {
  background: #fff;
  box-shadow: 0 1px 1px 0 rgba(85, 95, 110, 0.2);
  border: solid 1px #d4d8e3;
  border-radius: 4px;
  display: inline-block;
  padding: 8px 16px;
  width: auto;
  margin: 0;
}

.ais-pagination--item {
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  width: 28px;
}

.ais-pagination--item:hover {
  background: rgba(39, 81, 175, 0.1);
}

.ais-pagination--item__disabled {
  color: #bbb;
  opacity: 0.5;
  pointer-events: none;
  visibility: visible;
}

.ais-pagination--item__active {
  background: #3369e7;
}

.ais-pagination--item__active .ais-pagination--link {
  color: #fff;
}

.ais-pagination--link {
  color: #697782;
  display: block;
  text-decoration: none;
  width: 100%;
}

.ais-pagination--link:hover {
  color: #3369e7;
  text-decoration: none;
}

.ais-price-ranges--item {
  font-size: 14px;
  line-height: 24px;
}

.ais-price-ranges--item__active {
  font-weight: 700;
}

.ais-price-ranges--form {
  margin-top: 10px;
}

.ais-price-ranges--input {
  background: #fff;
  box-shadow: inset 0 1px 1px 0 rgba(85, 95, 110, 0.2);
  border: solid 1px #d4d8e3;
  border-radius: 4px;
  outline: 0;
}

.ais-price-ranges--button {
  border: 0;
  outline: 0;
  margin-left: 5px;
  position: relative;
  top: -2px;
}

.ais-range-input--inputMax, .ais-range-input--inputMin {
  background: #fff;
  box-shadow: inset 0 1px 1px 0 rgba(85, 95, 110, 0.2);
  border: solid 1px #d4d8e3;
  border-radius: 4px;
  outline: 0;
}

.ais-range-input--submit {
  border: 0;
  outline: 0;
  margin-left: 5px;
  position: relative;
  top: -2px;
}

.ais-range-slider--handle {
  border: 1px solid #3369e7;
}

.ais-range-slider .rheostat-progress {
  background-color: #3369e7 !important;
}

.ais-search-box {
  display: inline-block;
  position: relative;
  height: 46px;
  white-space: nowrap;
  font-size: 14px;
}

.ais-search-box--input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
  background: #fff;
  color: #000;
  display: inline-block;
  border: 1px solid #d4d8e3;
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(85, 95, 110, 0.2);
  transition: box-shadow 0.4s ease, background 0.4s ease;
  padding: 10px 10px 10px 35px;
  vertical-align: middle;
  white-space: normal;
  height: 100%;
  width: 100%;
}

.ais-search-box--input:focus {
  box-shadow: none;
  outline: 0;
}

.ais-search-box--reset {
  fill: #bfc7d8;
  top: calc(50% - 6px);
  right: 13px;
}

.ais-search-box--loading-indicator-wrapper, .ais-search-box--magnifier {
  fill: #bfc7d8;
  left: 12px;
  top: calc(50% - 9px);
}

.ais-search-box--loading-indicator-wrapper svg, .ais-search-box--magnifier svg {
  height: 18px;
  width: 18px;
}

.ais-stats {
  color: #697782;
  font-size: 14px;
  opacity: 0.6;
}

.ais-toggle--item__active {
  font-weight: 700;
}

.ais-breadcrumb--root .ais-breadcrumb--label {
  display: inline;
  color: #3369e7;
}

.ais-breadcrumb--root .ais-breadcrumb--separator {
  color: #3369e7;
}

.ais-breadcrumb--root .ais-breadcrumb--home {
  display: inline;
  color: #3369e7;
}

.ais-breadcrumb--root .ais-breadcrumb--home div, .ais-breadcrumb--root .ais-breadcrumb--label div, .ais-breadcrumb--root .ais-breadcrumb--separator div {
  display: inline;
}

.ais-breadcrumb--root .ais-breadcrumb--disabledLabel {
  color: #444;
  display: inline;
}

.ais-breadcrumb--root .ais-breadcrumb--separator {
  position: relative;
  display: inline-block;
  height: 14px;
  width: 14px;
}

.ais-breadcrumb--root .ais-breadcrumb--separator::after {
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 8 13' xmlns='http://www.w3.org/2000/svg'><path d='M1.5 1.5l5 4.98-5 5.02' stroke='%23697782' stroke-width='1.5' fill='none' fill-rule='evenodd' stroke-linecap='round' opacity='.4'/></svg>") no-repeat center center/contain;
  content: " ";
  display: block;
  position: absolute;
  top: 2px;
  height: 14px;
  width: 14px;
}

.ais-geo-search {
  position: relative;
}

.ais-geo-search--clear {
  box-shadow: 0 1px 1px 0 rgba(85, 95, 110, 0.2);
  border: solid 1px #d4d8e3;
  border-radius: 4px;
  padding: 8px 15px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ais-geo-search--clear:hover, .ais-geo-search--redo:hover {
  cursor: pointer;
}

.ais-geo-search--control {
  position: absolute;
  top: 10px;
  left: 50px;
}

.ais-geo-search--redo, .ais-geo-search--toggle-label {
  box-shadow: 0 1px 1px 0 rgba(85, 95, 110, 0.2);
  border: solid 1px #d4d8e3;
  border-radius: 4px;
}

.ais-geo-search--toggle-label {
  font-size: 12px;
  background: #fff;
  padding: 0 15px;
}

.ais-geo-search--redo {
  padding: 8px 15px;
}

.ais-geo-search--redo:disabled {
  background: #a0b8f3;
}

[class^=ais-], [class^=ais-] > *, [class^=ais-] > ::after, [class^=ais-] > ::before {
  box-sizing: border-box;
}

.ais-header {
  border-bottom: 2px solid #eee;
  font-size: 0.8em;
  margin: 0 0 6px;
  padding: 0 0 6px;
  text-transform: uppercase;
}

.site-header .wrapper .site-title {
  display: flex;
  align-items: last baseline;
  gap: 10px;
}

.site-nav {
  float: none;
}
.site-nav .site-nav .page-link:not(:last-child) {
  margin: inherit;
}
.site-nav .page-link {
  display: inline;
  width: 34px;
  margin: 0 auto;
  padding: 8px 0;
  text-align: center;
}
.site-nav .page-link:not(:last-child) {
  margin: 0 auto;
}
.site-nav input ~ .trigger {
  clear: both;
  display: none;
}
.site-nav input:checked ~ .trigger {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 5px;
}
@media screen and (min-width: 600px) {
  .site-nav input ~ .trigger {
    display: flex;
    flex-wrap: wrap;
  }
}

.alternate-expressions, .expression-variations, .expression-synonyms {
  margin-bottom: 10px;
  color: #444444;
}
.alternate-expressions .chip, .expression-variations .chip, .expression-synonyms .chip {
  display: inline-block;
  font-style: italic;
}

.expression-definition-wrapper .expression-definition {
  display: flex;
  flex-wrap: nowrap;
}
.expression-definition-wrapper .expression-definition .expression-entry-number {
  color: #5A5A5A;
}
.expression-definition-wrapper .expression-definition .expression-definition-text {
  margin-left: 20px;
  margin-right: 5px;
}
.expression-definition-wrapper .expression-example {
  margin-left: 20px;
  margin-right: 5px;
}
.expression-definition-wrapper .expression-synonyms {
  margin-left: 20px;
  margin-right: 5px;
}
.expression-definition-wrapper .expression-metadata {
  margin-left: 20px;
  margin-right: 5px;
  color: #5A5A5A;
}
.expression-definition-wrapper .expression-images {
  margin-left: 20px;
  margin-right: 5px;
}
.expression-definition-wrapper .expression-images ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.expression-definition-wrapper .expression-images ul li img {
  width: auto;
  height: 100%;
}
.expression-definition-wrapper .expression-videos {
  margin-left: 20px;
  margin-right: 5px;
}
.expression-definition-wrapper p.title {
  font-weight: bold;
  font-size: 1.2em;
  color: rgba(0, 0, 0, 0.85);
}

.div404 {
  margin: auto auto;
  max-width: 600px;
  text-align: center;
}
.div404 p.title {
  font-size: 1.6em;
  font-weight: bold;
}

#noscript {
  background-color: crimson;
  color: white;
  text-align: center;
  padding: 10px 0;
}

footer {
  background-color: #f9f9f9;
}
footer ul {
  list-style: none;
  margin: 0;
}
footer ul li {
  margin: 5px 0;
}

.page-content .wrapper {
  /* each post */
}
.page-content .wrapper .home img#landing-page-photo {
  width: 100%;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: 0 -130px;
}
.page-content .wrapper .post-list {
  column-count: 1;
  column-gap: 1em;
}
.page-content .wrapper .post-list .post-card {
  display: inline-block;
  width: 100%;
}
.page-content .wrapper .post {
  max-width: 60vw;
}
.page-content .wrapper .post .post-content p > img {
  margin: 1rem 0;
}

@media screen and (min-width: 1000px) {
  .page-content .wrapper .post-list {
    column-count: 2;
  }
}

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