@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?!
 */
.form-submit .submit,
.search-submit, .pagination .page-numbers.prev, .pagination .page-numbers.next, .entry-footer .tags-links a, .comments-area .comment-edit-link,
.comments-area .comment-reply-link,
.comments-area #cancel-comment-reply-link,
.button {
  transition: background-color .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) {
    .form-submit .submit,
    .search-submit, .pagination .page-numbers.prev, .pagination .page-numbers.next, .entry-footer .tags-links a, .comments-area .comment-edit-link,
    .comments-area .comment-reply-link,
    .comments-area #cancel-comment-reply-link,
    .button {
      padding: 1rem 1.5rem 0.9rem; } }
  .form-submit .submit:hover,
  .search-submit:hover, .pagination .page-numbers.prev:hover, .pagination .page-numbers.next:hover, .entry-footer .tags-links a:hover, .comments-area .comment-edit-link:hover,
  .comments-area .comment-reply-link:hover,
  .comments-area #cancel-comment-reply-link:hover,
  .button:hover {
    color: white;
    text-decoration: none;
    background-color: #565659; }

.pagination .page-numbers.prev, .pagination .page-numbers.next, .entry-footer .tags-links a, .comments-area .comment-edit-link,
.comments-area .comment-reply-link,
.comments-area #cancel-comment-reply-link {
  padding: 0.3846153846rem 1rem 0.25rem;
  background-color: #E2E2E2;
  color: #3D3D3F;
  margin-right: 0.5rem;
  font-size: 0.8em;
  text-transform: none; }
  .pagination .page-numbers.prev:hover, .pagination .page-numbers.next:hover, .entry-footer .tags-links a:hover, .comments-area .comment-edit-link:hover,
  .comments-area .comment-reply-link:hover,
  .comments-area #cancel-comment-reply-link:hover {
    background-color: #838383;
    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;
  letter-spacing: 1.36px; }

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 .2s, text-decoration .3s .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: .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; }

/**
 * Icon definitions
 */
.icon {
  transition: fill .2s, opacity .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 .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 .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 {
        height: 35px;
        width: 32px;
        display: block;
        background-size: 100px;
        background-position: left center;
        background-repeat: no-repeat;
        background-color: white;
        position: relative; }
        .site-header .ernw-universe-links .svg-link:hover:after {
          animation: fadeInDown .2s;
          content: "hallo";
          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); }
          .site-header .ernw-universe-links .svg-link.link-ernw:hover:after {
            content: "ERNW"; }
        .site-header .ernw-universe-links .svg-link.link-insight {
          background-image: url(images/link-insight.svg); }
          .site-header .ernw-universe-links .svg-link.link-insight:hover:after {
            content: "ERNW Insight"; }
        .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);
          height: 24px; } }

@media (min-width: 1401px) {
  .site-header .site-branding {
    margin-left: -36px; } }

.site-header .search-field {
  border-color: rgba(156, 156, 156, 0.5); }

@media (min-width: 1401px) {
  body.header-sticky .site-branding {
    margin-left: -8px; } }

body.header-sticky .site-header-wrap {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%; }
  body.header-sticky .site-header-wrap .site-header {
    padding: 0 1rem;
    padding-bottom: 2px; }
  body.header-sticky .site-header-wrap .site-title {
    height: 32px; }

body.admin-bar #wpadminbar {
  position: fixed; }

@media (max-width: 1000px) {
  body.admin-bar .site-header-wrap {
    top: 46px; } }

@media (min-width: 1001px) {
  body.admin-bar.header-sticky .site-header-wrap {
    top: 32px; } }

body.admin-bar .search-form {
  top: 108px; }
  @media (min-width: 481px) {
    body.admin-bar .search-form {
      top: 112px; } }

/**
 * The holy navigation!! *aahhhahhhhhhh*
 */
.site-content {
  transition: filter .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 .5s, box-shadow .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; }
  body.admin-bar .main-navigation .nav-drawer {
    height: calc(100vh - 108px); }
  .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) {
  body.page .content-area,
  .error404 .content-area {
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.8); }
    body.page .content-area .entry-header .entry-title,
    .error404 .content-area .entry-header .entry-title {
      margin-top: 0; } }

@media (max-width: 1000px) {
  body.admin-bar #page {
    top: 108px; } }

@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) .site-content {
    display: flex;
    align-items: flex-start;
    position: relative; }
  body:not(.single) .content-area {
    margin-right: 2rem;
    width: calc(760px - 2rem);
    flex-grow: 0; }
  body:not(.single) .widget-area {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 240px;
    box-sizing: border-box; } }

@media (min-width: 1001px) {
  body.header-sticky .site-content {
    padding-top: calc(78px + 2rem); } }

@media (min-width: 1001px) {
  #secondary {
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.8); }
  body.sidebar-sticky #secondary {
    position: fixed;
    width: 240px;
    right: calc((100% - 1000px) / 2);
    z-index: 90;
    bottom: 1rem; }
  body.footer-visible #secondary {
    position: absolute;
    bottom: 0; } }

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):not(.static-links) {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #E2E2E2; }

.static-links ul {
  margin: 0; }

.static-links li {
  padding-left: 0 !important; }
  .static-links li:before {
    content: "" !important; }
  .static-links li:last-child {
    margin-bottom: 0 !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/troopers-insinuator-banner@2x.png); }

/**
 * 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-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 {
    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 .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 .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 .featured-label {
        opacity: 0; } }
  .post.sticky.visible .featured-label {
    animation: fadeInDown .5s .2s ease-out forwards; }
  @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%);
    display: none; }
    @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 .icon--forward {
      transition: transform .2s;
      height: 12px;
      transform: rotate(180deg);
      fill: #9C9C9C; }
    .entry-content .read-more-truncated:hover .icon--forward {
      transform: translateX(5px) rotate(180deg); }

@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%); } }

.entry-footer .comments-link {
  margin-top: 1rem; }

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(n+5).odd,
    body.blog.paged .post.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; }

body.search-results .entry-title {
  margin-top: 0; }

body.search-results .search-highlight {
  font-weight: normal;
  display: inline-block;
  background-color: rgba(0, 154, 90, 0.1);
  border: 1px solid rgba(0, 154, 90, 0.7);
  border-radius: 4px;
  line-height: 1.2em;
  color: #0E6033;
  padding: 1px 0.25rem 0; }

@media (min-width: 1001px) {
  .home .post {
    position: relative;
    padding-bottom: 4.6rem; }
  .home .entry-footer {
    position: absolute;
    bottom: 2rem;
    width: calc(100% - 4rem); } }

/**
 * Commenting area
 */
.comments-area {
  margin-top: 2rem; }
  @media (min-width: 1001px) {
    .comments-area {
      padding: 2rem;
      background-image: linear-gradient(to bottom right, rgba(226, 226, 226, 0.7), rgba(226, 226, 226, 0.9)); } }
  .comments-area .comment {
    margin-bottom: 2rem; }
    @media (min-width: 481px) {
      .comments-area .comment {
        max-width: 70%;
        margin-left: auto;
        margin-right: auto; } }
  .comments-area .comment-body {
    position: relative; }
  .comments-area .comment-list {
    margin-bottom: 4rem; }
  .comments-area .comment-content {
    background-color: white;
    border-radius: 0 30px 15px 30px;
    padding: 0.5rem 2rem; }
  .comments-area .bypostauthor .comment-author .fn {
    color: #009A5A; }
  .comments-area .bypostauthor .comment-content {
    border: 1px solid #009A5A; }
  .comments-area .comment-edit-link,
  .comments-area .comment-reply-link,
  .comments-area #cancel-comment-reply-link {
    border-radius: 999px; }
  .comments-area .comment-edit-link {
    margin-left: 0.5rem; }
  .comments-area .reply {
    position: absolute;
    bottom: 8px;
    right: 10px;
    text-align: right; }
    .comments-area .reply .comment-reply-link {
      margin-right: 0; }
  .comments-area .comments-title,
  .comments-area .comment-reply-title {
    margin-top: 0; }
  .comments-area .comment-list,
  .comments-area .children {
    list-style: none;
    padding-left: 0; }
  .comments-area .children {
    padding-left: 10%;
    margin-top: 0.5rem; }
    .comments-area .children .comment {
      max-width: 100%; }
  .comments-area .comment-meta {
    margin-bottom: 0.1666666667rem; }
    @media (min-width: 481px) {
      .comments-area .comment-meta {
        display: flex;
        align-items: flex-end;
        flex-wrap: wrap; } }
    .comments-area .comment-meta .comment-metadata {
      font-size: 0.8em;
      text-transform: uppercase;
      line-height: 1.8; }
      @media (min-width: 481px) {
        .comments-area .comment-meta .comment-metadata {
          text-align: right;
          padding-right: 30px; } }
    .comments-area .comment-meta .comment-awaiting-moderation {
      width: 100%;
      color: #9C9C9C; }
  .comments-area .comment-author {
    display: flex;
    align-items: center;
    flex-grow: 2; }
    @media (max-width: 480px) {
      .comments-area .comment-author {
        margin-bottom: 0.5rem; } }
    .comments-area .comment-author img {
      border-radius: 100px; }
    .comments-area .comment-author .says {
      margin-left: .4em; }

@media (min-width: 1001px) {
  .comment-respond {
    max-width: 50%;
    margin: 0 auto; } }

@media (min-width: 1001px) {
  .comment .comment-respond {
    max-width: 80%; } }

/**
 * Override some stuff for the two click social media button plugin
 */
.social_share_privacy {
  margin-bottom: 0 !important; }
  .social_share_privacy div.help_info {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .social_share_privacy > ul {
    height: auto !important; }
    .social_share_privacy > ul li {
      float: none !important;
      padding-left: 0 !important;
      width: auto !important;
      height: auto !important;
      padding-right: 1rem;
      line-height: 1; }
      @media (min-width: 1001px) {
        .social_share_privacy > ul li {
          display: inline-block;
          margin-top: 0 !important;
          margin-bottom: 0 !important; } }
      .social_share_privacy > ul li:nth-child(3) {
        margin-bottom: 0 !important; }
      .social_share_privacy > ul li:before {
        content: "" !important; }
      .social_share_privacy > ul li .switch {
        background-image: url(images/social-plugin/socialshareprivacy_on_off.svg) !important; }
      .social_share_privacy > ul li .dummy_btn {
        background-image: url(images/social-plugin/sprite.svg) !important; }
      .social_share_privacy > ul li span.gplus_one_dummy {
        width: 72px !important; }
  .social_share_privacy .settings_info {
    display: none; }

#lpckLagWarningOverlay,
#lpckConMessageOverlay {
  display: none !important; }
