@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,400;0,700;1,400;1,700&family=IBM+Plex+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
:root {
  --custom-font-body: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  --custom-font-headings: "IBM Plex Serif", "Palatino Linotype", "Book Antiqua", Palatino, serif;
  --main-heading: "IBM Plex Serif", "Palatino Linotype", "Book Antiqua", Palatino, serif;
  --color-primary: 71 149 197;
  --color-secondary: 71 81 197;
  --dark-line: #eaeaea;
  --dark-line: rgb(var(--color-primary) / 10%);
}

/*
Gutenberg: Web Typography Starter Kit
Website ....... http://matejlatin.github.io/Gutenberg/
Version ....... 1.1
Github ........ https://github.com/matejlatin/Gutenberg
Authors ....... Matej Latin (@matejlatin)
License ....... Creative Commmons Attribution 3.0
License URL ... https://raw.githubusercontent.com/matejlatin/Gutenberg/master/license.txt
*/
/* Configuration
   ========================================================================== */
/* Calculations
   ========================================================================== */
/* Font themes
   ========================================================================== */
@media screen and (min-width: 40em) {
  .floatLeft {
    float: left;
  }
}
@media screen and (min-width: 40em) {
  .floatCenter {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 40em) {
  .floatRight {
    float: right;
  }
}
/* Grid
   ========================================================================== */
.grid, .grid-double {
  background-image: linear-gradient(to bottom, rgba(0, 170, 255, 0.3) 1px, transparent 1px);
  background-position: left top;
  background-repeat: repeat;
  background-size: 100% 26px;
  background-size: 100% 1.625rem;
}

@media screen and (min-width: 40em) {
  .grid, .grid-double {
    background-size: 100% 31px;
    background-size: 100% 1.72222rem;
  }
}
.grid-double {
  background-image: linear-gradient(to bottom, rgba(0, 170, 255, 0.3) 1px, transparent 1px, transparent 13px, rgba(0, 170, 255, 0.2) 13px, transparent 14px, transparent 26px);
}

@media screen and (min-width: 40em) {
  .grid-double {
    background-image: linear-gradient(to bottom, rgba(0, 170, 255, 0.3) 1px, transparent 1px, transparent 15.5px, rgba(0, 170, 255, 0.2) 15.5px, transparent 16.5px, transparent 31px);
  }
}
.toggleWrapper {
  display: block;
  position: fixed;
  top: 26px;
  right: 26px;
  background-color: #231F20;
  border-radius: 25px;
  padding: 0 10px 0 20px;
  height: 32px;
}

@media screen and (min-width: 40em) {
  .toggleWrapper {
    right: 31px;
    top: 31px;
  }
}
.btnToggleGrid {
  background: url("../../assets/images/grid-icons.png") top right no-repeat;
  background-size: 32px;
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding-right: 35px;
  height: 32px;
  line-height: 34px;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

@media screen and (min-width: 40em) {
  .btnToggleGrid {
    top: 31px;
    right: 31px;
  }
}
.btnToggleGrid:hover {
  color: #fff;
}

.btnToggleGrid:active {
  color: #f00;
}

.double-grid {
  background-position-y: -32px;
}

.grid-off {
  background-position-y: -64px;
}

aside {
  display: block;
}

/* Defaults
   ========================================================================== */
@media screen and (min-width: 40em) {
  body,
html {
    margin: 0;
    width: 100%;
    max-width: none;
  }
}
html {
  box-sizing: border-box;
  font-size: 16px;
  font-size: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #222;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 40em) {
  html {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
* {
  line-height: 26px;
  line-height: 1.625rem;
  margin: 0px 0px 26px;
  margin: 0rem 0rem 1.625rem;
}

@media screen and (min-width: 40em) {
  * {
    line-height: 31px;
    line-height: 1.72222rem;
    margin-bottom: 31px;
    margin-bottom: 1.72222rem;
    max-width: 630px;
    max-width: 35rem;
    margin-left: auto;
    margin-right: auto;
  }
}
*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
}

footer {
  display: block;
}

body > footer {
  margin: 0 auto;
  width: 80%;
}

header {
  display: block;
}

main {
  display: block;
}

section {
  display: block;
}

/* Links
   ========================================================================== */
a {
  background: transparent;
  color: #222;
  transition: all 0.3s;
}

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

a:hover {
  color: #222;
}

a:visited {
  color: #888;
}

a:visited:hover {
  color: #222;
}

a:active {
  color: #f00;
}

article {
  display: block;
  margin: 0 auto;
  width: 80%;
}

@media screen and (min-width: 40em) {
  article {
    max-width: 945px;
    max-width: 52.5rem;
  }
}
audio {
  display: inline-block;
  vertical-align: baseline;
}

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

canvas {
  display: inline-block;
  vertical-align: baseline;
}

pre {
  overflow: auto;
}

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

code {
  padding: 26px;
  padding: 1.625rem;
  display: block;
}

@media screen and (min-width: 40em) {
  code {
    padding: 31px;
    padding: 1.72222rem;
  }
}
details {
  display: block;
}

summary {
  display: block;
}

figcaption {
  line-height: 26px;
  line-height: 1.625rem;
  color: #222;
  display: block;
  font-size: 0.8125rem;
  font-style: italic;
  margin-bottom: 0;
  text-align: center;
}

@media screen and (min-width: 40em) {
  figcaption {
    line-height: 31px;
    line-height: 1.72222rem;
    margin-bottom: 0;
  }
}
figure {
  display: block;
}

@media screen and (min-width: 40em) {
  figure.floatLeft,
figure.floatRight {
    max-width: 315px;
    max-width: 17.5rem;
    padding: 0px 31px;
    padding: 0rem 1.72222rem;
  }
}
@media screen and (min-width: 40em) {
  figure.floatLeft blockquote,
figure.floatRight blockquote {
    padding: 0px;
    padding: 0rem;
    text-align: left;
  }
}
@media screen and (min-width: 40em) {
  figure.floatLeft blockquote p,
figure.floatRight blockquote p {
    font-size: 19.2px;
    font-size: 1.2rem;
    line-height: 31px;
    line-height: 1.72222rem;
  }
}
/* Headings
   ========================================================================== */
h1 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 52px;
  line-height: 3.25rem;
  margin-top: 104px;
  margin-top: 6.5rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

h2 {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 39px;
  line-height: 2.4375rem;
  margin-top: 65px;
  margin-top: 4.0625rem;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
}

h3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-top: 52px;
  margin-top: 3.25rem;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
}

h4 {
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-top: 39px;
  margin-top: 2.4375rem;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
}

h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-top: 65px;
  margin-top: 4.0625rem;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
}

h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-top: 65px;
  margin-top: 4.0625rem;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
}

@media screen and (min-width: 40em) {
  h1 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 62px;
    line-height: 3.44444rem;
    margin-top: 124px;
    margin-top: 6.88889rem;
    margin-bottom: 31px;
    margin-bottom: 1.72222rem;
  }

  h2 {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 46.5px;
    line-height: 2.58333rem;
    margin-top: 77.5px;
    margin-top: 4.30556rem;
    margin-bottom: 15.5px;
    margin-bottom: 0.86111rem;
  }

  h3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 31px;
    line-height: 1.72222rem;
    margin-top: 62px;
    margin-top: 3.44444rem;
    margin-bottom: 15.5px;
    margin-bottom: 0.86111rem;
  }

  h4 {
    font-size: 19.2px;
    font-size: 1.2rem;
    line-height: 31px;
    line-height: 1.72222rem;
    margin-top: 46.5px;
    margin-top: 2.58333rem;
    margin-bottom: 15.5px;
    margin-bottom: 0.86111rem;
  }

  h5 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 31px;
    line-height: 1.72222rem;
    margin-top: 77.5px;
    margin-top: 4.30556rem;
    margin-bottom: 15.5px;
    margin-bottom: 0.86111rem;
  }

  h6 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 31px;
    line-height: 1.72222rem;
    margin-top: 77.5px;
    margin-top: 4.30556rem;
    margin-bottom: 15.5px;
    margin-bottom: 0.86111rem;
  }
}
h1 + h2 {
  margin-top: 26px;
  margin-top: 1.625rem;
}

@media screen and (min-width: 40em) {
  h1 + h2 {
    margin-top: 31px;
    margin-top: 1.72222rem;
  }
}
h2 + h3,
h3 + h4,
h4 + h5 {
  margin-top: 13px;
  margin-top: 0.8125rem;
}

@media screen and (min-width: 40em) {
  h2 + h3,
h3 + h4,
h4 + h5 {
    margin-top: 15.5px;
    margin-top: 0.86111rem;
  }
}
h5 + h6 {
  margin-top: -13px;
  margin-top: -0.8125rem;
}

@media screen and (min-width: 40em) {
  h5 + h6 {
    margin-top: -15.5px;
    margin-top: -0.86111rem;
  }
}
h6 {
  font-style: italic;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", serif;
}

hgroup {
  display: block;
}

hr {
  margin-top: 52px;
  margin-top: 3.25rem;
  margin-bottom: 52px;
  margin-bottom: 3.25rem;
  box-sizing: content-box;
  border: 0;
  color: #222;
  display: block;
  height: 26px;
  height: 1.625rem;
  margin-right: auto;
  margin-left: auto;
  background-size: 100% 26px;
  background-size: 100% 1.625rem;
  background-image: linear-gradient(to bottom, transparent 1px, transparent 11px, #222 11px, #222 15px, transparent 15px, transparent 26px);
  width: 100px;
}

@media screen and (min-width: 40em) {
  hr {
    margin-top: 62px;
    margin-top: 3.44444rem;
    margin-bottom: 62px;
    margin-bottom: 3.44444rem;
    height: 31px;
    height: 1.72222rem;
  }
}
@media screen and (min-width: 40em) {
  hr {
    background-size: 100% 31px;
    background-size: 100% 1.72222rem;
    background-image: linear-gradient(to bottom, transparent 1px, transparent 13.5px, #222 13.5px, #222 17.5px, transparent 17.5px, transparent 31px);
  }
}
img {
  border: 0;
  max-width: 100%;
  display: block;
  margin: inherit auto;
}

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

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

nav {
  display: block;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

blockquote {
  font-style: italic;
  padding-left: 1.4375rem;
}

@media screen and (min-width: 40em) {
  blockquote {
    padding-left: 2rem;
  }
}
cite {
  display: block;
  font-style: normal;
}

figure blockquote {
  padding: 26px 0px;
  padding: 1.625rem 0rem;
}

@media screen and (min-width: 40em) {
  figure blockquote {
    padding: 62px 0px 31px;
    padding: 3.44444rem 0rem 1.72222rem;
    text-align: center;
  }
}
figure blockquote p {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 39px;
  line-height: 2.4375rem;
}

@media screen and (min-width: 40em) {
  figure blockquote p {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 46.5px;
    line-height: 2.58333rem;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

[hidden],
template {
  display: none;
}

br {
  margin-bottom: 0;
}

abbr {
  letter-spacing: 0.1em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

em,
i {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

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

small {
  line-height: 13px;
  line-height: 0.8125rem;
  font-size: 70%;
}

@media screen and (min-width: 40em) {
  small {
    line-height: 15.5px;
    line-height: 0.86111rem;
  }
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Paragraph
========================================================================== */
.attention-grabber {
  font-size: 19.2px;
  font-size: 1.2rem;
}

.alignLeft {
  text-align: left;
}

.alignCenter {
  text-align: center;
}

.alignRight {
  text-align: right;
}

.uppercase {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

video {
  display: inline-block;
  vertical-align: baseline;
}

@media screen and (min-width: 40em) {
  html {
    font-size: 1.325rem;
  }
}
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-weight: 400;
  font-family: var(--custom-font-headings);
}
h1 > em, h2 > em, h3 > em, h4 > em, h5 > em, h6 > em {
  font-style: normal;
  font-weight: 900;
  color: rgb(var(--color-primary));
}
h1 > a, h1 > a:visited, h2 > a, h2 > a:visited, h3 > a, h3 > a:visited, h4 > a, h4 > a:visited, h5 > a, h5 > a:visited, h6 > a, h6 > a:visited {
  color: rgb(var(--color-primary));
  text-decoration: none;
}
h1 > a:hover, h1 > a:visited:hover, h2 > a:hover, h2 > a:visited:hover, h3 > a:hover, h3 > a:visited:hover, h4 > a:hover, h4 > a:visited:hover, h5 > a:hover, h5 > a:visited:hover, h6 > a:hover, h6 > a:visited:hover {
  color: rgb(var(--color-primary)/90%);
}

a, a:visited {
  color: rgb(var(--color-secondary));
}
a:active, a:focus, a:hover, a:visited:active, a:visited:focus, a:visited:hover {
  color: rgb(var(--color-secondary)/70%);
}

.postContent a, .pagination a, .footer a {
  transition: none;
}
.postContent a:active, .postContent a:focus, .pagination a:active, .pagination a:focus, .footer a:active, .footer a:focus {
  outline: solid 2px rgb(var(--color-secondary)/90%);
  outline-offset: 1px;
  text-decoration: none;
}
.postContent a:hover, .pagination a:hover, .footer a:hover {
  color: rgb(var(--color-secondary)/70%);
}

.postContent img {
  background: #0f2431;
}

h1 {
  margin-top: 2rem;
  font-family: var(--main-heading);
  text-transform: none;
  font-weight: bolder;
  line-height: 1.1;
}
@media (max-width: 525px) {
  h1 {
    font-size: 1.7rem;
    line-height: 1.2;
  }
}
h2 {
  margin-top: 2rem;
  text-transform: none;
  color: rgb(var(--color-secondary));
}
@media (max-width: 525px) {
  h2 {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}

@media (min-width: 650px) {
  .bioImg {
    width: 300px;
    float: right;
    clear: right;
    margin: 1.625rem 0 1.625rem 1.625rem;
  }
}

.btn, .btn:visited {
  background: rgb(var(--color-secondary));
  border-color: rgb(var(--color-secondary)/90%);
  padding: 20px;
  clear: both;
  color: white;
  margin-top: 50px;
  display: inline-block;
  text-decoration: none;
}
.btn:hover, .btn:visited:hover {
  background: rgb(var(--color-secondary)/95%);
  color: white;
  border-color: rgb(var(--color-secondary)/92%);
  cursor: pointer;
}
.btn + .btn, .btn:visited + .btn {
  margin-left: 10px;
}

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

video {
  cursor: pointer;
  max-width: 100%;
  background: var(--dark-line);
}

blockquote {
  border-left: solid 4px currentColor;
}

.pageWrapper {
  max-width: none;
}

header.siteHeader {
  --foreground: #09161d;
  --background: white;
  border-bottom: solid 1px var(--dark-line);
  --background: #09161d;
  --foreground: white;
  border-bottom: solid 1px #03070a;
  background: transparent;
  color: var(--foreground);
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  max-width: none !important;
  width: 100% !important;
  margin: 0;
}
header.siteHeader * {
  margin: 0;
}
header.siteHeader nav {
  float: right;
}
@media (max-width: 500px) {
  header.siteHeader nav > a:first-child {
    display: none;
  }
}
header.siteHeader nav > a:last-child span {
  background: rgb(var(--color-secondary));
  color: var(--background);
  color: var(--foreground);
  padding: 6px 10px;
  border-radius: 6px;
}
header.siteHeader a {
  padding: 25px 20px;
  display: block;
  float: left;
  background: transparent;
  text-decoration: none;
  color: inherit;
}
header.siteHeader a:hover {
  background: transparent;
  color: inherit;
  background: none;
}
header.siteHeader a.homeLink {
  color: inherit;
  text-transform: uppercase;
  font-weight: 900;
}
header.siteHeader a.homeLink img {
  max-height: 60px;
}
@media (max-width: 500px) {
  header.siteHeader a.homeLink img {
    width: 65px;
  }
}
header.siteHeader a.active span {
  border-bottom: solid 2px rgb(var(--color-secondary));
}
@media (max-width: 415px) {
  header.siteHeader a {
    padding: 25px 10px;
  }
}
@media (max-width: 345px) {
  header.siteHeader a {
    padding: 25px 10px;
    font-size: 0.9em;
  }
}

.pagination {
  border-top: solid 1px var(--dark-line);
  border-bottom: solid 1px var(--dark-line);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 10px;
}
.pagination * {
  margin: 0;
}
.pagination a, .pagination div {
  padding: 20px 0;
  text-decoration: none;
}
.pagination a span, .pagination div span {
  text-decoration: underline;
}
@media (max-width: 679px) {
  .pagination a span, .pagination div span {
    display: none;
  }
}
.pagination div {
  text-align: center;
}
.pagination .pagination--next {
  text-align: right;
}
.pagination .disabled {
  opacity: 0.2;
  pointer-events: none;
  text-decoration: none;
}
@media (max-width: 679px) {
  .pagination a {
    text-align: center !important;
  }
}

.siteFooter {
  text-align: center;
  font-size: 0.6em;
}
.siteFooter a {
  text-decoration: none;
}

.joinUp {
  width: 100%;
  padding: 10%;
}
@media (min-width: 680px) {
  .joinUp {
    padding: 0;
  }
}
.joinUp .joinUp--wrapper {
  border: solid 3px var(--dark-line);
  padding: 20px;
  border-radius: 10px;
  background: var(--dark-line);
}
.joinUp form {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 10px;
  margin-bottom: 0;
}
@media (min-width: 680px) {
  .joinUp form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 10px;
  }
}
.joinUp h2 {
  font-size: 1.2em;
  text-align: center;
  margin-top: 0;
}
.joinUp .joinUp--input {
  width: 100%;
  float: left;
}
@media (min-width: 680px) {
  .joinUp .joinUp--input {
    margin-bottom: 0.7rem;
  }
}
.joinUp .joinUp--input > label {
  font-size: 0.8em;
}
.joinUp .joinUp--input > input, .joinUp .joinUp--input > button {
  width: 100%;
  display: block;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  padding: 0 20px;
  border: solid 2px var(--dark-line);
  border-color: white;
  background: white;
  margin: 0;
  -webkit-appearance: none;
  border-radius: 5px;
}
.joinUp .joinUp--input > input:focus {
  outline: none;
  border: solid 2px rgb(var(--color-secondary));
}
.joinUp .joinUp--input div {
  display: none;
}
.joinUp .joinUp--input > button {
  background: rgb(var(--color-secondary));
  border-color: rgb(var(--color-secondary)/95%);
  color: white;
  cursor: pointer;
}
.joinUp .joinUp--input:last-of-type label {
  display: none;
}
@media (min-width: 680px) {
  .joinUp .joinUp--input:last-of-type label {
    display: initial;
  }
}

input, button {
  outline-color: rgb(var(--color-primary));
}

.grecaptcha-badge {
  display: none !important;
}

.siteFooter {
  clear: both;
}

.miscEmbed {
  width: 100%;
  border: none;
  height: 500px;
}

html {
  background: #101010;
  color: white;
}

hr {
  background-image: linear-gradient(to bottom, transparent 1px, transparent 13.5px, var(--dark-line) 13.5px, var(--dark-line) 17.5px, transparent 17.5px, transparent 31px);
}

::selection {
  background: rgb(var(--color-secondary)/30%);
}

header.siteHeader a {
  color: white;
}

section.welcome {
  background: #f2f2f2;
  background: transparent;
  border-bottom: solid 1px #03070a;
  width: 100%;
  margin: 0;
  max-width: 100%;
  box-sizing: border-box;
  padding: 1em 0;
  display: block;
}
section.welcome .welcome--subscribe {
  background: rgb(var(--color-secondary));
  color: white !important;
  padding: 12px 20px;
  border-radius: 6px;
  text-decoration: none;
}
section.welcome h1 {
  color: rgb(var(--color-secondary));
  color: white;
  font-family: var(--custom-font-body);
}

.pseudoArticle {
  display: block;
  margin: 0 auto;
  width: 80%;
}

@media screen and (min-width: 40em) {
  .pseudoArticle {
    max-width: 945px;
    max-width: 52.5rem;
  }
}
.archive a {
  text-decoration: none;
}

.archive--postDate {
  opacity: 0.7;
  font-size: 0.8em;
}

ul ul {
  margin-bottom: 0;
}