html {
  font-family: sans-serif;
  box-sizing: border-box;
  font-size: 16px;
  scroll-behavior: smooth;

  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: #333;
  background-color: #fff;
  overflow-x: hidden;

  /* iOS seems to be making the page really wide... */
  max-width: 100%;
  margin: 0;
}

:root {
  --theme-primary-color: #6f916f;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
}

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

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
  /* line-break: anywhere; /* mobile: fixes accidental horizontal margin expansion */
  line-break: loose;
}

a:active,
a:hover {
  outline-width: 0;
}

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

b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
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: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;

  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #555;
}

button,
input,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button,
input,
select {
  overflow: visible;
}

button,
input,
select,
textarea {
  margin: 0;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  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;
}

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

/*
// End Normalize
// =========================================== */
/* ===========================================
 * Global classes
 * =========================================== */
.disable-hover {
  pointer-events: none;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.hide-text {
  text-indent: -99999px;
  direction: ltr;
  font-size: 0;
}

.image-replace {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
}

.sr {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.center-element {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate-infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.no-float {
  float: none;
}

.no-background {
  background: transparent;
}

.no-border {
  border: 0;
}

.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}

.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.row:before,
.row:after {
  content: "";
  display: table;
}

.row:after {
  clear: both;
}

.row {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.container-full {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 767px) {
  .container,
  .container-full {
    width: 768px;
  }
}

@media only screen and (min-width: 989px) {
  .container,
  .container-full {
    width: 990px;
  }
}

@media only screen and (min-width: 1169px) {
  .container,
  .container-full {
    width: 1170px;
  }
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  float: left;
}
.col-1 {
  width: 8.33333333%;
}
.col-2 {
  width: 16.66666667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333%;
}
.col-5 {
  width: 41.66666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33333333%;
}
.col-8 {
  width: 66.66666667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333%;
}
.col-11 {
  width: 91.66666667%;
}
.col-12 {
  width: 100%;
}
.push-1 {
  left: 8.33333333%;
}
.push-2 {
  left: 16.66666667%;
}
.push-3 {
  left: 25%;
}
.push-4 {
  left: 33.33333333%;
}
.push-5 {
  left: 41.66666667%;
}
.push-6 {
  left: 50%;
}
.push-7 {
  left: 58.33333333%;
}
.push-8 {
  left: 66.66666667%;
}
.push-9 {
  left: 75%;
}
.push-10 {
  left: 83.33333333%;
}
.push-11 {
  left: 91.66666667%;
}
.pull-1 {
  left: -8.33333333%;
}
.pull-2 {
  left: -16.66666667%;
}
.pull-3 {
  left: -25%;
}
.pull-4 {
  left: -33.33333333%;
}
.pull-5 {
  left: -41.66666667%;
}
.pull-6 {
  left: -50%;
}
.pull-7 {
  left: -58.33333333%;
}
.pull-8 {
  left: -66.66666667%;
}
.pull-9 {
  left: -75%;
}
.pull-10 {
  left: -83.33333333%;
}
.pull-11 {
  left: -91.66666667%;
}
.no-push,
.no-pull {
  left: 0;
}
.hide-mobile {
  display: none;
}
.show-mobile {
  display: block;
}
.show-mobile-inline-block {
  display: inline-block;
}
.show-mobile-inline {
  display: inline;
}

@media only screen and (min-width: 767px) {
  .col-tablet-1,
  .col-tablet-2,
  .col-tablet-3,
  .col-tablet-4,
  .col-tablet-5,
  .col-tablet-6,
  .col-tablet-7,
  .col-tablet-8,
  .col-tablet-9,
  .col-tablet-10,
  .col-tablet-11,
  .col-tablet-12 {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left;
  }
  .col-tablet-1 {
    width: 8.33333333%;
  }
  .col-tablet-2 {
    width: 16.66666667%;
  }
  .col-tablet-3 {
    width: 25%;
  }
  .col-tablet-4 {
    width: 33.33333333%;
  }
  .col-tablet-5 {
    width: 41.66666667%;
  }
  .col-tablet-6 {
    width: 50%;
  }
  .col-tablet-7 {
    width: 58.33333333%;
  }
  .col-tablet-8 {
    width: 66.66666667%;
  }
  .col-tablet-9 {
    width: 75%;
  }
  .col-tablet-10 {
    width: 83.33333333%;
  }
  .col-tablet-11 {
    width: 91.66666667%;
  }
  .col-tablet-12 {
    width: 100%;
  }
  .push-tablet-1 {
    left: 8.33333333%;
  }
  .push-tablet-2 {
    left: 16.66666667%;
  }
  .push-tablet-3 {
    left: 25%;
  }
  .push-tablet-4 {
    left: 33.33333333%;
  }
  .push-tablet-5 {
    left: 41.66666667%;
  }
  .push-tablet-6 {
    left: 50%;
  }
  .push-tablet-7 {
    left: 58.33333333%;
  }
  .push-tablet-8 {
    left: 66.66666667%;
  }
  .push-tablet-9 {
    left: 75%;
  }
  .push-tablet-10 {
    left: 83.33333333%;
  }
  .push-tablet-11 {
    left: 91.66666667%;
  }
  .pull-tablet-1 {
    left: -8.33333333%;
  }
  .pull-tablet-2 {
    left: -16.66666667%;
  }
  .pull-tablet-3 {
    left: -25%;
  }
  .pull-tablet-4 {
    left: -33.33333333%;
  }
  .pull-tablet-5 {
    left: -41.66666667%;
  }
  .pull-tablet-6 {
    left: -50%;
  }
  .pull-tablet-7 {
    left: -58.33333333%;
  }
  .pull-tablet-8 {
    left: -66.66666667%;
  }
  .pull-tablet-9 {
    left: -75%;
  }
  .pull-tablet-10 {
    left: -83.33333333%;
  }
  .pull-tablet-11 {
    left: -91.66666667%;
  }
  .no-push-tablet,
  .no-pull-tablet {
    left: 0;
  }
  .hide-tablet {
    display: none;
  }
  .show-tablet {
    display: block;
  }
  .show-tablet-inline-block {
    display: inline-block;
  }
  .show-tablet-inline {
    display: inline;
  }
  .tablet-no-padding {
    padding: 0;
  }
}

@media only screen and (min-width: 989px) {
  .col-desktop-1,
  .col-desktop-2,
  .col-desktop-3,
  .col-desktop-4,
  .col-desktop-5,
  .col-desktop-6,
  .col-desktop-7,
  .col-desktop-8,
  .col-desktop-9,
  .col-desktop-10,
  .col-desktop-11,
  .col-desktop-12 {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left;
  }
  .col-desktop-1 {
    width: 8.33333333%;
  }
  .col-desktop-2 {
    width: 16.66666667%;
  }
  .col-desktop-3 {
    width: 25%;
  }
  .col-desktop-4 {
    width: 33.33333333%;
  }
  .col-desktop-5 {
    width: 41.66666667%;
  }
  .col-desktop-6 {
    width: 50%;
  }
  .col-desktop-7 {
    width: 58.33333333%;
  }
  .col-desktop-8 {
    width: 66.66666667%;
  }
  .col-desktop-9 {
    width: 75%;
  }
  .col-desktop-10 {
    width: 83.33333333%;
  }
  .col-desktop-11 {
    width: 91.66666667%;
  }
  .col-desktop-12 {
    width: 100%;
  }
  .push-desktop-1 {
    left: 8.33333333%;
  }
  .push-desktop-2 {
    left: 16.66666667%;
  }
  .push-desktop-3 {
    left: 25%;
  }
  .push-desktop-4 {
    left: 33.33333333%;
  }
  .push-desktop-5 {
    left: 41.66666667%;
  }
  .push-desktop-6 {
    left: 50%;
  }
  .push-desktop-7 {
    left: 58.33333333%;
  }
  .push-desktop-8 {
    left: 66.66666667%;
  }
  .push-desktop-9 {
    left: 75%;
  }
  .push-desktop-10 {
    left: 83.33333333%;
  }
  .push-desktop-11 {
    left: 91.66666667%;
  }
  .pull-desktop-1 {
    left: -8.33333333%;
  }
  .pull-desktop-2 {
    left: -16.66666667%;
  }
  .pull-desktop-3 {
    left: -25%;
  }
  .pull-desktop-4 {
    left: -33.33333333%;
  }
  .pull-desktop-5 {
    left: -41.66666667%;
  }
  .pull-desktop-6 {
    left: -50%;
  }
  .pull-desktop-7 {
    left: -58.33333333%;
  }
  .pull-desktop-8 {
    left: -66.66666667%;
  }
  .pull-desktop-9 {
    left: -75%;
  }
  .pull-desktop-10 {
    left: -83.33333333%;
  }
  .pull-desktop-11 {
    left: -91.66666667%;
  }
  .no-push-desktop,
  .no-pull-desktop {
    left: 0;
  }
  .hide-desktop {
    display: none;
  }
  .show-desktop {
    display: block;
  }
  .show-desktop-inline-block {
    display: inline-block;
  }
  .show-desktop-inline {
    display: inline;
  }
  .desktop-no-padding {
    padding: 0;
  }
}

/* ===========================================
 * Site typography
 * =========================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
  /* line-break: anywhere; /* mobile: fixes accidental horizontal margin expansion */
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
}

h1,
h2,
h3 {
  margin: 0;
}

h1 small,
h2 small,
h3 small {
  font-size: 65%;
}

h4,
h5,
h6 {
  margin: 0;
}

h4 small,
h5 small,
h6 small {
  font-size: 75%;
}

h1 {
  font-size: 60px;
  font-size: 3rem;
}

h2 {
  font-size: 48px;
  font-size: 2rem;
}

h3 {
  font-size: 38px;
  font-size: 1.625rem;
}

h4 {
  font-size: 28px;
  font-size: 1.375rem;
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
}

h6 {
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 38px;
    font-size: 1.75rem;
  }

}

@media screen and (max-width: 400px) {
  h2 {
    font-size: 28px;
    font-size: 1.625rem;
  }

  h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }

  h4 {
    font-size: 22px;
    font-size: 1.4rem;
  }

}

p {
  margin: 0 0 13px;
}

.lead {
  margin: 25px 0 100px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.65;
}

a {
  color: #f96315;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: #d64d05;
  outline: 0;
}

a:focus {
  color: #f96315;
  outline: 0;
}

a:active {
  color: #bd4405;
}

b,
strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

small {
  font-size: 16px;
  font-size: 1rem;
}

.tiny {
  font-size: 0.5em;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted;
}

address {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.42857143;
}

dfn {
  font-style: italic;
}

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

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


sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

del,
.del {
  text-decoration: line-through;
}

/* ===========================================
 * General site styling
 * =========================================== */

*,
*:before,
*:after {
  box-sizing: border-box;
}

::-moz-selection {
  background: #f0f0f0;
  color: #333333;
}

::selection {
  background: #f0f0f0;
  color: #333333;
}

hr {
}

/************************/
/* Blog listing styling */
/************************/

.article__list {
  padding: 1em;
}

.article__item {
  list-style-type: none;
  padding-bottom: 25px;
  margin-bottom: 0;
}

@media screen and (min-width: 767px) {
  .article__item {
    padding-bottom: 60px;
  }

}

.article__item:not(:last-child) {
  margin: 0 0 25px;
  border-bottom: 1px solid #e1d9d4;
}

@media screen and (min-width: 767px) {
  .article__item:not(:last-child) {
    margin: 0 0 60px;
  }

}

.article__meta {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #a4958c;
  margin-bottom: 5px;
}

.article__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 20px;
}

@media screen and (min-width: 767px) {
  .article__title {
    font-size: 28px;
    font-size: 1.75rem;
  }

}

.article__title a {
  display: block;
  color: #333333;
}

.article__title a:hover {
  color: #f96315;
}

.article__summary {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .article__summary {
    font-size: 16px;
    font-size: 1rem;
  }

}

.article .blog-tag:first-child {
  margin-left: 0;
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .article-content p {
    font-size: 16px;
    font-size: 1rem;
  }

}

.article-content a {
  text-decoration: underline;
}

.article-content a:hover {
  background-color: var(--theme-primary-color);
  text-decoration: none;
  color: black;
}

.article-content table {
  margin-top: 25px;
  margin-bottom: 25px;
}

.article-content ol,
.article-content ul {
  margin-top: .5em;
  margin-bottom: .5em;
}

@media screen and (max-width: 767px) {
  .article-content ol,
  .article-content ul {
    font-size: 16px;
    font-size: 1rem;
  }

}

@media screen and (min-width: 989px) {
  .article-content .figure--bleed,
  .article-content figure--bleed {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: -10%;
    margin-right: -10%;
  }

}

.article-content .figure-inline,
.article-content figure-inline {
  margin-top: 25px;
  margin-bottom: 25px;
}

@media screen and (min-width: 767px) {
  .article-content .figure-inline,
  .article-content figure-inline {
    width: 50%;
  }

}

@media screen and (min-width: 767px) {
  .article-content .figure-inline--left,
  .article-content figure-inline--left {
    float: left;
    margin-right: 25px;
  }

}

@media screen and (min-width: 989px) {
  .article-content .figure-inline--left,
  .article-content figure-inline--left {
    margin-left: -10%;
  }

}

@media screen and (min-width: 767px) {
  .article-content .figure-inline--right,
  .article-content figure-inline--right {
    float: right;
    margin-left: 25px;
  }

}

@media screen and (min-width: 989px) {
  .article-content .figure-inline--right,
  .article-content figure-inline--right {
    margin-right: -10%;
  }

}

@media screen and (min-width: 767px) {
  .article-content .figure-inline figcaption,
  .article-content figure-inline figcaption,
  .article-content .figure-inline .figcation,
  .article-content figure-inline .figcation {
    text-align: left;
  }

}

.article-content .figure img,
.article-content figure img {
  margin: 0 0 15px;
}

.article-content .figure figcaption,
.article-content figure figcaption,
.article-content .figure .figcaption,
.article-content figure .figcaption {
  margin-bottom: 0;
}

.article-content img {
  max-height: 75vh;
  max-width: 90vw;
  margin: 25px 0 15px;
}

/** 2022/09/23, not sure why this is here, it's distorting /post/remember-the-firefox-phone  */
/* @media screen and (min-width: 1200px) { */
/*   .article-content img { width: 50vw; } */
/* } */

.article-content figcaption,
.article-content .figcaption {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  color: #a4958c;
  margin-bottom: 25px;
}

.article-category {
  margin-top: 60px;
}

.article-category__title {
  font-weight: 500;
  margin-bottom: 15px;
}

.article-footer {
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: #cdcdcd;
  max-width: 100%;
  width: 100%;
  box-shadow: inset 0px 10px 10px #AAA;
}

.article-author {
  margin-bottom: 30px;
}

.article-author:before,
.article-author:after {
  content: "";
  display: table;
}

.article-author:after {
  clear: both;
}

.article-author__figure {
  margin-bottom: 15px;
}

@media screen and (min-width: 450px) {
  .article-author__figure {
    float: left;
    margin-bottom: 0;
  }

}

.article-author__image {
  border-radius: 50%;
  display: block;
  max-width: 64px;
  height: auto;
}

@media screen and (min-width: 450px) {
  .article-author__bio {
    margin-left: 90px;
  }
}

.article-author__name {
  font-size: 18px;
  font-size: 1.125rem;
}

.article-author__title {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #a4958c;
}

.article-author__title:before {
  content: "•";
  color: #a4958c;
  margin-left: 5px;
  margin-right: 5px;
}

.article-author p {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
}

.blog-tag {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  background-color: #ffe8e1;
  border-radius: 2px;
  padding: 2px 6px;
  margin-left: 3px;
  margin-right: 3px;
}

.blog-tag__list {
  margin: 0;
  padding: 0;
}

.blog-tag__list:before,
.blog-tag__list:after {
  content: "";
  display: table;
}

.blog-tag__list:after {
  clear: both;
}
.blog-tag__item {
  list-style-type: none;
  display: inline-block;
  float: left;
  line-height: 1;
}
.pagination {
  text-align: center;
  position: relative;
  border-top: 2px solid #e1d9d4;
  padding-top: 25px;
  padding-bottom: 80px;
}
.pagination__list {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.pagination__list:before,
.pagination__list:after {
  content: "";
  display: table;
}
.pagination__list:after {
  clear: both;
}
.pagination__item {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
}
@media screen and (max-width: 550px) {
  .pagination__item {
    display: none;
  }
}
.pagination__item.ellipsis {
  color: #a4958c;
}
.pagination__item.prev,
.pagination__item.next {
  position: absolute;
}
@media screen and (max-width: 550px) {
  .pagination__item.prev,
  .pagination__item.next {
    display: block;
  }
}
.pagination__item.prev .icon,
.pagination__item.next .icon {
  width: 12px;
  height: 12px;
}
.pagination__item.prev {
  left: 0;
}
.pagination__item.prev .icon {
  margin-right: 5px;
}
.pagination__item.next {
  right: 0;
}
.pagination__item.next .icon {
  top: 1px;
  margin-left: 5px;
}
.pagination__link {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #a4958c;
  padding: 0 7px;
  margin: 0 7px;
  display: block;
}
.pagination__link:hover {
  color: #f96315;
}
.pagination__link.is-active {
  color: #f96315;
  background-color: #ffe8e1;
  border-radius: 2px;
}
/* ===========================================
   Share section styling
   =========================================== */
.share__list {
  margin: 0;
  padding: 0;
}
.share__list:before,
.share__list:after {
  content: "";
  display: table;
}
.share__list:after {
  clear: both;
}
.share__item {
  line-height: 1;
  float: left;
  display: block;
  list-style-type: none;
  margin: 0 15px 0 0;
}
.share__link:hover .share__icon--twitter {
  fill: #02bfff;
}
.share__link:hover .share__icon--facebook {
  fill: #034685;
}
.share__link:hover .share__icon--google-plus {
  fill: #b03626;
}
.share__icon {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 20px;
  height: 20px;
}
.share__icon--twitter {
  fill: #35ccff;
}
.share__icon--facebook {
  fill: #03539e;
}
.share__icon--google-plus {
  top: -2px;
  width: 24px;
  height: 24px;
  fill: #d34836;
}
/* ===========================================
   Cta section styling
   =========================================== */
.cta:before,
.cta:after {
  content: "";
  display: table;
}
.cta:after {
  clear: both;
}
.cta__title {
  line-height: 1.3;
  margin-bottom: 25px;
}
.cta__title.no-margin {
  margin-bottom: 0;
}
.cta__title.emphasis {
  color: #f96315;
}
.cta p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.cta__button {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 16.66666667px;
}
@media screen and (min-width: 767px) {
  .cta__button {
    margin-top: 40px;
  }
}
.cta__box {
  background-color: #f96315;
  color: #ffffff;
  padding: 25px;
}
@media screen and (min-width: 989px) {
  .cta__box {
    float: left;
    width: 460px;
    height: 460px;
  }
}
@media screen and (min-width: 767px) {
  .cta__box {
    padding: 60px;
  }
}
.cta__box--contact {
  position: relative;
  background-image: url("../images/contact/new-york.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cta__box-address {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
}
.cta__box-link {
  font-weight: 500;
  color: #ffffff;
  opacity: 0.6;
}
.cta__box-link:hover,
.cta__box-link:active,
.cta__box-link:focus {
  color: #ffffff;
  opacity: 1;
}
.cta__box-link--contact {
  margin-top: 25px;
}
@media screen and (min-width: 989px) {
  .cta__box-link--contact {
    position: absolute;
    bottom: 60px;
  }
}
.cta__box-icon {
  top: 2px;
  margin-right: 5px;
}
.cta__more {
  margin-top: 60px;
}
@media screen and (min-width: 989px) {
  .cta__more {
    margin-left: 490px;
  }
}
.cta__more-list {
  margin: 0;
  padding: 0;
}
.cta__more-item {
  list-style-type: none;
  margin: 0;
  padding: 20px 0;
  border-bottom: 2px solid #f0f0f0;
  display: block;
}
.cta__more-item:first-child {
  padding-top: 0;
}
.cta__more-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.cta__more-link {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #333333;
  padding-left: 40px;
  display: block;
  position: relative;
}
.cta__more-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.cta__more-link--github:before {
  background-image: url("../images/png-icons/icon-github.png");
}
.cta__more-link--gitter:before {
  background-image: url("../images/png-icons/icon-gitter.png");
}
.cta__more-link--discourse:before {
  background-image: url("../images/png-icons/icon-discourse.png");
}
.cta__more-link--slack:before {
  background-image: url("../images/png-icons/icon-slack.png");
}
.cta__more-link--blog:before {
  background-image: url("../images/png-icons/icon-dgraph.png");
}
.cta__more-link--email:before {
  background-image: url("../images/png-icons/icon-email.png");
}
.cta__more-link--wiki:before {
  background-image: url("../images/png-icons/icon-wiki.png");
}
.cta__next {
  margin-top: 50px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (min-width: 989px) {
  .cta__next {
    margin-left: 490px;
    position: relative;
    top: -50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
}
@media screen and (min-width: 450px) {
  .cta__next p {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 450px) {
  .cta__next-link {
    display: block;
    margin-top: 15px;
  }
}
.cta__contact {
  margin-top: 60px;
}
@media screen and (min-width: 989px) {
  .cta__contact {
    margin-left: 490px;
  }
}
.cta__contact-list {
  margin: 0;
  padding: 0;
}
.cta__contact-item {
  font-size: 15px;
  font-size: 0.9375rem;
  list-style-type: none;
  margin: 0;
  padding: 20px 0;
  border-bottom: 2px solid #f0f0f0;
  display: block;
}
@media screen and (min-width: 450px) {
  .cta__contact-item {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
.cta__contact-item:first-child {
  padding-top: 0;
}
.cta__contact-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.cta__contact-link {
  display: block;
  position: relative;
}
.cta-wrapper {
  padding-bottom: 80px;
}
.cta-wrapper--career .cta__next {
  margin-top: 80px;
}
@media screen and (max-width: 989px) {
  .cta-wrapper--career .cta__next {
    margin-top: 50px;
  }
}
/* ===========================================
   Social links styling
   =========================================== */
.social__nav {
  display: inline-block;
  text-align: left;
}
.social__list {
  padding: 0;
  margin: 0;
}

.social__list--inline:before,
.social__list--inline:after {
  content: "";
  display: table;
}

.social__list--inline:after {
  clear: both;
}

.social__item {
  list-style-type: none;
  margin: 0 0 10px;
}

.social__item--inline {
  float: left;
  margin: 0;
}

.social__link {
  font-size: 16px;
  font-size: 1rem;
  color: #333333;
}

.social__icon {
  width: 20px;
  height: 20px;
  top: 5px;
  margin-right: 10px;
}

.social__icon--twitter {
  fill: #35ccff;
}

.social__icon--linkedin {
  fill: #217bc1;
}

/* ===========================================
 * Button styling
 * =========================================== */

.button {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  touch-action: manipulation;
  background-image: none;
  background-color: #f96315;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  white-space: nowrap;
  padding: 12px 20px;
  font-weight: normal;
}

.button:hover,
.button:focus {
  color: #fff;
  background-color: #d64d05;
  text-decoration: none;
}

.button:active {
  color: #fff;
  text-decoration: none;
}

.button--white {
  border-radius: 4px;
  background-color: #ffffff;
  color: #f96315;
  font-weight: 700;
}

.button--white:hover,
.button--white:focus {
  background-color: #ffffff;
  color: #d64d05;
}

.button--white:active {
  color: #f96315;
}

.button--jumbo {
  display: block;
  padding: 40px 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.button--jumbo:hover,
.button--jumbo:focus {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}

.button--jumbo:active {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 767px) {
  .button--jumbo {
    padding: 20px 0;
  }
}

.button--outline {
  border: 2px solid #f0f0f0;
  border-radius: 4px;
  background-color: transparent;
}

.button--outline:hover,
.button--outline:focus {
  color: #f96315;
  background-color: transparent;
}

.button--link {
  color: #f96315;
  text-decoration: underline;
  border: 0;
  background: transparent;
  padding: 0;
}

.button--link:hover {
  text-decoration: none;
}

.button--link:active {
  outline: 0;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

/* ===========================================
 * Form styling
 * =========================================== */

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  font-size: 27px;
  font-size: 1.6875rem;
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  line-height: inherit;
  border: 0;
}

input[type="text"],
input[type="search"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="passwod"],
input[type="tel"],
input[type="date"],
textarea {
  width: 100%;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="date"]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  box-sizing: content-box;
}

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

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 39px;
  }
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

textarea {
  resize: vertical;
  background-color: #fff;
  border: 1px solid #ccc;
  overflow: auto;
}

select {
  text-transform: none;
  height: 36px;
  padding: 0 0.4em;
  background-color: #fff;
  border: 1px solid #ccc;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

.select {
  border: 1px solid #ccc;
  overflow: hidden;
  height: 36px;
  line-height: 32px;
  position: relative;
  display: block;
}

.select:before {
  content: "";
  border: 6px solid transparent;
  border-top-color: #676767;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  pointer-events: none;
  position: absolute;
}

.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 120%;
  height: 36px;
  padding: 0;
  line-height: normal;
  border: 0;
  background: transparent;
  display: block;
}

.select select:focus {
  outline: 0;
}

/* ===========================================
 * Code (inline and block) styling
 * =========================================== */

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  color: #c7254e;
  background-color: #fafafa;
  border-radius: 4px;
}

pre {
  display: block;
  padding: 12px;
  margin: 0 0 13px;
  font-size: 0.7rem;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #555;
  background-color: #f9f5f2;
  border: 1px solid #e1d9d4;
  border-radius: 2px;
}

pre code {
  font-size: 0.90rem;
  padding: 0;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

details .highlight pre {
  border: none;
  border-style: none;
}

/* ===========================================
 * Blockquote styling
 * =========================================== */

blockquote {
  font-size: 1;
  font-style: italic;
  margin: 0 3rem 1rem 3rem;
  text-align: justify;

  background-color: #EEE;
  padding: 1em;
  border-left-color: green;
  border-left-style: solid;
  border-left-width: .25em;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote cite {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-style: normal;
  color: #555;
}

blockquote footer,
blockquote small {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  line-height: 1.42857143;
}

blockquote footer:before,
blockquote small:before {
  content: "\2014 \00A0";
}

/* ===========================================
 * List styling
 * =========================================== */
ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px;
}

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

ul li,
ol li {
  margin-bottom: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 25px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-unstyled li {
  margin: 0;
  padding: 0;
}

.list-inline {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-inline li {
  margin: 0;
  padding: 0;
  display: inline-block;
}

caption {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: normal;
  font-weight: 700;
  text-align: left;
  padding: 0.5em 0;
  border-bottom: 1px solid #e1d9d4;
}

table {
  font-size: 15px;
  font-size: 0.9375rem;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 1em 0;
  text-align: left;
}

table thead th {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #696060;
  padding: 0.8em 0.5em;
  border-bottom: 4px solid #e1d9d4;
}

table tbody td,
table tfoot td {
  color: #585858;
  padding: 0.8em 0.5em;
  border-bottom: 1px solid #e1d9d4;
  border-right: 1px solid #e1d9d4;
}

table tbody td:last-child,
table tfoot td:last-child {
  border-right: 0;
}

@media screen and (max-width: 767px) {
  .table-scroll-indicator {
    position: relative;
  }

  .table-scroll-indicator:before {
    content: "";
    position: absolute;
    z-index: 5;
    pointer-events: none;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    box-shadow: inset 20px 0px 20px -20px rgba(0, 0, 0, 0.2),
      inset -20px 0px 20px -20px rgba(0, 0, 0, 0.2);
  }

}

.table-wrapper-scrollable {
  overflow: auto;
}

@media screen and (max-width: 767px) {
  .table-wrapper-scrollable table {
    width: 1000px;
    margin: 0;
  }
}

/* ===========================================
 * Image styling
 * =========================================== */

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

img[data-src] {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
}

.image-circle {
  border-radius: 50%;
}

.image-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.image-left {
  float: left;
  margin-right: 20px;
}

.image-right {
  float: right;
  margin-left: 20px;
}

.svg-holder {
  display: none;
}

/* ===========================================
 * Video styling
 * =========================================== */
.video-aspect-ratio {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
.video-aspect-ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ===========================================
   Header styling
   =========================================== */

.page-header {
  position: relative;
  z-index: 20;
}

.page-header--alternate {
  margin-top: 0;
}

.page-logo {
  text-indent: -99999px;
  direction: ltr;
  font-size: 0;
  padding-top: 30px;
  line-height: 1;
  display: inline-block;
  position: relative;
  z-index: 22;
}

@media screen and (max-width: 989px) {
  .page-logo {
    padding: 15px 0;
  }
}

.page-logo img {
  display: block;
  max-width: 150px;
}

.page-nav {
  zoom: 1;
}

.page-nav:before,
.page-nav:after {
  content: "";
  display: table;
}

.page-nav:after {
  clear: both;
}

/* ===========================================
   Footer styling
   =========================================== */

.page-footer {
  background: #eee;
  position: relative;
  z-index: 5;
  padding-top: 2em;
}

.page-footer__wrapper {
  position: relative;
}

.page-footer__wrapper:before {
  content: "";
  display: block;

  width: 1vw;

  height: 200px;
  position: absolute;
  background: #fff;

  box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 989px) {
  .page-footer__wrapper:before {
    top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .page-logo-footer {
    margin-bottom: 25px;
  }
}

.page-footer-nav__title {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  margin-top: 18px;
}
.page-footer-nav__list {
  padding: 25px 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-footer-nav__list {
    padding-bottom: 0;
  }
}
.page-footer-nav__item {
  display: block;
  list-style-type: none;
  padding: 0;
}

.page-footer-nav__link {
  font-size: 1rem;
  font-weight: 500;
  padding: 10px 0;
}

.page-footer-nav__link:hover,
.page-footer-nav__link:focus {
  color: #6f916f;
}
.page-footer-nav__link--download {
  color: #f96315;
}
.page-footer-nav__link--download:hover,
.page-footer-nav__link--download:focus {
  color: #d64d05;
}
.imprint__copyrights {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #cccccc;
  display: block;
  margin-top: 2em;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .imprint__copyrights {
    margin-top: 60px;
  }
}
/* ===========================================
   Page intro styling
   =========================================== */
.page-intro__title {
  font-size: 34px;
  font-size: 2.125rem;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .page-intro__title {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

@media screen and (min-width: 989px) {
  .page-intro__title {
    font-size: 48px;
    font-size: 3rem;
  }
}

.page-intro__title--emphasized {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 800;
  text-align: left;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: #f96315;
}
@media screen and (min-width: 767px) {
  .page-intro__title--emphasized {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
@media screen and (min-width: 1169px) {
  .page-intro__title--emphasized {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
.page-intro__title--blog {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.421052632;
  text-align: left;
}
@media screen and (min-width: 767px) {
  .page-intro__title--blog {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
@media screen and (min-width: 1169px) {
  .page-intro__title--blog {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
.page-intro__title--blog-category {
  display: block;
}
.page-intro__lead {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  color: #a4958c;
  margin-top: 30px;
}
.page-intro__figure--logo {
  margin-top: 40px;
}
.page-intro__footer {
  zoom: 1;
  margin-top: 40px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e1d9d4;
}
.page-intro__footer:before,
.page-intro__footer:after {
  content: "";
  display: table;
}
.page-intro__footer:after {
  clear: both;
}
.page-intro--homepage {
  position: relative;
  z-index: 5;
  min-height: 450px;
  margin-bottom: 0;
}
@media screen and (min-width: 989px) {
  .page-intro--homepage {
    min-height: 600px;
  }
}
.page-intro--homepage .page-intro__lead {
  text-align: left;
}
@media screen and (min-width: 1169px) {
  .page-intro--homepage .page-intro__lead {
    width: 80%;
  }
}
.page-intro--blog-article {
  margin-bottom: 1em;
}
/* ===========================================
   Page content styling
   =========================================== */
.section-header {
  text-align: center;
}

@media screen and (min-width: 989px) {
  .section-header {
    margin-left: 200px;
    margin-right: 200px;
  }
}
.section-header__lead {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.65;
  color: #a4958c;
  margin: 25px 0 60px;
}

@media screen and (max-width: 767px) {
  .section-header__lead {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 25px;
  }
}

.page-content--blog-article > .container {
  margin-bottom: 5em;
}

/**********************/
/* Pagination styling */
/**********************/

.paginator {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

  padding-bottom: 2em;
}

@media screen and (max-width: 720px) {
  .paginator__left { width: 100%; }
  .paginator__right { width: 100%; }
}

.paginator__left,.paginator__right {
  border: 1px solid #6f916f;
  border-radius: .25em;
  padding: 0.25em;
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.paginator__gray {
  color: #a4958c;
}

.paginator__gray:hover {
  color: #a4958c;
}

.paginator__pages {
  display: inline-block;
  width: 25px;
  height: 25px;
}

.paginator__selected {
  background-color: #ffe8e1;
  border-radius: 100%;
  text-align: center;
}

/* Community CTA */
.community-cta-wrapper {
  position: fixed;
  bottom: -145px;
  right: 3%;
  transition: bottom 300ms ease-in;
}
.community-cta-wrapper.open {
  bottom: 0;
}
.community-cta-wrapper.open .community-cta {
  box-shadow: none;
}
.community-cta {
  padding: 10px 22px;
  font-size: 13px;
  background: #29b1ff;
  color: white;
  text-decoration: none;
  box-shadow: 0px 1px 10px 0.2px #888888;
  display: inline-block;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.community-cta:hover {
  text-decoration: none;
  color: white;
  background: #10a8ff;
  box-shadow: 0px 1px 13px 0.2px #888888;
}
.community-cta:focus {
  color: white;
  text-decoration: none;
}
.community-cta-wrapper .community-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.community-cta-wrapper .community-list a {
  display: block;
  padding: 7px 12px;
  color: black;
  background: #f7f7f7;
  font-size: 14px;
}
.community-cta-wrapper ul li, .community-cta-wrapper ol li {
  margin-bottom: 0;
}
.community-cta-wrapper .community-list a:hover {
  background: #dbf2ff;
  text-decoration: none;
}
.community-cta-wrapper .community-list a .fa {
  margin-right: 5px;
}
.community-cta-wrapper .community-list a .name {
  font-size: 90%;
}

/* MC modal */
.mc-modal {
  width: 360px !important;
  bottom: 0 !important;
  right: 15px !important;
}

.modalContent {
  width: 360px !important;
}

.mc-banner {
  top: auto !important;
  bottom: 0 !important;
}

@media only screen and (max-width: 768px) {
  .mc-banner {
    border-top: 1px solid #ccc !important;
  }
}

.right-aligned-text { text-align: right; }
.text-center { text-align: center; }

#toc ul {
  list-style: none;
  padding-left: 1em;
}

#toc ul li {
  line-height: 1.25em; /* mobile: fixes overlapping TOC lines due to code blocks */
}

@media screen and (max-width: 600px) {
  table {
    max-width: 100%;
    overflow-x: scroll;
    display: block;
 }
}

/***********/
/* Custom */
/**********/

body {
  color: black;
  font-size: 1.25rem;
  line-height: 2rem;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width:960px) {
  .header {
    margin-left: 10vw;
    margin-right: 10vw;
  }
}

a {
  color: #6f916f;
}

a:hover {
  color: #6f916f;
  text-decoration: underline dashed;
}

a:hover .no-underline {
  text-decoration: none;
}

a:focus {
  color: gray;
  outline: 0;
}

div.update-container {
  color:white;
  padding: 0.5em;
  border-radius: 0.25em;
  margin-bottom: 0.5em;

  background: rgb(21,71,104);
  background: linear-gradient(0deg, rgba(21,71,104,1) 0%, rgba(71,121,154,1) 100%);
}

div.update-container h1 { margin: .25em; }
div.update-container h2 { margin: .25em; }
div.update-container h3 { margin: .25em; }

div.error-container {
  background-color: #c0392b;
  color:white;
  padding:1em;
  margin-bottom: 1em;
}

div.error-container h1 { margin: .25em; }
div.error-container h2 { margin: .25em; }
div.error-container h3 { margin: .25em; }

div.warning-container {
  background-color: #d35400;
  color:white;
  padding:1em;
  margin-bottom: 1em;
}

div.warning-container h1 { margin: .25em; }
div.warning-container h2 { margin: .25em; }
div.warning-container h3 { margin: .25em; }

h1 { font-size: 2rem; }
h2 { font-size: 1.5rem; }
h3 { font-size: 1.25rem; }

.article-content h3 {
  font-weight: bold;
}

.article-content p {
  line-height: 1.125em;
  letter-spacing: 0;
  margin: 0.75em 0;
}

::selection {
  background: #6f916f;
  color: white;
}

a.plain {
  color: inherit;
}

.update-container a {
  color: inherit;
  text-decoration: underline dashed;
}

.full-width { width: 100%; }

.flex { display: flex; }
.flex-wrap { flex-wrap: true; }
.justify-center { justify-content: center; }
.items-center { align-items: center; }
.flex.centered {
  justify-content: center;
  align-items: center;
}
.flex-col { flex-direction: column; }
.flex.col { flex-direction: column; }
.flex.space-between { justify-content: "space-between"; }
.flex.space-around { justify-content: "space-around"; }

.pad-sm { padding: 1em; }
.pad-md { padding: 2em; }
.pad-lg { padding: 4em; }

pre {
  padding: 2em;
  border-radius: .5em;
  border-style: dashed;
  border-width: .5em;
}

.header-images {
  display: flex;
  justify-content: center;
  align-items: center;

  padding-right: 5vw;
  padding-left: 5vw;

  overflow-x: scroll;
}

.header-images img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.m-0 { margin: 0; }

.margin-bottom-xs { margin-bottom: 0.5em; }
.margin-left-xs { margin-left: 0.5em; }
.margin-right-xs { margin-right: 0.5em; }
.margin-top-xs { margin-top: 0.5em; }

.margin-bottom-sm { margin-bottom: 1em; }
.margin-left-sm { margin-left: 1em; }
.margin-right-sm { margin-right: 1em; }
.margin-top-sm { margin-top: 1em; }

.card-container {
  margin: 0;
  border: 3px solid #DDD;
  padding: .25em;
  border-radius: .5em;
  box-shadow: 10px 10px 10px #EAEAEA;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-container .lhs {
  flex-grow: 1;
}

.card-container .rhs {
  flex-shrink: 1;
}

img.text-height {
  height: 1em;
}

.lheight-1 { line-height: 1em; }

.current-work-ad {
  margin-top: 0.5em;
}

@media screen and (max-width:420px) {
  .current-work-ad .description { display: none; }
  .current-work-ad .recently-launched { display: none; }
}


.text-align-right { text-align: right; }

.iblk {
  display: inline-block;
}

form .nonce {
  display: none;
}

/* @media screen and (min-width:960px) { */
/*   .current-work-ad { max-width: 20vw; } */
/* } */

a.line-break-auto { line-break: auto; }

details {
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: .5em .5em 0;
}

summary {
    font-weight: bold;
    margin: -.5em -.5em 0;
    padding: .5em;
}

details[open] {
    padding: .5em;
}

details[open] summary {
    border-bottom: 1px solid #aaa;
    margin-bottom: .5em;
}

.float-right { float: right; }

/***************/
/* Ethical Ads */
/***************/

@media screen and (max-width: 1300px) {
  .ethical-ad.text {
    display: block;
  }

  .ethical-ad.image.stickybox {
    display: none;
  }
}

/*********************/
/* Dark mode support */
/*********************/

@media (prefers-color-scheme: dark) {
  body {
    background-color: #000;
    color: white;
  }

  a {
    color: var(--theme-primary-color);
    filter: brightness(1.25);
  }

  blockquote {
    background-color: #222;
  }

  code {
    background-color: #222;
    filter: brightness(1.25);
  }

  footer.article-footer {
    background-color: #333;
    color: white;
  }

  footer.page-footer {
    background-color: #444;
    color: white;
  }

  .page-footer-nav__link {
    filter: brightness(1.5);
  }

  a.blog-tag-container {
    color: black;
  }

  .article-content a:hover {
    background-color: var(--theme-primary-color);
    text-decoration: none;
    color: black;
  }

  .header-images {
	  background-color: rgba(255, 255, 255, 0.2);
	  border-radius: 1em;
	  margin-top: 1em;
  }
}
