@charset "UTF-8";
/*!
Theme Name: The Comics Curmudgeon
Description: The WordPress theme that powers joshreads.com
Version: 2.0.0
Author: Adam Norwood
*/
/**
 * These values are used by the include-media mixin as custom breakpoints
 * @type Sass map
 * @link http://include-media.com/documentation/
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden, .screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  position: absolute;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px; }
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus, .screen-reader-text.focusable:active, .screen-reader-text.focusable:focus {
    clip: auto;
    position: static;
    overflow: visible;
    margin: 0;
    width: auto;
    height: auto; }

.visuallyshown {
  clip: auto;
  clip: rect(auto auto auto auto);
  position: static;
  overflow: visible;
  margin: 0;
  width: auto;
  height: auto; }

.hiddentext {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.footer-menu, .footer-menu li,
.bulletless-list {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  -webkit-font-feature-settings: 'dlig', 'liga', 'lnum', 'kern';
          font-feature-settings: 'dlig', 'liga', 'lnum', 'kern';
  margin-top: 0;
  text-rendering: optimizeLegibility; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  padding-top: 0; }
  .fonts-loaded body {
    font-family: "Noto Sans", "Open Sans", Helvetica, sans-serif; }

h1 {
  font-family: "Open Sans", Helvetica, sans-serif; }
  .fonts-loaded h1 {
    font-family: "Rubik", "Open Sans", Helvetica, sans-serif; }

h1, h2, h3, h4 {
  -webkit-font-variant-ligatures: common-ligatures discretionary-ligatures contextual;
          font-variant-ligatures: common-ligatures discretionary-ligatures contextual;
  text-rendering: optimizeLegibility; }

p {
  margin-bottom: 0.66665rem; }

a {
  color: #59a9dd;
  text-decoration: none;
  -webkit-transition: .2s color;
  transition: .2s color; }

img,
input[type="image"] {
  height: auto;
  max-width: 100%; }

table {
  max-width: 100%; }

.alignright {
  float: right;
  margin-bottom: 2.6666rem;
  margin-left: 2.6666rem; }

.alignleft {
  float: left;
  margin-bottom: 2.6666rem;
  margin-right: 1.3333rem; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

@media (max-width: 40em) {
  .alignright,
  .alignleft {
    display: block;
    float: none;
    margin-bottom: 1.3333rem;
    margin-left: auto;
    margin-right: auto; } }

.action-button {
  background-color: #242225;
  border-radius: .3333em;
  padding-bottom: 0.33332rem;
  padding-left: 0.66665rem;
  padding-right: 0.66665rem;
  padding-top: 0.33332rem;
  text-transform: uppercase; }
  .action-button, .action-button a {
    color: #FFF; }

#content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.6666rem; }
  .is-not-mobile #content {
    margin-left: 175px; }
  .is-not-mobile .logged-in #content {
    margin-left: auto; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 80em; }

main {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  padding-bottom: 2.6666rem;
  padding-left: 0.66665rem;
  padding-right: 0.66665rem;
  max-width: 100%; }
  .is-mobile main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }

.sidebar {
  min-width: 100%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 0.66665rem;
  padding-right: 0.66665rem;
  text-align: center;
  width: 100%; }
  .sidebar img {
    width: 100%; }

@media (min-width: 65em) {
  #content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row; }
  .container {
    max-width: 55em; }
  main.container {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 30em;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: auto; }
  .sidebar {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 400px;
        -ms-flex: 1 0 400px;
            flex: 1 0 400px;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    min-width: 0%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.66665rem;
    width: auto; } }

@media (min-width: 75em) {
  .is-not-mobile #content {
    margin-left: 0; } }

.icon {
  display: inline-block;
  height: 1.3333em;
  width: 1.3333em; }

.skip-link:focus {
  clip: auto;
  clip: rect(auto auto auto auto);
  position: static;
  overflow: visible;
  margin: 0;
  width: auto;
  height: auto;
  font-size: 1.5rem;
  line-height: 1.25;
  background-color: #242225;
  border: 0.33332rem solid #e6997f;
  color: #FFF;
  display: block;
  padding: 0.66665rem;
  text-align: center; }

.site-header {
  background-color: #59a9dd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-top: 0.66665rem; }

.site-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 3.9999rem;
  padding-left: 0.33332rem;
  padding-right: 0.33332rem; }

.site-logo {
  display: block;
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  max-width: 10rem;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  padding-bottom: 0.33332rem;
  padding-left: 0.66665rem;
  padding-top: 0.33332rem; }

.site-wordmark {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 20em;
      -ms-flex: 0 1 20em;
          flex: 0 1 20em;
  max-width: 20rem;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  padding-bottom: 0.33332rem;
  padding-left: 0.33332rem;
  padding-top: 0.33332rem; }

@media (min-width: 40em) {
  .site-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 0; }
  .site-logo-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 0;
    margin-top: 0.33332rem;
    max-width: 20em;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .site-logo {
    max-width: 7em;
    padding-bottom: 0;
    padding-left: 0; }
  .site-wordmark {
    max-width: 12em;
    padding-bottom: 0; } }

.site-menu {
  border: 0;
  clip: rect(0 0 0 0);
  position: absolute;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  background-color: #242225;
  height: 0;
  position: relative;
  text-rendering: optimizeLegibility;
  text-transform: uppercase; }
  .site-menu.focusable:active, .site-menu.focusable:focus {
    clip: auto;
    position: static;
    overflow: visible;
    margin: 0;
    width: auto;
    height: auto; }
  .fonts-loaded .site-menu {
    font-family: "Rubik", "Open Sans", Helvetica, sans-serif; }
  .menu-is-open .site-menu {
    clip: auto;
    clip: rect(auto auto auto auto);
    position: static;
    overflow: visible;
    margin: 0;
    width: auto;
    height: auto; }

.menu-button {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 0.83333rem;
  line-height: 1.2;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0.33332rem;
  border: 1px solid #cccccc;
  left: 0.66665rem;
  padding-bottom: 0.16666rem;
  padding-left: 0.33332rem;
  padding-right: 0.33332rem;
  padding-top: 0.33332rem;
  position: absolute;
  text-transform: uppercase;
  top: 1.25rem; }
  .fonts-loaded .menu-button {
    font-family: "Rubik", "Open Sans", Helvetica, sans-serif; }
  .menu-button:hover {
    cursor: pointer; }

.menu-button-icon {
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 0.66665rem;
  margin-left: auto;
  margin-right: auto; }
  .menu-button-icon, .menu-button-icon::before, .menu-button-icon::after {
    display: block;
    width: 100%;
    height: 3px;
    background-color: gray;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; }
  .menu-button-icon::before, .menu-button-icon::after {
    position: absolute;
    content: ""; }
  .menu-button-icon::before {
    top: -8px; }
  .menu-button-icon::after {
    top: 8px; }
  .is-open .menu-button-icon {
    background-color: transparent; }
  .is-open .menu-button-icon::before {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg); }
  .is-open .menu-button-icon::after {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg); }

.social-media-links .icon {
  -webkit-transition: .3s fill;
  transition: .3s fill; }

a:focus .icon-twitter,
a:hover .icon-twitter {
  fill: #b2d9f7; }

a:focus .icon-facebook,
a:hover .icon-facebook {
  fill: #455897; }

a:focus .icon-tumblr,
a:hover .icon-tumblr {
  fill: #35465c; }

a:focus .icon-rss,
a:hover .icon-rss {
  fill: #ff6600; }

@media (max-width: 39.99em) {
  .site-menu {
    min-width: 100%; }
  .main-menu,
  .social-media-links {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    text-align: center; }
    .main-menu li,
    .social-media-links li {
      border-bottom: 1px solid #4b474d; }
    .main-menu a,
    .social-media-links a {
      color: #FFF;
      display: block;
      padding-bottom: 0.66665rem;
      padding-top: 0.66665rem; }
      .main-menu a:focus, .main-menu a:hover,
      .social-media-links a:focus,
      .social-media-links a:hover {
        background-color: #d5552a; }
    .main-menu .icon,
    .social-media-links .icon {
      fill: currentColor;
      height: 1.5em;
      width: 1.5em; }
  .social-media-links {
    background-color: black;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    padding-left: 1.3333rem;
    padding-right: 1.3333rem; }
    .social-media-links li {
      border-bottom: 0;
      display: inline-block; }
    .social-media-links a {
      padding-bottom: 0.33332rem;
      padding-left: 0.66665rem;
      padding-right: 0.66665rem;
      padding-top: 0.66665rem; }
      .social-media-links a:focus, .social-media-links a:hover {
        background-color: transparent; } }

@media (min-width: 40em) {
  .site-menu {
    font-size: 1rem;
    line-height: 1.6;
    clip: auto;
    clip: rect(auto auto auto auto);
    position: static;
    overflow: visible;
    margin: 0;
    width: auto;
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin-top: -0.66665rem;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .menu-button {
    border: 0;
    clip: rect(0 0 0 0);
    position: absolute;
    overflow: hidden;
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px; }
    .menu-button.focusable:active, .menu-button.focusable:focus {
      clip: auto;
      position: static;
      overflow: visible;
      margin: 0;
      width: auto;
      height: auto; }
  .main-menu,
  .social-media-links {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0.33332rem; }
    .main-menu li,
    .social-media-links li {
      display: inline-block; }
  .main-menu {
    margin-right: 0.66665rem;
    text-align: center; }
    .main-menu li {
      margin-left: 0.88887rem;
      margin-right: 0.88887rem; }
    .main-menu a {
      color: #FFF; }
      .main-menu a:focus, .main-menu a:hover {
        color: #d8ebf7; }
  .menu-social-media-links-container {
    margin-left: auto; }
  .social-media-links {
    margin-left: 0.66665rem;
    margin-right: 1.3333rem; }
    .social-media-links a {
      fill: #FFF; }
    .social-media-links li {
      margin-left: 0.33332rem;
      margin-right: 0.33332rem; } }

@media (min-width: 65em) {
  .site-menu {
    margin-top: 0; } }

@media (min-width: 75em) {
  .main-menu li {
    margin-left: 1.3333rem;
    margin-right: 1.3333rem; }
  .social-media-links li {
    margin-left: 0.66665rem; } }

.banner-ad {
  background-color: #59a9dd; }
  .banner-ad .container {
    max-width: 960px;
    padding-bottom: 0.66665rem;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.66665rem;
    text-align: center; }
  .banner-ad img {
    display: block;
    width: 100%; }

.adsbygoogle {
  width: 320px;
  height: 100px; }
  @media (min-width: 500px) {
    .adsbygoogle {
      width: 468px;
      height: 60px; } }
  @media (min-width: 800px) {
    .adsbygoogle {
      width: 728px;
      height: 90px; } }

#sidebar-ad-top-block,
#sidebar-ad-lower-block {
  display: none; }

.ad {
  margin-bottom: 1.3333rem;
  text-align: center; }
  .ad table {
    width: auto !important; }

@media (min-width: 40em) {
  .banner-ad {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0.66665rem;
    padding-top: 0.66665rem; }
  #sidebar-ad-top-block,
  #sidebar-ad-lower-block {
    display: block; } }

@media (min-width: 65em) {
  .ad {
    text-align: left; }
  #banner-ad-footer {
    padding-left: 300px;
    margin: 0 auto; } }

@media (min-width: 75em) {
  #banner-ad-footer {
    padding-left: 340px; } }

.cotw {
  background-color: #ebf5ff;
  border-radius: 0.16666rem;
  border: 4px solid #e4edf7;
  margin-bottom: 2.6666rem;
  padding-bottom: 1.3333rem;
  padding-left: 1.3333rem;
  padding-right: 1.3333rem;
  padding-top: 1.3333rem;
  text-align: justify; }
  .is-mobile .cotw {
    margin-top: 1.3333rem;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .cotw a {
    color: #d5552a;
    text-decoration: underline; }
  @media (min-width: 65em) {
    .cotw {
      padding-left: 2.6666rem;
      padding-right: 2.6666rem; } }

.cotw-heading {
  font-size: 1.875rem;
  line-height: 1.1;
  font-family: Rubik, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: normal;
  margin-bottom: 1.3333rem;
  padding-bottom: 0;
  text-align: center; }
  .fonts-loaded .cotw-heading {
    font-family: "Brawler", Rubik, "Open Sans", "Helvetica Neue", sans-serif; }

.cotw-quote {
  font-size: 0.83333rem;
  line-height: 1.2;
  font-style: italic;
  line-height: 1.666;
  margin-left: 0;
  margin-right: 0; }
  .cotw-quote p {
    margin-bottom: 0.66665rem; }
    .cotw-quote p:first-child::before {
      content: '“'; }
    .cotw-quote p:last-of-type::after {
      content: '”'; }
  .cotw-quote em, .cotw-quote i {
    font-style: normal; }

.cotw-citation {
  margin-right: 0.66665rem;
  text-align: right; }
  .cotw-citation cite {
    font-family: Rubik, "Open Sans", "Helvetica Neue", sans-serif;
    font-style: normal;
    text-transform: uppercase; }
    .fonts-loaded .cotw-citation cite {
      font-family: "Brawler", Rubik, "Open Sans", "Helvetica Neue", sans-serif; }

.archive-heading {
  color: #1b5982;
  text-align: center; }
  .archive-heading i {
    color: #242225;
    font-style: normal; }

.post {
  margin-bottom: 3.9999rem;
  padding-top: 0.66665rem; }

.post-meta {
  font-size: 0.83333rem;
  line-height: 1.2;
  font-family: "Open Sans", Helvetica, sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.3333rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 30em;
  position: relative;
  text-align: center;
  text-transform: uppercase; }
  .fonts-loaded .post-meta {
    font-family: "Rubik", "Open Sans", Helvetica, sans-serif; }

.post-time {
  color: #999999;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.post-header .comments-count {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  border-left: 1px solid #cccccc;
  color: #999999;
  margin-left: 0.66665rem;
  padding-left: 0.66665rem; }

.comments-count {
  position: relative; }
  .comments-count:hover .icon {
    -webkit-transform: scale(1.3333);
            transform: scale(1.3333); }
  .comments-count .icon {
    height: 1.15em;
    opacity: .5;
    position: absolute;
    right: -1.6666em;
    top: -0.22222rem;
    -webkit-transition: .5s transform;
    transition: .5s transform;
    width: 1.15em; }
  .comments-count a {
    color: #999999;
    font-weight: bold; }

.post-title {
  font-size: 2.25rem;
  line-height: 1.1;
  font-family: Rubik, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: normal;
  margin-bottom: 0.66665rem;
  margin-top: 0.33332rem;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  text-transform: none;
  width: 100%; }
  .fonts-loaded .post-title {
    font-family: "Brawler", Rubik, "Open Sans", "Helvetica Neue", sans-serif; }
  .post-title a {
    color: #242225; }
    .post-title a:focus, .post-title a:hover {
      color: #59a9dd; }

.post-content,
.page-content {
  font-size: 1rem;
  line-height: 1.6; }
  .post-content ul,
  .page-content ul {
    padding-left: 1.3333rem; }
  .post-content li,
  .page-content li {
    margin-bottom: 0.66665rem; }
  .post-content a,
  .page-content a {
    color: #d5552a;
    text-decoration: underline; }

.post-content {
  /* The next two rules are fixes for very old posts which have
       images wrapped in a combo of a spacer GIF and inline
       position:absolute styling! */ }
  .post-content p + p > img {
    margin-top: -0.66665rem; }
  .post-content div[style*="absolute"] {
    position: relative !important; }
  .post-content img[src="/wp-images/dot.gif"] {
    display: none; }

.post img.is-expandable:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.post img.expanded {
  background-color: white;
  -webkit-box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.15);
  margin-left: -0.66665rem;
  margin-right: -0.66665rem;
  max-width: 1000%;
  padding-bottom: 2.6666rem;
  padding-left: 0.66665rem;
  padding-right: 1.3333rem;
  padding-top: 2.6666rem;
  width: auto; }
  .post img.expanded:hover {
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.post-footer {
  font-family: Rubik, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.83333rem;
  line-height: 1.2;
  color: #999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 2.6666rem; }
  .fonts-loaded .post-footer {
    font-family: "Brawler", Rubik, "Open Sans", "Helvetica Neue", sans-serif; }

.post-edit {
  margin-right: 1.3333rem; }

.comments-meta {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 12em;
      -ms-flex: 0 1 12em;
          flex: 0 1 12em;
  margin-right: 0.66665rem;
  padding-right: 0.66665rem; }
  .comments-meta a {
    color: #59a9dd; }
  .comments-meta .icon {
    position: absolute;
    right: -1.3333rem; }

.post-categories-list {
  margin-bottom: 0;
  margin-top: 0; }
  .post-categories-list, .post-categories-list li {
    list-style-type: none;
    padding-left: 0; }
  .post-categories-list li {
    display: inline-block;
    margin-bottom: 0.66665rem;
    margin-right: 0.66665rem; }

@media (min-width: 40em) {
  .post-meta {
    max-width: 40em; } }

@media (min-width: 65em) {
  .post-meta {
    max-width: 60em; }
  .post-title {
    font-size: 2.25rem;
    line-height: 1.1; } }

@media (min-width: 75em) {
  .archive-heading {
    text-align: left; }
  .post-header {
    margin-bottom: 2.6666rem; }
  .post-meta {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 0;
    text-align: left; }
  .post-title {
    font-size: 2.25rem;
    line-height: 1.1; }
    .post-title a {
      max-width: 20em; } }

.page-wrapper {
  padding-top: 1.3333rem; }

.page-title {
  font-family: Rubik, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 2.25rem;
  line-height: 1.1;
  margin-bottom: 1.3333rem;
  margin-top: 0.33332rem;
  text-align: center; }
  .fonts-loaded .page-title {
    font-family: "Brawler", Rubik, "Open Sans", "Helvetica Neue", sans-serif; }

@media (min-width: 65em) {
  .page-title {
    text-align: left; } }

.comment-form {
  margin-bottom: 2.6666rem; }
  .comment-form p:first-child {
    font-size: 0.83333rem;
    line-height: 1.2; }
  .comment-form label {
    font-family: "Open Sans", Helvetica, sans-serif;
    color: #242225;
    display: block;
    font-weight: bold;
    margin-bottom: 0.33332rem;
    opacity: .8; }
    .fonts-loaded .comment-form label {
      font-family: "Rubik", "Open Sans", Helvetica, sans-serif; }
  .comment-form input,
  .comment-form textarea {
    display: block;
    padding-bottom: 0.33332rem;
    padding-left: 0.33332rem;
    padding-right: 0.33332rem;
    padding-top: 0.33332rem;
    width: 100%; }
  .comment-form .wp-editor-wrap {
    border: 1px solid #cccccc; }
  .comment-form input[type="submit"] {
    background-color: #242225;
    border-radius: 4px;
    border: 0;
    color: #FFF;
    margin-top: 1.3333rem;
    padding-bottom: 0.66665rem;
    padding-left: 1.3333rem;
    padding-right: 1.3333rem;
    padding-top: 0.66665rem;
    text-transform: uppercase; }

.sce-comment-textarea .mce-tinymce {
  border: 1px solid #cccccc;
  margin-bottom: 0.66665rem; }

.sce-comment-edit-buttons {
  float: left; }
  .sce-comment-edit-buttons button {
    margin-right: 0.33332rem; }
  .sce-comment-edit-buttons .sce-timer {
    float: right;
    margin-left: 0.66665rem; }

.sce-timer {
  font-size: 0.83333rem;
  line-height: 1.2;
  color: #666666;
  font-style: italic;
  margin-right: 1.3333rem;
  margin-top: 0.33332rem; }

.comments {
  font-family: Consolas, Inconsolata, Monaco, "Courier New", monospace;
  color: #b3b3b3;
  padding-bottom: 1.3333rem;
  padding-top: 1.3333rem; }
  .fonts-loaded .comments {
    font-family: Consolas, Inconsolata, Monaco, "Courier New", monospace; }

.comment {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 1.3333rem;
  overflow-wrap: break-word;
  padding-bottom: 1.3333rem;
  margin-left: 0.33332rem;
  word-wrap: break-word; }

.comment-meta {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 1.3333rem; }
  .fonts-loaded .comment-meta {
    font-family: "Rubik", "Open Sans", Helvetica, sans-serif; }

.comment-author {
  font-family: Rubik, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #242225;
  display: block;
  font-weight: bold; }
  .fonts-loaded .comment-author {
    font-family: "Brawler", Rubik, "Open Sans", "Helvetica Neue", sans-serif; }

.comment-permalink {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 0.83333rem;
  line-height: 1.2;
  color: #999999;
  display: inline-block; }
  .fonts-loaded .comment-permalink {
    font-family: "Noto Sans", "Open Sans", Helvetica, sans-serif; }

.comment-reply-button {
  font-size: 0.83333rem;
  line-height: 1.2;
  background-color: transparent;
  border-radius: 3px;
  border: 1px solid #aed5ee;
  color: #242225;
  font-weight: bold;
  margin-left: 0.66665rem;
  outline: 0;
  padding-bottom: 0.33332rem;
  padding-left: 0.33332rem;
  padding-right: 0.33332rem;
  padding-top: 0.33332rem;
  -webkit-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s; }
  .comment-reply-button::before {
    color: #1b5982;
    content: '↪';
    margin-right: 0.33332rem;
    opacity: .5; }
  .comment-reply-button:hover {
    background-color: #59a9dd;
    color: #FFF;
    cursor: pointer; }
    .comment-reply-button:hover::before {
      color: #FFF; }

.comment-content {
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #242225; }
  .fonts-loaded .comment-content {
    font-family: "Noto Sans", "Open Sans", Helvetica, sans-serif; }

.comment-preview {
  clear: both; }
  .comment-preview .comment-content p {
    font-size: 1rem;
    line-height: 1.6; }

@media (min-width: 40em) {
  .comment-form {
    overflow: hidden; }
    .comment-form input[type="submit"] {
      clear: both;
      float: right;
      width: auto; } }

.pagination {
  font-size: 0.83333rem;
  line-height: 1.2;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.pagination-link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  max-width: 25em; }
  .pagination-link:not(:last-child) {
    margin-right: 1.3333rem; }
  .pagination-link a {
    color: gray;
    display: block;
    font-style: italic;
    font-weight: bold;
    padding-bottom: 0.66665rem;
    padding-top: 0.66665rem; }
    .pagination-link a::before {
      font-family: "Open Sans", Helvetica, sans-serif;
      color: #d5552a;
      display: block;
      font-style: normal;
      margin-bottom: 0.33332rem;
      text-transform: uppercase; }
      .fonts-loaded .pagination-link a::before {
        font-family: "Rubik", "Open Sans", Helvetica, sans-serif; }

.pagination-link--previous a::before {
  content: '← Previous'; }

.pagination-link--next a {
  text-align: right; }
  .pagination-link--next a::before {
    content: 'Next →'; }

.pagination-link--next:only-child {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.site-footer {
  font-size: 1rem;
  line-height: 1.6;
  background-color: #59a9dd;
  color: #FFF;
  margin-top: 2.6666rem;
  padding-bottom: 1.3333rem;
  padding-left: 0.66665rem;
  padding-right: 0.66665rem;
  text-align: justify; }
  .site-footer a {
    color: #d8ebf7;
    text-decoration: underline; }

.footer-menu {
  background-color: #1b5982;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  margin-left: -0.66665rem;
  margin-right: -0.66665rem;
  padding-bottom: 0.33332rem;
  padding-top: 0.33332rem;
  text-align: center; }
  .footer-menu, .footer-menu li {
    padding-bottom: 0.33332rem;
    padding-top: 0.33332rem; }
  .footer-menu li {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33%;
        -ms-flex: 1 1 33%;
            flex: 1 1 33%; }
  .footer-menu a {
    line-height: 1;
    text-decoration: none; }

label {
  display: block;
  font-weight: bold; }
  input[type="checkbox"] + label {
    display: inline;
    font-weight: normal; }

input[type="submit"],
.tml button,
.sce-comment-edit-buttons button {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 0.83333rem;
  line-height: 1.2;
  background-color: #242225;
  border: 0;
  color: #FFF;
  padding-bottom: 0.33332rem;
  padding-top: 0.33332rem;
  text-transform: uppercase; }
  .fonts-loaded input[type="submit"], .fonts-loaded
  .tml button, .fonts-loaded
  .sce-comment-edit-buttons button {
    font-family: "Rubik", "Open Sans", Helvetica, sans-serif; }

form ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0; }

form li {
  margin-bottom: 0.33332rem; }
  form li label {
    font-weight: normal; }

.advanced-archive-form {
  max-width: 40em; }
  .advanced-archive-form select[name="advanced-category"] {
    margin-bottom: 1.3333rem;
    margin-top: 0.66665rem;
    width: 100%; }
  .advanced-archive-form input[name="keywords"] {
    display: block;
    margin-bottom: 1.3333rem;
    width: 100%; }
  .advanced-archive-form .order {
    display: inline-block;
    font-weight: normal;
    margin-right: 0.66665rem; }
  .advanced-archive-form label[for="posts_per_page"] {
    margin-top: 1.3333rem; }
  .advanced-archive-form input[type="number"] {
    width: 4em; }
  .advanced-archive-form select[name="date-start-year"] {
    margin-bottom: 0.66665rem;
    margin-right: 0.33332rem; }
  .advanced-archive-form select[name="date-end-month"] {
    margin-bottom: 0.66665rem;
    margin-left: 0.33332rem; }

/* TML is Theme My Login, the WordPress plugin for adding
   registration and login forms to the front end */
.tml input[type="text"],
.tml input[type="password"] {
  width: 100%; }

.tml ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0; }

.tml h3 {
  font-family: "Open Sans", Helvetica, sans-serif;
  opacity: .6;
  text-transform: uppercase; }
  .fonts-loaded .tml h3 {
    font-family: "Rubik", "Open Sans", Helvetica, sans-serif; }

.tml .password-input-wrapper input[type="text"] {
  display: none; }

.tml .password-input-wrapper.show-password input[type="text"] {
  display: block; }

.tml .password-input-wrapper.show-password input[type="password"] {
  display: none; }

.tml-form-table {
  margin-bottom: 1.3333rem;
  width: 100%; }
  .tml-form-table th {
    text-align: left; }
  .tml-form-table td {
    display: block;
    padding-bottom: 1.3333rem;
    text-align: left; }
  .tml-form-table textarea {
    width: 100%; }
  .tml-form-table span.description {
    font-size: 0.83333rem;
    line-height: 1.2;
    font-style: italic;
    opacity: .7; }

.tml-user-admin-bar-front-wrap,
#your-profile h3:first-of-type,
#pmpro_account-profile {
  display: none; }

#your-profile {
  margin-top: -1.3333rem; }

/* PMP styles are for Paid Membership Pro panels */
.pmpro_box table {
  font-size: 0.83333rem;
  line-height: 1.2;
  margin-bottom: 1.3333rem;
  margin-top: 1.3333rem; }

.pmpro_box th {
  padding-bottom: 0.66665rem;
  text-align: left; }

.pmpro_box td {
  vertical-align: top; }

#pmpro_account .pmpro_box table p {
  margin-top: 0; }

.pmpro_form th {
  text-align: left; }

.pmpro_form .pmpro_thead-msg {
  clear: both;
  display: block;
  float: none;
  text-align: left;
  width: 100%; }

#pmpro_invoice_table,
#pmpro_invoices_table,
#pmpro_levels_table {
  font-size: 0.83333rem;
  line-height: 1.2;
  margin-top: 1.3333rem;
  margin-bottom: 1.3333rem; }
  #pmpro_invoice_table th,
  #pmpro_invoices_table th,
  #pmpro_levels_table th {
    text-align: left; }
  #pmpro_invoice_table td,
  #pmpro_invoices_table td,
  #pmpro_levels_table td {
    vertical-align: top; }

.pmpro_asterisk {
  color: #d5552a; }
  .pmpro_asterisk abbr {
    text-decoration: none; }

@media (max-width: 64.99em) {
  .tml {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.6666rem;
    max-width: 20em;
    text-align: center; } }

@media (min-width: 65em) {
  .tml {
    max-width: 25em; }
  .pmpro_box table,
  #pmpro_invoice_table,
  #pmpro_invoices_table,
  #pmpro_levels_table {
    font-size: 1rem;
    line-height: 1.6; } }

.post-o-mystery {
  font-family: "Open Sans", Helvetica, sans-serif;
  background-color: #242225;
  color: #FFF;
  margin-bottom: 2.6666rem;
  padding-bottom: 1.3333rem;
  padding-left: 1.3333rem;
  padding-right: 1.3333rem;
  padding-top: 1.3333rem;
  text-align: center; }
  .fonts-loaded .post-o-mystery {
    font-family: "Rubik", "Open Sans", Helvetica, sans-serif; }
  .post-o-mystery h2 {
    font-family: Rubik, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 1.25rem;
    line-height: 1.3;
    color: #e6997f;
    font-weight: normal; }
    .fonts-loaded .post-o-mystery h2 {
      font-family: "Brawler", Rubik, "Open Sans", "Helvetica Neue", sans-serif; }
  .post-o-mystery a {
    color: #c3e0f3; }

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