/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! Hint.css - v1.2.1 - 2013-03-24
* http://kushagragour.in/lab/hint/
* Copyright (c) 2013 Kushagra Gour; Licensed MIT */
/*-------------------------------------*\
  HINT.css - A CSS tooltip library
\*-------------------------------------*/
/**
 * HINT.css is a tooltip library made in pure CSS.
 *
 * Source: https://github.com/chinchang/hint.css
 * Demo: http://kushagragour.in/labs/hint/
 *
 * Release under The MIT License
 *
 */
/**
 * source: hint-core.scss
 *
 * Defines the basic styling for the tooltip.
 * Each tooltip is made of 2 parts:
 *  1) body (:after)
 *  2) arrow (:before)
 * 
 * Classes added:
 *  1) hint
 */
.hint, [data-hint] {
  position: relative;
  display: inline-block;
  /**
   * tooltip arrow
   */
  /**
   * tooltip body
   */
}

.hint:before, .hint:after, [data-hint]:before, [data-hint]:after {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}

.hint:hover:before, .hint:hover:after, [data-hint]:hover:before, [data-hint]:hover:after {
  visibility: visible;
  opacity: 1;
}

.hint:before, [data-hint]:before {
  content: '';
  position: absolute;
  background: transparent;
  border: 6px solid transparent;
  z-index: 1000001;
}

.hint:after, [data-hint]:after {
  content: attr(data-hint);
  background: #383838;
  color: white;
  text-shadow: 0 -1px 0px black;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 12px;
  white-space: nowrap;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

/**
 * source: hint-position.scss
 *
 * Defines the positoning logic for the tooltips.
 * 
 * Classes added:
 *  1) hint--top
 *  2) hint--bottom
 *  3) hint--left
 *  4) hint--right
 */
/**
 * set default color for tooltip arrows
 */
.hint--top:before {
  border-top-color: #383838;
}

.hint--bottom:before {
  border-bottom-color: #383838;
}

.hint--left:before {
  border-left-color: #383838;
}

.hint--right:before {
  border-right-color: #383838;
}

/**
 * top tooltip
 */
.hint--top:before {
  margin-bottom: -12px;
}

.hint--top:after {
  margin-left: -18px;
}

.hint--top:before, .hint--top:after {
  bottom: 100%;
  left: 50%;
}

.hint--top:hover:before, .hint--top:hover:after {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

/**
 * bottom tooltip
 */
.hint--bottom:before {
  margin-top: -12px;
}

.hint--bottom:after {
  margin-left: -18px;
}

.hint--bottom:before, .hint--bottom:after {
  top: 100%;
  left: 50%;
}

.hint--bottom:hover:before, .hint--bottom:hover:after {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

/**
 * right tooltip
 */
.hint--right:before {
  margin-left: -12px;
  margin-bottom: -6px;
}

.hint--right:after {
  margin-bottom: -14px;
}

.hint--right:before, .hint--right:after {
  left: 100%;
  bottom: 50%;
}

.hint--right:hover:before, .hint--right:hover:after {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}

/**
 * left tooltip
 */
.hint--left:before {
  margin-right: -12px;
  margin-bottom: -6px;
}

.hint--left:after {
  margin-bottom: -14px;
}

.hint--left:before, .hint--left:after {
  right: 100%;
  bottom: 50%;
}

.hint--left:hover:before, .hint--left:hover:after {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}

/**
 * source: hint-color-types.scss
 *
 * Contains tooltips of various types based on color differences.
 * 
 * Classes added:
 *  1) hint--error
 *  2) hint--warning
 *  3) hint--info
 *  4) hint--success
 *  
 */
/**
 * Error
 */
.hint--error:after {
  background-color: #b34e4d;
  text-shadow: 0 -1px 0px #5a2626;
}

.hint--error.hint--top:before {
  border-top-color: #b34e4d;
}

.hint--error.hint--bottom:before {
  border-bottom-color: #b34e4d;
}

.hint--error.hint--left:before {
  border-left-color: #b34e4d;
}

.hint--error.hint--right:before {
  border-right-color: #b34e4d;
}

/**
 * Warning
 */
.hint--warning:after {
  background-color: #c09854;
  text-shadow: 0 -1px 0px #6d5228;
}

.hint--warning.hint--top:before {
  border-top-color: #c09854;
}

.hint--warning.hint--bottom:before {
  border-bottom-color: #c09854;
}

.hint--warning.hint--left:before {
  border-left-color: #c09854;
}

.hint--warning.hint--right:before {
  border-right-color: #c09854;
}

/**
 * Info
 */
.hint--info:after {
  background-color: #3986ac;
  text-shadow: 0 -1px 0px #193c4c;
}

.hint--info.hint--top:before {
  border-top-color: #3986ac;
}

.hint--info.hint--bottom:before {
  border-bottom-color: #3986ac;
}

.hint--info.hint--left:before {
  border-left-color: #3986ac;
}

.hint--info.hint--right:before {
  border-right-color: #3986ac;
}

/**
 * Success
 */
.hint--success:after {
  background-color: #458746;
  text-shadow: 0 -1px 0px #1a331a;
}

.hint--success.hint--top:before {
  border-top-color: #458746;
}

.hint--success.hint--bottom:before {
  border-bottom-color: #458746;
}

.hint--success.hint--left:before {
  border-left-color: #458746;
}

.hint--success.hint--right:before {
  border-right-color: #458746;
}

/**
 * source: hint-always.scss
 *
 * Defines a persisted tooltip which shows always.
 * 
 * Classes added:
 *  1) hint--always
 *  
 */
.hint--always:after, .hint--always:before {
  opacity: 1;
  visibility: visible;
}

.hint--always.hint--top:after, .hint--always.hint--top:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--always.hint--bottom:after, .hint--always.hint--bottom:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--always.hint--left:after, .hint--always.hint--left:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}

.hint--always.hint--right:after, .hint--always.hint--right:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}

/**
 * source: hint-rounded.scss
 *
 * Defines rounded corner tooltips.
 * 
 * Classes added:
 *  1) hint--rounded
 *  
 */
.hint--rounded:after {
  border-radius: 4px;
}

.chips a, .tags ul li a, .archive-all-dates a {
  align-items: baseline;
  border-radius: 100px;
  border: 2px solid rgba(0, 0, 0, 0.13);
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.5);
  display: inline-flex;
  font-size: 18px;
  margin: 2px;
  padding: 0 10px 1px;
  transition: all .25s ease;
  user-select: none;
}
.chips a span, .tags ul li a span, .archive-all-dates a span {
  color: rgba(0, 0, 0, 0.3);
  font-size: 16px;
  margin-left: 5px;
  transition: all .25s ease;
}
.chips a .x, .tags ul li a .x, .archive-all-dates a .x {
  color: #fff;
}
.chips a:hover, .tags ul li a:hover, .archive-all-dates a:hover {
  border: 2px solid rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.7);
  transition: all 0s ease;
}
.chips a:hover span, .tags ul li a:hover span, .archive-all-dates a:hover span {
  color: rgba(0, 0, 0, 0.5);
  transition: all 0s ease;
}
.chips a:active, .tags ul li a:active, .archive-all-dates a:active {
  border: 2px solid rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.9);
  transition: all 0s ease;
}
.chips a:active span, .tags ul li a:active span, .archive-all-dates a:active span {
  color: rgba(0, 0, 0, 0.7);
  transition: all 0s ease;
}
.chips .clear-tag span, .tags ul li .clear-tag span, .archive-all-dates .clear-tag span {
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 18px;
  justify-content: center;
  margin-left: 4px;
  margin-right: -4px;
  padding: 4px;
  width: 18px;
}
.chips .clear-tag span svg, .tags ul li .clear-tag span svg, .archive-all-dates .clear-tag span svg {
  fill: currentColor;
}
.chips .clear-tag:hover span, .tags ul li .clear-tag:hover span, .archive-all-dates .clear-tag:hover span {
  background: rgba(0, 0, 0, 0.75);
  color: choose-contrast-color(#000);
}
.chips .clear-tag:active span, .tags ul li .clear-tag:active span, .archive-all-dates .clear-tag:active span {
  background: rgba(0, 0, 0, 0.9);
  color: choose-contrast-color(#000);
}

theme-color-bg {
  background-color: #3f51b5;
}

theme-color-bg-contrast {
  color: white;
}

body.menu-active {
  overflow: hidden;
}

#site-container {
  background: #fff;
  border-radius: 0px;
  left: 0%;
  height: 100vh;
  position: relative;
  transition: all .5s ease;
  transform-origin: top left;
  top: 0px;
  width: 100%;
  justify-content: center;
}

/*
body.menu-active #site-container {
  justify-content: center;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  height: calc(100vh - 20px);
  left: 90%;
  overflow: hidden;
  top: 40px;
  transform: scale(0.9);
  width: 100%;
}*/

/*********************************************************
*  Navigation
*********************************************************/
.navigation {
  display: flex;
}
@media (min-width: 1200px) {
  .navigation {
    padding: 10px 0;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .navigation {
    padding: 10px 20px;
  }
}
@media (max-width: 768px) {
  .navigation {
    padding: 10px;
  }
}

.navigation .menu-trigger {
  cursor: pointer;
  font-size: 24px;
}
@media (min-width: 769px) {
  .navigation .menu-trigger {
    display: none;
  }
}

body > nav.menu {
  display: flex;
  height: 100vh;
  overflow: auto;
  opacity: 0;
  transition: opacity 2s ease;
  width: calc(100vw - 50px);
  z-index: -1;
}
body > nav.menu ul {
  margin: auto !important;
  padding: 30px !important;
}

body > nav.menu ul li:not(:first-child) {
  padding-top: 5px;
}

body.menu-active > nav.menu {
  opacity: 1;
  transition: opacity 0s ease;
  animation-delay: .5s;
  animation-duration: 0s;
  animation-fill-mode: forwards;
  animation-name: activateMenu;
  animation-timing-function: ease-in-out;
}

@keyframes activateMenu {
  0% {
    z-index: -1;
  }
  100% {
    z-index: 1;
  }
}
section.menu,
body > nav.menu {
  flex: 1;
}

.iico {
    width: 40px;
    height: 40px;
   text-decoration: none !important;
   border:0px !important;
   outline:none;
   border-width: 0px;
   outline-width:0px;
   border-bottom: none;
}
.row {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}
#dpic {
    grid-column: span 6;
    text-align: right;
}
#ddesc {
    padding-top: 40px;
    padding-left: 20px;
    grid-column: span 6;
}

section.menu ul,
body > nav.menu ul {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: center;
}
@media (min-width: 769px) {
  section.menu ul,
  body > nav.menu ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  section.menu ul,
  body > nav.menu ul {
    flex-direction: column;
  }
}
section.menu ul li,
body > nav.menu ul li {
  font-weight: bold;
  list-style: none;
  margin-right: 25px;
}
section.menu ul li a,
body > nav.menu ul li a {
  border-bottom: none;
  color: rgba(0, 0, 0, 0.8);
  font-size: 20px;
  position: relative;
  transition: background .25s ease, color .4s ease, width .25s ease;
}
section.menu ul li a:after,
body > nav.menu ul li a:after {
  background: transparent;
  bottom: -3px;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  transition: all .25s ease;
  width: 0%;
}
section.menu ul li a:hover,
body > nav.menu ul li a:hover {
  color: black;
  transition: background .25s ease, color 0s ease, width .25s ease;
}
section.menu ul li a:hover:after,
body > nav.menu ul li a:hover:after {
  background: #000;
  left: 0%;
  width: 100%;
}

/*********************************************************
*  Topbar and Header
*********************************************************/
.header {
  text-align: center;
  max-width: 800px;
  margin: auto;
  justify-content: center;
}
@media (min-width: 769px) {
  .header {
    padding: 100px 0 75px;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 100px 10px 75px;
  }
}
.header h1 {
  margin: 0 0 5px;
  text-transform: uppercase;
  word-wrap: break-word;
}
.header h1:hover {
  text-decoration: none;
}
.header h5 {
  margin: 0px;
  word-wrap: break-word;
}

.posthaven-user-menu {
  flex: 0 auto;
  position: relative;
}

#img-link, #img-link img{
   text-decoration: none !important;
   border:0px !important;
   outline:none;
   border-width: 0px;
   outline-width:0px;
   border-bottom: none;
}

.posthaven-user-menu figure {
  background: white;
  border-radius: 40px;
  border: solid 2px rgba(128, 128, 128, 0.3);
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-size: 0px;
  height: 40px;
  padding: 2px;
  position: relative;
  transition: all .25s ease;
  width: 40px;
  z-index: 10;
}
.posthaven-user-menu figure.active {
  border: solid 2px rgba(128, 128, 128, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.posthaven-user-menu figure.active span i {
  opacity: 1;
}
.posthaven-user-menu figure.active span i:before {
  top: 2px;
  transform: rotate(-45deg);
}
.posthaven-user-menu figure.active span i:after {
  bottom: 1px;
  transform: rotate(45deg);
}
.posthaven-user-menu figure:hover {
  border: solid 2px rgba(128, 128, 128, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.posthaven-user-menu figure:hover span i {
  opacity: 1;
}
.posthaven-user-menu figure:hover span:after {
  top: calc(50% - 8px);
}
.posthaven-user-menu figure span {
  align-items: center;
  background: #3F3F3F;
  border: none;
  border-radius: 32px;
  display: flex;
  height: 32px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 32px;
}
.posthaven-user-menu figure span i {
  display: inline-block;
  height: 6px;
  left: 1px;
  opacity: 0;
  position: relative;
  transition: opacity .25s ease;
  width: 16px;
}
.posthaven-user-menu figure span i:before, .posthaven-user-menu figure span i:after {
  background: #fff;
  border-radius: 3px;
  content: "";
  height: 3px;
  position: absolute;
  transition: all .25s ease;
  width: 16px;
}
.posthaven-user-menu figure span i:before {
  top: -2px;
}
.posthaven-user-menu figure span i:after {
  bottom: -2px;
}
.posthaven-user-menu figure span:before {
  background: #1285F9;
  content: '';
  display: block;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
}
.posthaven-user-menu .ph-menu {
  border: solid 1px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  right: 17px;
  position: absolute;
  top: 22px;
  z-index: 9;
}
.posthaven-user-menu .ph-menu ul {
  margin: 0;
  padding: 0;
}
.posthaven-user-menu .ph-menu ul li {
  background: #fff;
  list-style: none;
}
.posthaven-user-menu .ph-menu ul li:not(:first-child) {
  border-top: solid 1px rgba(0, 0, 0, 0.05);
}
.posthaven-user-menu .ph-menu ul li a {
  display: flex;
  left: 0;
  padding: 10px 20px;
  position: relative;
  transition: left .15s ease;
  user-select: none;
  white-space: nowrap;
}
.posthaven-user-menu .ph-menu ul li a:hover {
  left: 5px;
}

.ph-canvas {
  background: rgba(255, 255, 255, 0);
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  transition: background .25s ease;
  width: 100%;
}
.ph-canvas.active {
  background: rgba(255, 255, 255, 0.5);
  display: block;
}

aside {
  margin: 0 auto 25px;
  color: rgba(0, 0, 0, 0.3);
  font-size: 18px;
}
aside section {
  margin-bottom: 10px;
}
aside a {
  color: rgba(0, 0, 0, 0.3);
}
aside .tag-count {
  font-size: 12px;
}
aside .show-tags {
  font-size: 12px;
  margin-top: 5px;
}
aside h3 {
  margin: 20px 0px 5px;
  font-size: 12px;
  font-weight: normal;
}
aside ul {
  padding-left: 0px;
  margin: 0px 0px;
}
aside ul li {
  list-style: none;
}

.post-list .post {
  margin: 0 auto 125px;
}

.private-indicator {
  align-items: center;
  background: #000;
  border-radius: 100%;
  display: inline-flex;
  height: 26px;
  justify-content: center;
  position: relative;
  top: -2px;
  width: 26px;
}
.private-indicator svg {
  fill: #fff;
  height: 12px;
  width: 10px;
}

.post {
  margin: 0 auto;
  max-width: 100%;
  width: 800px;
  font-size: 20px;
}
.post .posthaven-post-body {
  margin-top: 25px;
  /* IE8 css bug */
}
.post .posthaven-post-body *::-moz-selection {
  background: #000;
  color: white;
}
.post .posthaven-post-body *::selection {
  background: #000;
  color: white;
}
.post .posthaven-post-body p {
  line-height: 1.75em;
}
@media (min-width: 769px) {
  .post .posthaven-post-body p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .post .posthaven-post-body p {
    font-size: 18px;
    margin: 24px auto;
  }
}
.post .posthaven-post-body ul li, .post .posthaven-post-body ol li {
  line-height: 1.75em;
}
.post .posthaven-post-body .posthaven-gallery .posthaven-gallery-chrome .posthaven-gallery-info {
  align-items: center;
  display: flex;
  float: none;
  font-family: "Proxima Nova", sans-serif;
  font-size: 14px;
  justify-content: center;
}
.post .posthaven-post-body .posthaven-gallery .posthaven-gallery-chrome .posthaven-gallery-info span {
  padding: 5px 3px;
}
.post .posthaven-post-body .posthaven-gallery .posthaven-gallery-chrome .posthaven-gallery-next {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iaWNvbi1jYXJldCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC4wMTQuNDc3Yy0uNjktLjY0My0xLjc0Ni0uNjQzLTIuNDExLjA0NUwuNDgzIDUuODVhMS42NjIgMS42NjIgMCAwMDAgMi4zNDJsNS4wOTYgNS4zMDRBMS42OCAxLjY4IDAgMDA2LjgyIDE0Yy40MzYgMCAuODUtLjE2IDEuMTk0LS40Ni42ODgtLjY0Mi42ODgtMS43NDUuMDQ1LTIuNDFMNC4wNjQgNy4wMmwzLjk1LTQuMTMyYy42ODgtLjY2Ni42ODgtMS43NjggMC0yLjQxMXoiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
  text-indent: -5000em;
  height: 14px;
  margin-top: 9px;
  width: 9px;
}
.post .posthaven-post-body .posthaven-gallery .posthaven-gallery-chrome .posthaven-gallery-next.posthaven-gallery-right {
  transform: scaleX(-1);
}
.post .posthaven-post-body .posthaven-gallery .posthaven-gallery-thumb-holder {
  display: flex;
}
.post .posthaven-post-body .posthaven-gallery .posthaven-gallery-thumb-holder div {
  margin: auto;
}
.post .posthaven-post-body .posthaven-gallery .posthaven-gallery-thumb-holder a {
  border-bottom: solid 2px transparent;
  flex: 0 0 50px;
}
.post .posthaven-post-body .posthaven-gallery .posthaven-gallery-thumb-holder a:hover {
  border-bottom: solid 2px transparent;
}
.post .posthaven-post-body .posthaven-gallery .posthaven-gallery-thumb-holder a:hover .posthaven-gallery-thumb {
  opacity: .75;
}
.post .posthaven-post-body .posthaven-gallery .posthaven-gallery-thumb-holder a:hover .posthaven-gallery-thumb.posthaven-gallery-selected-thumb {
  opacity: 1;
}
.post .posthaven-post-body img {
  height: auto;
}
.post .posthaven-post-body iframe,
.post .posthaven-post-body object,
.post .posthaven-post-body embed {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-width: inherit\9;
}
.post .posthaven-post-body audio, .post .posthaven-post-body canvas, .post .posthaven-post-body video {
  display: block;
}
.post .posthaven-post-body blockquote {
  padding-left: 30px;
  position: relative;
}
.post .posthaven-post-body blockquote:before {
  background: rgba(0, 0, 0, 0.15);
  bottom: 0;
  border-radius: 8px;
  content: "";
  left: 0;
  position: absolute;
  width: 8px;
  top: 0;
}
.post .posthaven-post-body pre {
  font-size: 13px;
}
.post .posthaven-post-body .slash-divider {
  color: #ddd;
}
.post .posthaven-post-body h1, .post .posthaven-post-body h2, .post .posthaven-post-body h3 {
  margin-top: 30px;
}
.post .posthaven-post-body h1 {
  font-size: 22px;
}
.post .posthaven-post-body h2 {
  font-size: 20px;
}
.post .posthaven-post-body h3 {
  font-size: 22px;
  font-style: italic;
}
.post .posthaven-post-body a {
  border-bottom: dashed 2px rgba(0, 0, 0, 0.25);
  word-break: break-word;
}
.post .posthaven-post-body a:hover {
  border-bottom: solid 2px rgba(0, 0, 0, 0.4);
}
.post .posthaven-post-body a:active {
  border-bottom: solid 2px rgba(0, 0, 0, 0.7);
}
@media (max-width: 768px) {
  .post .posthaven-post-body blockquote {
    margin: 0 1rem;
  }
}
.post .posthaven-post-body .posthaven-gallery {
  text-align: center;
}
@media (min-width: 769px) {
  .post .posthaven-post-body .posthaven-gallery {
    margin-left: -100px;
    margin-right: -100px;
  }
}
@media (max-width: 768px) {
  .post .posthaven-post-body .posthaven-gallery {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.post .posthaven-post-body .posthaven-gallery .posthaven-gallery-chrome {
  margin-bottom: 10px;
}
.post .posthaven-post-body .posthaven-gallery .posthaven-gallery-chrome .posthaven-gallery-info {
  float: none;
}
.post .posthaven-post-body .posthaven-gallery .posthaven-file img {
  max-height: 90vh;
}
.post .post-title {
  margin: 75px auto 20px;
  text-align: center;
}
.post .post-title figure {
  margin-bottom: 20px;
}
.post .post-title figure a {
  display: block;
}
.post .post-title figure img {
  max-height: 60vh;
  max-width: 100%;
}
.post .post-title h2 {
  font-size: 30px;
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 5px;
}
.post .post-title h2 a {
  color: #000;
}
.post .post-title h2 a:hover {
  border-bottom: 2px dashed rgba(0, 0, 0, 0.1);
}
.post .homepage-post-footer {
  display: flex;
  margin: 30px 0;
  justify-content: center;
  text-align: center;
}
.post .homepage-post-footer .tags {
  margin: 10px 0;
  font-size: 12px;
}
.post .homepage-post-footer .tags h6 {
  font-weight: normal;
  font-size: 12px;
  display: inline;
}
.post .homepage-post-footer .tags ul {
  padding-left: 10px;
  margin-left: 0;
  display: inline;
}
.post .homepage-post-footer .tags ul li {
  display: inline;
  margin-right: 10px;
}
.post .homepage-post-footer .tags ul li a {
  white-space: nowrap;
}
.post table {
  border-bottom: 1px solid #ddd;
  width: 100%;
  border-collapse: collapse;
}
.post table, .post th, .post td {
  border-top: 1px solid #ddd;
}
.post table th, .post table td {
  padding: 4px 5px;
}
.post table p:first-child {
  margin-top: 0px;
}
.post table p:last-child {
  margin-bottom: 0px;
}

.posthaven-share-links .posthaven-upvote,
.posthaven-comment-count {
  align-items: center;
  border: 2px solid #DDDDDD;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: "Proxima Nova";
  display: flex;
  height: 30px;
  padding: 3px 5px 3px 9px;
}
.posthaven-share-links .posthaven-upvote:hover,
.posthaven-comment-count:hover {
  border-color: rgba(0, 0, 0, 0.5);
  background-color: transparent;
}
.posthaven-share-links .posthaven-upvote:hover .posthaven-upvote-label,
.posthaven-share-links .posthaven-upvote:hover .posthaven-upvoted-label,
.posthaven-comment-count:hover .posthaven-upvote-label,
.posthaven-comment-count:hover .posthaven-upvoted-label {
  color: #509DFF;
}
.posthaven-share-links .posthaven-upvote:hover .posthaven-upvote-number,
.posthaven-comment-count:hover .posthaven-upvote-number {
  color: #000000;
}
.posthaven-share-links .posthaven-upvote .posthaven-comment-label,
.posthaven-share-links .posthaven-upvote .posthaven-upvote-label,
.posthaven-share-links .posthaven-upvote .posthaven-upvoted-label,
.posthaven-comment-count .posthaven-comment-label,
.posthaven-comment-count .posthaven-upvote-label,
.posthaven-comment-count .posthaven-upvoted-label {
  color: #509DFF;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.posthaven-share-links .posthaven-upvote .posthaven-upvote-number,
.posthaven-comment-count .posthaven-upvote-number {
  color: inherit;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  opacity: 0.3;
}

.gist {
  font-size: 13px;
}

.post:first-child {
  margin-top: 0px;
}

.posthaven-file-download {
  display: inline-flex !important;
}

.posthaven-gallery-modal-glasspane {
  z-index: 15 !important;
}

footer.footer {
  background-color: rgba(0, 0, 0, 0.05);
  border-top: solid 1px rgba(0, 0, 0, 0.15);
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  footer.footer {
    padding: 50px 80px;
  }
}
@media (max-width: 767px) {
  footer.footer {
    padding: 50px 20px;
  }
}
@media (min-width: 1200px) {
  footer.footer {
    border: solid 1px rgba(0, 0, 0, 0.15);
  }
}
footer.footer h4 {
  text-align: center;
}
footer.footer section {
  margin-bottom: 50px;
}
footer.footer nav.menu {
  max-width: 800px;
  margin: auto;
  padding: 0;
}
footer.footer nav.menu ul {
  display: flex;
  justify-content: center;
}
@media (min-width: 767px) {
  footer.footer nav.menu ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
footer.footer nav.menu ul li {
  margin: 0px;
  text-align: center;
}
footer.footer nav.menu ul li a {
  display: inline-flex;
  margin: 0 8px;
  padding: 5px 2px;
}
footer.footer .menu-trigger {
  display: none;
}
footer.footer section.bio {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  text-align: center;
}
footer.footer section.bio figure img {
  border-radius: 2px;
  margin-bottom: 10px;
}
footer.footer section.bio h3 {
  margin: 0 0 5px;
}
footer.footer section.bio p {
  margin: 5px 0;
}

section.search-archive h4 a {
  position: relative;
  transition: background .25s ease, color .4s ease, width .25s ease;
}
section.search-archive h4 a:after {
  background: transparent;
  bottom: -3px;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  transition: all .25s ease;
  width: 0%;
}
section.search-archive h4 a:hover {
  color: black;
  transition: background .25s ease, color 0s ease, width .25s ease;
}
section.search-archive h4 a:hover:after {
  background: #000;
  left: 0%;
  width: 100%;
}

section.blogroll,
section.contributors {
  max-width: 800px;
  margin: auto;
}
section.blogroll ul,
section.contributors ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 100%;
}
section.blogroll ul li,
section.contributors ul li {
  box-sizing: border-box;
  font-size: 18px;
  list-style: none;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  section.blogroll ul li,
  section.contributors ul li {
    flex: 0 50%;
  }
}
@media (max-width: 767px) {
  section.blogroll ul li,
  section.contributors ul li {
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  section.blogroll ul li:nth-child(odd):not(:last-child),
  section.contributors ul li:nth-child(odd):not(:last-child) {
    padding-right: 25px;
  }
  section.blogroll ul li:nth-child(even),
  section.contributors ul li:nth-child(even) {
    padding-left: 25px;
  }
}
section.blogroll ul li a,
section.contributors ul li a {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  padding: 7px 7px 9px;
  width: 100%;
  position: relative;
  transition: background .25s ease, color .4s ease, width .25s ease;
}
section.blogroll ul li a:after,
section.contributors ul li a:after {
  background: transparent;
  bottom: -3px;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  transition: all .25s ease;
  width: 0%;
}
section.blogroll ul li a:hover,
section.contributors ul li a:hover {
  color: black;
  transition: background .25s ease, color 0s ease, width .25s ease;
}
section.blogroll ul li a:hover:after,
section.contributors ul li a:hover:after {
  background: #000;
  left: 0%;
  width: 100%;
}

section.social ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
section.social ul li {
  list-style: none;
  margin: 0 5px 5px;
}
section.social ul li a {
  opacity: .2;
  transition: opacity .25s ease;
}
section.social ul li a svg {
  fill: currentColor;
  height: 24px;
  width: 24px;
}
section.social ul li a:hover {
  opacity: .4;
  transition: opacity 0s ease;
}
section.social ul li a:active {
  opacity: .6;
  transition: opacity 0s ease;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("fonts/proximanova-extrabold-webfont.woff2") format("woff2"), url("fonts/proximanova-extrabold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url("fonts/proximanova-extraboldit-webfont.woff2") format("woff2"), url("fonts/proximanova-extraboldit-webfont.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url("fonts/proximanova-medium-webfont.woff2") format("woff2"), url("fonts/proximanova-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url("fonts/proximanova-mediumit-webfont.woff2") format("woff2"), url("fonts/proximanova-mediumit-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
/*********************************************************
*  General
*********************************************************/
body {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
  margin: 0 0;
  font-family: "Proxima Nova", sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.post-body a,
.subscribe-footer a,
.search-archive a,
section.blogroll a,
section.contributors a {
  border-bottom: 2px dashed rgba(0, 0, 0, 0.1);
  outline: none;
}
.post-body a:hover,
.subscribe-footer a:hover,
.search-archive a:hover,
section.blogroll a:hover,
section.contributors a:hover {
  border-bottom-color: rgba(0, 0, 0, 0.4);
}
.post-body a:active,
.subscribe-footer a:active,
.search-archive a:active,
section.blogroll a:active,
section.contributors a:active {
  border-bottom-color: rgba(0, 0, 0, 0.7);
}

section.blogroll a:hover {
  border-bottom: solid 2px transparent;
}

.small {
  font-size: 18px;
  font-weight: 300;
  opacity: 0.6;
}

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

h1 {
  font-size: 48px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 22px;
  font-weight: normal;
  opacity: 0.6;
}

textarea, input[type=text] {
  padding: 10px 20px;
  width: 80%;
  box-sizing: border-box;
  height: 50px;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  background-color: #FFFFFF;
  font-size: 20px;
  outline: none;
}

textarea {
    height: 200px;
}

textarea::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-style: normal;
}
textarea:-moz-placeholder, input[type=text]:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-style: normal;
}
textarea::-moz-placeholder, input[type=text]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-style: normal;
}
textarea:-ms-input-placeholder, input[type=text]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-style: normal;
}
textarea:hover, input[type=text]:hover {
  border: 2px solid rgba(0, 0, 0, 0.5);
}
textarea:active, textarea:focus, input[type=text]:active, input[type=text]:focus {
  border: 2px solid black;
}

input[type='submit'],
.posthaven-user-subscribe a,
.posthaven-read-more-link a {
  background: rgba(0, 0, 0, 0.85);
  border-radius: 2px;
  border: 2px solid #000000;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  margin: 0px;
  outline: none;
  padding: 7px 0px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
input[type='submit']:hover,
.posthaven-user-subscribe a:hover,
.posthaven-read-more-link a:hover {
  background: black;
}
input[type='submit']:focus,
.posthaven-user-subscribe a:focus,
.posthaven-read-more-link a:focus {
  background: black;
  box-shadow: white 0px 0px 0px 1px, rgba(0, 0, 0, 0.25) 0px 0px 0px 3px;
}

.alert {
  font-size: 14px;
  margin: 10px 0px 10px 60px;
  width: 800px;
  max-width: 100%;
  position: relative;
  padding: 8px;
  border: 1px solid #ddd;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  /* creates the smaller  triangle */
}
.alert:before {
  content: "";
  position: absolute;
  /* FIXME - This is computed from the border below? Why isn't it using scss variables? */
  top: -10px;
  /* value = - border-top-width - border-bottom-width */
  bottom: auto;
  left: 20px;
  right: auto;
  /* controls horizontal position */
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: #ccc transparent;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
}
.alert:after {
  content: "";
  position: absolute;
  /* FIXME - Computed? What adds up to -9??? */
  top: -9px;
  /* value = - border-top-width - border-bottom-width */
  bottom: auto;
  left: 20px;
  right: auto;
  /* value = (:before right) + (:before border-right) - (:after border-right) */
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: #fff transparent;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
}

.container {
  box-sizing: border-box;
  margin: auto;
  max-width: 1600px;
  position: relative;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .container {
    padding: 0 130px;
  }
}

section.subhead {
  margin: 50px 0 20px;
  text-align: center;
}
section.subhead h3 {
  margin: 0;
}

#main_container {
  position: relative;
}

.main-content {
  min-height: 300px;
}

.main-content
{
  box-sizing: border-box;
  padding: 0 20px;
}

/*********************************************************
*  Posts
*********************************************************/
#main {
  margin: 0 auto 100px;
}

/*********************************************************
*  Responsiveness
*********************************************************/
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* Retina-specific stuff here */
  #topbar .posthaven-tab {
    background-image: url("images/posthaven-tab-4x.png");
  }

  .feed-icon {
    background-size: 14px 14px;
    background-image: url("images/feed28.png");
  }
}
@media handheld, only screen and (max-width: 767px) {
  .alert {
    width: auto;
  }

  #main_container {
    margin-top: 30px;
  }

  #header h1 {
    font-size: 30px;
  }
  #header h2 {
    font-size: 20px;
  }

  #back_to_blog {
    display: none;
  }

  .posthaven-archive-form input {
    width: 90%;
  }
}

