@charset "UTF-8";
/*
Theme Name: Insinuator v2
Theme URI: https://gitlab.com/ERNW/insinuator
Author: strandrover.agency
Author URI: https://strandrover.agency
Description: -
Version: 1.0.0
License: (╯°□°）╯︵ ┻━┻
License URI: -
Text Domain: insinuator2
Tags: ERNW
*/
@font-face {
  font-family: "FFDINWebProLight";
  src: url("fonts/312A53_0_0.eot");
  src: url("fonts/312A53_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/312A53_0_0.woff2") format("woff2"), url("fonts/312A53_0_0.woff") format("woff"), url("fonts/312A53_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "FFDINWebProMedium";
  src: url("fonts/312A53_1_0.eot");
  src: url("fonts/312A53_1_0.eot?#iefix") format("embedded-opentype"), url("fonts/312A53_1_0.woff2") format("woff2"), url("fonts/312A53_1_0.woff") format("woff"), url("fonts/312A53_1_0.ttf") format("truetype");
}
@font-face {
  font-family: "FFDINWebPro";
  src: url("fonts/312A53_2_0.eot");
  src: url("fonts/312A53_2_0.eot?#iefix") format("embedded-opentype"), url("fonts/312A53_2_0.woff2") format("woff2"), url("fonts/312A53_2_0.woff") format("woff"), url("fonts/312A53_2_0.ttf") format("truetype");
}
/**
 * Sass Variables
 */
/**
 * Mixin Helpers used throughout the site
 *
 * We define a mixin first and then include that into an
 * extendable placeholders. The mixins are basically
 * meant to be used inside of media queries (in which @extend doesn't work).
 */
body {
  font-family: FFDINWebPro, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4 {
  font-family: FFDINWebProMedium, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

/**
 * Animations
 */
@keyframes fadeInDown {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * Everybody needs buttons right?!
 */
.entry-footer .tags-links a, .pagination .page-numbers.prev, .pagination .page-numbers.next,
.search-submit,
.button {
  transition: background-color 0.2s;
  background-color: #3D3D3F;
  color: white;
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.55rem 0.75rem 0.45rem;
  border-radius: 1px;
  line-height: 0.8;
  text-transform: uppercase;
  border: none;
  outline: none;
  appearance: none;
  text-decoration: none;
}
@media (min-width: 1001px) {
  .entry-footer .tags-links a, .pagination .page-numbers.prev, .pagination .page-numbers.next,
  .search-submit,
  .button {
    padding: 1rem 1.5rem 0.9rem;
  }
}
.entry-footer .tags-links a:hover, .pagination .page-numbers.prev:hover, .pagination .page-numbers.next:hover,
.search-submit:hover,
.button:hover {
  color: white;
  text-decoration: none;
  background-color: rgb(86.0887096774, 86.0887096774, 88.9112903226);
}

.entry-footer .tags-links a, .pagination .page-numbers.prev, .pagination .page-numbers.next {
  padding: 0.3846153846rem 1rem 0.25rem;
  background-color: #E2E2E2;
  color: #3D3D3F;
  margin-right: 0.5rem;
  font-size: 0.8em;
  text-transform: none;
}
.entry-footer .tags-links a:hover, .pagination .page-numbers.prev:hover, .pagination .page-numbers.next:hover {
  background-color: rgb(130.5, 130.5, 130.5);
  color: white;
}

.contact-us-icons li {
  margin-right: 0.5rem;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  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;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
 * Typography
 */
body {
  font-feature-settings: "liga1" on;
  font-size: 14px;
  line-height: 1.6em;
  color: #3D3D3F;
}

h1, h2, h3, h4 {
  line-height: 1.4em;
}

h1, h2 {
  font-size: 18px;
}

@media (min-width: 1001px) {
  h1 {
    font-size: 34px;
  }
}

@media (min-width: 1001px) {
  h2 {
    font-size: 24px;
  }
}

/**
 * Styling of general html elements
 */
a:not(.button) {
  transition: color 0.2s, text-decoration 0.3s 0.1s;
  color: #3D3D3F;
  text-decoration: none;
}
a:not(.button):hover {
  color: #9C9C9C;
  text-decoration: underline;
}

ul:not(.inline):not(.form-list):not(.nav-menu) {
  list-style: none;
  padding-left: 0;
}
ul:not(.inline):not(.form-list):not(.nav-menu) li {
  margin-bottom: 0.6em;
  position: relative;
  padding-left: 1.8em;
}
ul:not(.inline):not(.form-list):not(.nav-menu) li:before {
  content: "○";
  color: #009A5A;
  position: absolute;
  left: 0;
}
ul:not(.inline):not(.form-list):not(.nav-menu) li ul li:before {
  content: "–";
}

ul.inline,
ul.nav-menu {
  margin: 0;
  padding-left: 0;
  display: inline-block;
}
ul.inline li,
ul.nav-menu li {
  display: inline-block;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}
figure img {
  display: block;
}

table td, table th {
  padding: 0.5rem;
}

pre {
  padding: 1rem;
  background-color: #F4F4F4;
}

/* Highlight specific strings inside code blocks. The !important is needed
   to override chroma's inline per-token color styles. */
pre .hl-red,
code .hl-red {
  color: #d73a49 !important;
  font-weight: bold;
}

hr {
  border: none;
  border-top: 1px solid #1a1a1a;
  height: 1px;
  margin: 1em 0;
}

.entry-content table {
  margin: 1em 0;
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
  display: block;
  font-variant-numeric: lining-nums tabular-nums;
  border-left: 1px solid #808080;
  border-right: 1px solid #808080;
}
.entry-content table caption {
  margin-bottom: 0.75em;
}
.entry-content tbody {
  margin-top: 0.5em;
  border-top: 1px solid #1a1a1a;
}
.entry-content thead {
  border-top: 1px solid #808080;
  background-color: #009A5A;
  font-weight: bold;
  color: white;
}
.entry-content th {
  text-align: left;
}
.entry-content tr {
  border-bottom: 1px solid black;
  background-color: rgba(16, 16, 16, 0.062745098);
}


/**
 * Icon definitions
 */
.icon {
  transition: fill 0.2s, opacity 0.2s;
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #9C9C9C;
  cursor: pointer;
}
.icon:hover {
  fill: #3D3D3F;
}

/**
 * Forms design here
 */
textarea,
input[type=text],
input[type=password],
input[type=url],
input[type=search],
input[type=email] {
  transition: border-color 0.2s;
  box-sizing: border-box;
  appearance: none;
  border: 2px solid;
  border-color: transparent;
  padding: 0.5rem;
  border-radius: 1px;
  outline: none;
  width: 100%;
}
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=email]:focus {
  border-color: #3D3D3F;
}
@media (max-width: 1000px) {
  textarea,
  input[type=text],
  input[type=password],
  input[type=url],
  input[type=search],
  input[type=email] {
    font-size: 16px;
  }
}
@media (min-width: 1001px) {
  textarea,
  input[type=text],
  input[type=password],
  input[type=url],
  input[type=search],
  input[type=email] {
    display: block;
  }
}

@media (min-width: 1001px) {
  label {
    display: inline-block;
    margin-bottom: 0.1666666667rem;
  }
}

/**
 * A couple things to consider for
 * screen readers and general accessibility
 */
.screen-reader-text {
  display: none;
}

/**
 * Header Styles
 */
.site-description {
  display: none;
}

.site-title {
  margin: 0;
  width: 136px;
  height: 30px;
}
@media (min-width: 481px) {
  .site-title {
    width: 180px;
    height: 34px;
  }
}
@media (min-width: 1001px) {
  .site-title {
    width: 280px;
    height: 56px;
  }
}
.site-title a {
  display: block;
  text-indent: -9999px;
  background: url(images/insinuator_logo.svg) no-repeat left center;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.site-header-wrap {
  background-color: white;
  position: relative;
}
.site-header-wrap:after {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(images/colorbar.svg);
  background-size: 100% 3px;
  background-position: 0 0;
}
@media (max-width: 1000px) {
  .site-header-wrap {
    position: fixed;
    z-index: 100;
    top: 0;
  }
}

@media (max-width: 1000px) {
  .site-header {
    display: flex;
    align-items: center;
    line-height: 1;
    width: 100vw;
  }
  .site-header .main-navigation .menu-toggle,
  .site-header .site-branding,
  .site-header .site-search {
    padding: 1rem;
  }
  .site-header .main-navigation {
    order: 1;
  }
  .site-header .site-branding {
    order: 2;
    flex-grow: 2;
    display: flex;
    justify-content: center;
  }
  .site-header .site-search {
    order: 3;
  }
  .site-header .site-search.toggled .search-form {
    transform: translateX(0);
  }
  .site-header .search-form {
    transition: transform 0.2s;
    position: fixed;
    z-index: 90;
    top: 62px;
    left: 0;
    width: 100vw;
    box-sizing: border-box;
    padding: 1rem;
    background-color: rgba(0, 154, 90, 0.8);
    display: flex;
    transform: translateX(100vw);
  }
  .site-header .search-form .search-field {
    border-color: #0E6033;
    -webkit-appearance: none;
  }
}
@media (max-width: 1000px) and (min-width: 481px) {
  .site-header .search-form {
    top: 66px;
  }
}
@media (max-width: 1000px) {
  .site-header .search-form label {
    flex-grow: 2;
  }
  @supports (display: flex) {
    .site-header .search-form .search-field {
      border-right: none;
      border-radius: 1px 0 0 1px;
    }
    .site-header .search-form .search-submit {
      margin-top: 0;
      border-radius: 0 1px 1px 0;
    }
  }
  .site-header .ernw-universe-links {
    display: none;
  }
}
@media (min-width: 1001px) {
  .site-header {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem 1rem;
    padding-bottom: calc(2rem + 3px);
    display: flex;
    align-items: center;
    position: relative;
  }
  .site-header .search-toggle,
  .site-header .menu-toggle,
  .site-header .search-submit {
    display: none;
  }
  .site-header .site-branding {
    flex-grow: 2;
  }
  .site-header .ernw-universe-links {
    padding-top: 0.25rem;
    margin-left: 1rem;
  }
  .site-header .ernw-universe-links li {
    margin: 3px 0 !important;
  }
  .site-header .ernw-universe-links .svg-link {
    display: block;
    background-repeat: no-repeat;
    background-position: top left;
    background-color: white;
    position: relative;
    width: 30px;
    height: 35px;
    margin-left: 10px;
  }
  .site-header .ernw-universe-links .svg-link:hover:after {
    animation: fadeInDown 0.2s;
    background-color: #F4F4F4;
    padding: 0.5rem 2rem;
    border-radius: 99px 0 99px 99px;
    position: absolute;
    bottom: -35px;
    right: 50%;
    font-size: 0.8em;
    white-space: nowrap;
    line-height: 1;
  }
  .site-header .ernw-universe-links .svg-link.link-ernw {
    background-image: url(images/link-ernw.svg);
    width: 36px;
    position: relative;
    top: 2px;
  }
  .site-header .ernw-universe-links .svg-link.link-ernw:hover:after {
    content: "ERNW";
  }
  .site-header .ernw-universe-links .svg-link.link-research {
    background-image: url(images/link-research.svg);
  }
  .site-header .ernw-universe-links .svg-link.link-research:hover:after {
    content: "ERNW Research";
  }
  .site-header .ernw-universe-links .svg-link.link-troopers {
    background-image: url(images/link-troopers.svg);
  }
  .site-header .ernw-universe-links .svg-link.link-troopers:hover:after {
    content: "Troopers";
  }
}
@media (min-width: 1401px) {
  .site-header .site-branding {
    margin-left: -36px;
  }
}
.site-header .search-field {
  border-color: rgba(156, 156, 156, 0.5);
}

/**
 * The holy navigation!! *aahhhahhhhhhh*
 */
.site-content {
  transition: filter 0.8s;
}

body[data-scroll=disabled] {
  overflow: hidden;
}
body[data-scroll=disabled] .site-content {
  filter: blur(5px);
}

@media (max-width: 1000px) {
  .main-navigation .label {
    display: none;
  }
  .main-navigation .menu-toggle {
    position: relative;
  }
  .main-navigation .nav-drawer {
    transition: transform 0.5s, box-shadow 0.6s;
    position: absolute;
    top: 62px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    width: 80vw;
    height: calc(100vh - 62px);
    font-size: 18px;
    padding: 1rem;
    padding-bottom: 100px;
    box-sizing: border-box;
    transform: translateX(-100%);
    border-right: 1px solid #F4F4F4;
    overflow-y: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
  }
  .main-navigation .icon--back {
    position: absolute;
    left: 1rem;
    opacity: 0;
  }
  .site-header.toggled .nav-drawer {
    transform: translateX(0);
  }
  .site-header.toggled .icon--menu,
  .site-header.toggled .icon--search {
    opacity: 0;
  }
  .site-header.toggled .icon--back {
    opacity: 1;
  }
}
@media (min-width: 481px) and (max-width: 1000px) {
  .main-navigation .nav-drawer {
    top: 66px;
  }
}
@media (max-width: 1000px) {
  .main-navigation .menu {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #E2E2E2;
  }
}
@media (min-width: 1001px) {
  .main-navigation a {
    text-transform: uppercase;
    color: #3D3D3F;
    display: inline-block;
    margin-right: 2rem;
  }
  .hide-desktop {
    display: none;
  }
}
.search-toggle[disabled=disabled] {
  pointer-events: none;
}

.pagination {
  width: 100%;
}
.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers {
  margin: 0 0.25rem;
}
.pagination .page-numbers.dots {
  color: #9C9C9C;
  position: relative;
  top: -0.25em;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  margin-top: 0;
}
.pagination .page-numbers:not(.next):not(.prev):not(.dots) {
  display: inline-block;
  border: 2px solid;
  border-color: #9C9C9C;
  border-radius: 999px;
  text-indent: -9999px;
  width: 8px;
  height: 8px;
}
.pagination .page-numbers:not(.next):not(.prev):not(.dots):hover {
  background-color: #9C9C9C;
}
.pagination .page-numbers:not(.next):not(.prev):not(.dots).current {
  border-color: #009A5A;
  background-color: #009A5A;
}

/**
 * Page layout
 */
#page {
  background-color: #F4F4F4;
}
@media (max-width: 480px) {
  #page {
    padding-top: 62px;
  }
}
@media (min-width: 481px) and (max-width: 1000px) {
  #page {
    padding-top: 66px;
  }
}
@media (min-width: 1001px) {
  #page {
    background-image: url(images/bg.svg);
    background-position: top center;
    background-repeat: no-repeat;
  }
}
@media (min-width: 2000px) {
  #page {
    background-size: 100%;
  }
}

@media (min-width: 1001px) {
  .error404 .content-area {
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .error404 .content-area .entry-header .entry-title {
    margin-top: 0;
  }
}
@media (max-width: 1000px) {
  .widget-area {
    display: none;
  }
}

@media (max-width: 1000px) {
  .site-content {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1001px) {
  .site-content {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
  }
}
.site-content .search-form {
  display: flex;
  max-width: 400px;
}
.site-content .search-form label {
  margin-bottom: 0;
  display: flex;
  flex-grow: 1;
}
.site-content .search-form .search-field {
  border: 2px solid #9C9C9C;
  border-right: none;
}
.site-content .search-form .search-submit {
  margin-top: 0;
}

@media (min-width: 1001px) {
  body:not(.single):not(.page) .site-content {
    display: flex;
    align-items: flex-start;
    position: relative;
  }
  body:not(.single):not(.page) .content-area {
    margin-right: 2rem;
    width: calc(760px - 2rem);
    flex-grow: 0;
    box-sizing: border-box;
  }
  body:not(.single):not(.page) .widget-area {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 240px;
    box-sizing: border-box;
  }
}
@media (min-width: 1001px) {
  #secondary {
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
body.archive .page-header,
body.search .page-header {
  flex-grow: 1;
}
@media (min-width: 1001px) {
  body.archive .page-title,
  body.search .page-title {
    font-family: FFDINWebPro, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    color: #9C9C9C;
    text-transform: uppercase;
    padding-left: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.2777777778rem;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 2rem;
    background-color: rgba(226, 226, 226, 0.8);
  }
}

.error-404 .search-form {
  margin-bottom: 2rem;
}
@media (min-width: 1001px) {
  .error-404 .widget_recent_entries,
  .error-404 .widget_tag_cloud {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
  .error-404 .widget_recent_entries {
    margin-right: -4px;
    padding-right: 2rem;
    box-sizing: border-box;
  }
}

/**
 * Styling contents of the sidebar
 */
.widget-title {
  font-family: FFDINWebPro, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  margin-top: 2rem;
  text-transform: uppercase;
  color: #009A5A;
}

.widget-area section:not(:last-child) {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #E2E2E2;
}

.static-links ul,
.widget_categories ul {
  margin: 0;
}
.static-links li:last-child,
.widget_categories li:last-child {
  margin-bottom: 0 !important;
}

.tagcloud {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.25rem 0.5rem;
  line-height: 1.4;
}
.tag-cloud-link {
  display: inline-block;
}
.tag-cloud-link-1 { font-size: 0.75rem; }
.tag-cloud-link-2 { font-size: 0.95rem; }
.tag-cloud-link-3 { font-size: 1.2rem; }
.tag-cloud-link-4 { font-size: 1.5rem; }
.tag-cloud-link-5 { font-size: 1.85rem; font-weight: bold; }

.static-links li {
  padding-left: 0 !important;
}
.static-links li:before {
  content: "" !important;
}
.static-links.links-follow-rss {
  margin-bottom: 2rem;
}
.static-links.links-follow-rss a {
  display: flex;
  align-items: center;
}
.static-links.links-follow-rss span {
  flex-grow: 2;
}
.static-links.links-follow-rss .icon {
  fill: #3D3D3F;
}
.static-links .svg-link {
  margin-left: -2rem;
  margin-right: -2rem;
  display: block;
  height: 159px;
  background-size: 240px 159px;
}
.static-links .svg-link.link-troopers {
  background-image: url(images/ngi-banner@2x.jpg);
}

/**
 * Footer
 */
.site-footer {
  background-color: #3D3D3F;
  margin-top: 2rem;
}
.site-footer, .site-footer a {
  color: #E2E2E2;
}
.site-footer .site-info {
  max-width: 1000px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
}
.site-info p {
  text-align: center;
}
.site-footer .site-info p:first-child {
  margin-top: 0;
}
@media (min-width: 1001px) {
  .site-footer .site-info {
    padding: 2rem;
    padding-bottom: 4rem;
  }
}

/**
 * Styling the blog part of the homepage
 * and any other place that lists articles
 */
.post {
  margin-bottom: 2rem;
}
@media (max-width: 1000px) {
  .post {
    padding-bottom: 2rem;
    border-bottom: #E2E2E2 1px solid;
    width: 100%;
  }
}

.blog .site-main {
  display: flex;
  flex-wrap: wrap;
}

.home:not(.paged) .post:nth-child(n+1) {
  order: 1;
}
.home:not(.paged) .post.sticky {
  order: 2;
}
.home:not(.paged) .post:nth-child(n+3) {
  order: 3;
}
.home:not(.paged) .pagination {
  order: 100;
}

/**
 * Styles for articles
 */
@media (min-width: 1001px) {
  .post {
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.8);
    max-width: 100%;
    box-sizing: border-box;
  }
}
@media (min-width: 1001px) and (min-width: 1001px) {
  .single .post .entry-header,
  .single .post .entry-content,
  .single .post .entry-footer,
  .page .post .entry-header,
  .page .post .entry-content,
  .page .post .entry-footer {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.post-featured-image {
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 1rem;
}
@media (min-width: 1001px) {
  .post-featured-image {
    margin-left: -2rem;
    margin-top: -2rem;
    margin-right: -2rem;
    margin-bottom: 2rem;
  }
}

.entry-header,
.entry-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.entry-header .back-to-home,
.entry-footer .back-to-home {
  margin-right: 0.5rem;
}
@media (min-width: 1001px) {
  .entry-header .back-to-home,
  .entry-footer .back-to-home {
    position: absolute;
    left: -22%;
    top: -3px;
  }
}
.entry-header .back-to-home-link,
.entry-footer .back-to-home-link {
  display: block;
  line-height: 1;
}
@media (min-width: 1001px) {
  .entry-header .back-to-home-link,
  .entry-footer .back-to-home-link {
    display: flex;
    align-items: center;
  }
  .entry-header .back-to-home-link .icon,
  .entry-footer .back-to-home-link .icon {
    transition: transform 0.2s;
  }
  .entry-header .back-to-home-link:hover .icon,
  .entry-footer .back-to-home-link:hover .icon {
    transform: translateX(-5px);
  }
  .entry-header .back-to-home-link .screen-reader-text,
  .entry-footer .back-to-home-link .screen-reader-text {
    display: inline-block;
    font-size: 0.8em;
    text-transform: uppercase;
    padding-top: 2px;
    margin-left: 0.5rem;
    color: #9C9C9C;
  }
}

.entry-header .entry-title {
  margin-top: 2rem;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
  position: relative;
  flex-basis: 100%;
  min-width: 0;
}
.entry-header .entry-title a {
  color: #3D3D3F;
}
.entry-header .entry-title a:hover {
  text-decoration: none;
}
.entry-header .entry-title:after {
  transition: width 0.4s;
  content: "";
  height: 2px;
  width: 40%;
  background-color: #9C9C9C;
  position: absolute;
  bottom: 0;
  left: 0;
}
.entry-header .entry-title:hover:after {
  width: 70%;
}
.entry-header .entry-meta,
.entry-header .entry-categories {
  font-size: 0.8em;
  line-height: 1.2;
}
@media (max-width: 1000px) {
  .entry-header .entry-meta .byline {
    display: block;
  }
}
.entry-header .entry-categories {
  text-transform: uppercase;
  letter-spacing: 2px;
  max-width: 65%;
  overflow: hidden;
  white-space: nowrap;
}
.entry-header .entry-categories a {
  color: #9C9C9C;
}

.post.sticky {
  position: relative;
}
.post.sticky .featured-label {
  font-family: FFDINWebProMedium, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #009A5A;
  position: absolute;
  z-index: 50;
  top: 0;
  font-size: 1em;
  padding: 1rem;
  padding-top: 2rem;
  padding-bottom: 0.8rem;
  color: white;
  background-color: rgba(61, 61, 63, 0.8);
  line-height: 1;
}
@media (min-width: 1001px) {
  .post.sticky .post-featured-image {
    height: 180px;
    overflow: hidden;
    position: relative;
  }
  .post.sticky .post-featured-image img {
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    bottom: -100%;
    margin: auto;
    width: 100%;
  }
}
.post.sticky .entry-title {
  font-size: 24px;
}
@media (min-width: 1001px) {
  .post.sticky .entry-title {
    font-size: 34px;
  }
}
@media (min-width: 1001px) {
  .post.sticky .entry-title:after {
    width: 60%;
    background-color: #009A5A;
  }
}
.post.sticky .entry-title:hover:after {
  width: 80%;
}

.entry-content {
  position: relative;
  overflow-x: auto;
}
.entry-content a:not(.button):not(.more-link) {
  color: #009A5A;
  text-decoration: underline;
}
.entry-content a:not(.button):not(.more-link):hover {
  color: #0E6033;
}
.entry-content .read-more-truncated {
  position: absolute;
  top: 4.8em;
  right: 0;
  padding-left: 60px;
  background-image: linear-gradient(to right, rgba(244, 244, 244, 0), #f4f4f4 60%);
}
@media (min-width: 1001px) {
  .entry-content .read-more-truncated {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), white 60%);
  }
}
.entry-content .read-more-truncated {
  display: none;
}
.entry-content .read-more-truncated .icon--forward {
  transition: transform 0.2s;
  height: 12px;
  transform: rotate(180deg);
  fill: #9C9C9C;
}
.entry-content .read-more-truncated:hover .icon--forward {
  transform: translateX(5px) rotate(180deg);
}
.entry-content p {
  text-align: justify;
}

@media (max-width: 1000px) {
  .entry-footer .back-to-home {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1001px) {
  .entry-footer .back-to-home {
    top: 3px;
  }
}
.entry-footer .tags-links {
  margin-top: 1rem;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  flex-basis: 100%;
}
.entry-footer .tags-links:after {
  content: "";
  width: 2rem;
  height: 2em;
  background-image: linear-gradient(to right, rgba(244, 244, 244, 0), #f4f4f4 80%);
  position: absolute;
  right: 0;
}
@media (min-width: 1001px) {
  .entry-footer .tags-links:after {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), white 80%);
  }
}

body.single .entry-footer {
  margin-top: 4rem;
}

.post-navigation {
  display: none;
}

@media (max-width: 1001px) {
  body.home .entry-content {
    height: 6.4em; /* Fallback for non-webkit */
    overflow: hidden;
  }
  body.home .entry-content p {
    margin-top: 0;
    margin-bottom: 0;
  }
  body.home .entry-content .more-link {
    display: none;
  }
  body.home .entry-content .read-more-truncated {
    display: block;
  }
}
body.home .entry-content .more-link {
  color: #9C9C9C;
  white-space: nowrap;
}
body.home .entry-content .more-link:after {
  content: " >";
}

@media (min-width: 1001px) {
  body.home .post:nth-child(n+5),
  body.blog.paged .post {
    width: calc(50% - 1rem);
    box-sizing: border-box;
  }
  body.home .post:nth-child(2n+5),
  body.blog.paged .post:nth-child(odd) {
    margin-right: 2rem;
  }
  body.home .post:nth-child(n+5) .entry-header .byline,
  body.blog.paged .post .entry-header .byline {
    display: none;
  }
  body.home .post:nth-child(n+5) .entry-content,
  body.blog.paged .post .entry-content {
    height: 6.4em; /* Fallback for non-webkit */
    overflow: hidden;
  }
  body.home .post:nth-child(n+5) .entry-content p,
  body.blog.paged .post .entry-content p {
    margin-top: 0;
    margin-bottom: 0;
  }
  body.home .post:nth-child(n+5) .entry-content .more-link,
  body.blog.paged .post .entry-content .more-link {
    display: none;
  }
  body.home .post:nth-child(n+5) .entry-content .read-more-truncated,
  body.blog.paged .post .entry-content .read-more-truncated {
    display: block;
  }
}
body.home .post:nth-child(n+5) .entry-title,
body.blog.paged .post .entry-title {
  font-size: 16px;
  letter-spacing: 0;
}

@media (min-width: 1001px) {
  .home .post {
    position: relative;
    padding-bottom: 4.6rem;
  }
  .home .entry-footer {
    position: absolute;
    bottom: 2rem;
    width: calc(100% - 4rem);
  }
}
/**
 * Pagefind component-ui — ERNW theme overrides.
 */
:root {
  --pf-text: #3D3D3F;
  --pf-text-secondary: #9C9C9C;
  --pf-text-muted: #9C9C9C;
  --pf-background: white;
  --pf-border: rgba(156, 156, 156, 0.5);
  --pf-border-focus: #009A5A;
  --pf-hover: #F4F4F4;
  --pf-mark: #009A5A;
  --pf-outline-focus: #009A5A;
  --pf-border-radius: 1px;
  --pf-font: FFDINWebPro, Helvetica, Arial, sans-serif;
  --pf-modal-max-width: 720px;
}

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