/*!
Theme Name: Harbinger 5001
Theme URI: https://timshedor.com
Description: A new Harbinger design by Julia Poe (2014), coded by Tim Shedor (2010)
Version: 1.0
Author: Tim Shedor, Julia Poe
Author URI: https://timshedor.com
*/
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 11, 2015 */
@font-face {
  font-family: 'visby_cf';
  src: url('fonts/2019/visby-cf-extra-bold-webfont.woff2') format('woff2'),
       url('fonts/2019/visby-cf-extra-bold-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'visby_cf';
  src: url('fonts/2019/visby-cf-medium-webfont.woff2') format('woff2'),
       url('fonts/2019/visby-cf-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html {
 --primary-color: #000;
 --primary-background: rgba(0,0,0,0.68);
 --headline-font-stack: 'visby_cf', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
 --body-font-stack: 'visby_cf', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
}

/** CORE
===================================*/
/*** GENERAL ***/
.italic {
  font-style: italic; }

.circle {
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  border-radius: 500px; }

pre, code {
  font-weight: normal;
  word-break: break-all;
  word-break: break-word;
  word-wrap: break-word;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  background: #f4f4f4;
  border: 1px solid #ddd;
  color: var(--primary-color);
  font-family: "Bitstream Vera Sans Mono", Consolas, Monaco, Menlo, "Andale Mono", monospace;
  padding: 4px 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

pre code {
  padding: 0;
  border: 0;
  color: #afafb5; }

th {
  font-weight: bold;
  background: white; }

ol {
  list-style: decimal; }

sub {
  font-size: smaller;
  vertical-align: sub; }

sup {
  font-size: smaller;
  vertical-align: super; }

blockquote {
  padding-top: 0px;
  font-size: 1.5rem;
  border-left: 3px solid var(--primary-color); }

a {
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #222;
  text-decoration: none !important;
}

  a:hover {
    color: var(--primary-color);
    text-decoration: none; }

i {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline; }

::selection, ::-moz-selection {
  text-shadow: 0px; }

hr {
  border-color: #afafb5;
  border-bottom: 0px; }

.row {
  max-width: 72em; }

.clear, .clearfix {
  *zoom: 1;
  clear: both; }
  .clear:after, .clearfix:after {
    content: "";
    display: table;
    clear: both; }

.full-row {
  max-width: 100%; }

.disable-hover, .disable-hover * {
  pointer-events: none !important; }

/* Helper Classes */
.centered {
  text-align: center; }

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

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

.pull-left {
  float: left; }

.pull-right {
  float: right; }

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

.hidden {
  display: none; }

.sticky {
  position: fixed; }

.inline-list {
  margin: 0;
  padding: 0; }
  .inline-list li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }
    .inline-list li a {
      display: block; }

/*** WORDPRESS ***/
/* Media */
.wp-caption, .gallery-caption {
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 8px;
  background: white;
  max-width: 100%; }
  .wp-caption img, .gallery-caption img {
    border: 2px solid #fff;
    margin-bottom: 7px; }

.wp-caption-text {
  margin-bottom: 0px;
  text-align: center;
  font-style: italic; }

.gallery-item img {
  margin: 0 auto; }

.gallery-caption {
  margin: 10px 8px; }

img.alignleft {
  float: left;
  margin-right: 10px; }

img.alignright {
  float: right;
  margin-left: 10px; }

.hentry .mejs-container .mejs-controls button:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
.hentry .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
  background: #094dcd; }
.hentry .mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #C7C7C7; }
.hentry .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
  background: white !important; }
.hentry .mejs-container .mejs-controls .mejs-volume-slider {
  background: rgba(60, 124, 246, 0.8); }
.hentry ul {
  padding-left: 0; }
.hentry ol {
  margin-left: 2em;
  list-style: decimal; }

/* Format Posts */
.format-link .post-format-content {
  font-size: 2rem;
  border-left: 4px solid var(--primary-color);
  padding-left: 18px; }

.format-status p {
  font-size: 2.9rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100; }

figure.quote {
  border-left: 3px solid var(--primary-color);
  padding-left: 1.1875em;
  margin: 15px inherit; }
  figure.quote blockquote {
    padding-left: 0px;
    margin-bottom: 0px;
    border-left: 0px; }
    figure.quote blockquote p {
      margin-bottom: 4px; }
  figure.quote figcaption, figure.quote .quote-caption {
    display: block;
    font-size: 0.8rem;
    color: #555; }

/***** UI *****/
.notice {
  font-size: 1.3rem; }

.label {
  padding: 2px 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.label, .notice, .alert {
  background: var(--primary-color);
  color: white; }
  .label.success, .label.bonus, .notice.success, .notice.bonus, .alert.success, .alert.bonus {
    background: #4AC089; }
  .label.info, .label.tip, .notice.info, .notice.tip, .alert.info, .alert.tip {
    background: #4487CE; }
  .label.error, .label.danger, .notice.error, .notice.danger, .alert.error, .alert.danger {
    background: #B64040; }

.notice, .alert {
  -moz-box-shadow: 0px 2px 8px -3px #EEEEEE;
  -webkit-box-shadow: 0px 2px 8px -3px #EEEEEE;
  box-shadow: 0px 2px 8px -3px #EEEEEE; }
  .notice.no-shadow, .alert.no-shadow {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .notice a, .alert a {
    color: #fff;
    display: block;
    padding: 10px; }
  .notice .close, .alert .close {
    text-shadow: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9;
    position: relative;
    top: -4px;
    color: white; }

.label-warning, .label-important, .label-error {
  background-color: #b94a48; }

.label-bonus, .label-success {
  background-color: #468847; }

.social {
  font-size: 1.5rem;
  position: absolute;
  right: 0px; }
  .social i {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    padding: 0px 2px; }

/* Navigation */
.page-navigation, .wp-pagenavi {
  font-size: 2rem;
  margin: 15px 0px;
  color: var(--primary-color);
  text-align: center; }
  .page-navigation .prev, .page-navigation .next, .page-navigation .first, .page-navigation .last, .page-navigation .pages, .wp-pagenavi .prev, .wp-pagenavi .next, .wp-pagenavi .first, .wp-pagenavi .last, .wp-pagenavi .pages {
    font-size: 0.7remall;
    margin: 0px 6px;
    text-transform: uppercase; }
  .page-navigation a, .wp-pagenavi a {
    border: 0px !important;
    color: #231F20; }
    .page-navigation a:hover, .wp-pagenavi a:hover {
      color: var(--primary-color); }
  .page-navigation span, .wp-pagenavi span {
    border: 0px !important; }

/** STYLE GUIDE
===================================*/
.color-block {
  height: 200px; }
  .color-block.dom-color {
    background: var(--primary-color); }
  .color-block.sub-color {
    background: #231F20; }
  .color-block.ter-color {
    background: #EEEEEE; }

.font-block {
  font-size: 2rem; }
  .font-block.font-display {
    font-family: var(--headline-font-stack);
    font-weight: bold; }
  .font-block.font-sub {
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600; }
  .font-block.font-body {
    font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400; }
  .font-block.font-cond {
    font-family: var(--headline-font-stack);
    font-weight: bold; }
  .font-block.font-light {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 100; }

.inline-radio label {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline; }

.prefix {
  background: white;
  border-color: #d9d9d9;
  border-right: 0px;
  color: #afafb5; }

input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white;
  height: 8px;
  -moz-box-shadow: inset 1px 1px 6px -3px black;
  -webkit-box-shadow: inset 1px 1px 6px -3px black;
  box-shadow: inset 1px 1px 6px -3px black;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    border-radius: 200px;
    -moz-box-shadow: 0px 1px 2px 0px #afafb5;
    -webkit-box-shadow: 0px 1px 2px 0px #afafb5;
    box-shadow: 0px 1px 2px 0px #afafb5;
    background: var(--primary-color);
    width: 14px;
    height: 14px; }

/*! Magnific Popup - v0.9.9 - 2013-12-27
* http://dimsemenov.com/plugins/magnific-popup/
* Copyright (c) 2013 Dmitry Semenov; */
.white-popup-block {
  background: #f9f9f9;
  padding: 8px 30px;
  text-align: left;
  max-width: 650px;
  margin: 0 auto;
  position: relative;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  overflow-y: scroll; }

.mfp-close-btn-in button.mfp-close, .mfp-close-btn-in button.mfp-arrow {
  display: block !important; }

.mfp-zoom-in .mfp-figure, .mfp-zoom-in .mfp-content {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }
.mfp-zoom-in.mfp-ready.mfp-bg {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8; }
.mfp-zoom-in.mfp-ready .mfp-figure, .mfp-zoom-in.mfp-ready .mfp-content {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }
.mfp-zoom-in.mfp-bg {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
.mfp-zoom-in.mfp-removing .mfp-figure, .mfp-zoom-in.mfp-removing .mfp-content {
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }
.mfp-zoom-in.mfp-removing.mfp-bg {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }

.mfp-removing .mfp-arrow {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }

button.mfp-arrow:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close, .mfp-zoom {
  cursor: auto; }

.mfp-arrow:hover {
  background: none; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  border-right: 0 !important; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 0 !important; }

img.mfp-img {
  padding: 20px 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.mfp-close {
  display: none !important; }

.mfp-bottom-bar {
  margin-top: 8px; }

.mfp-content table {
  width: 100%;
  background: inherit;
  border: 0;
  margin: 0; }
.mfp-content ul {
  font-size: 1em;
  line-height: 1.7;
  margin-bottom: 2em;
  margin: -0.5em 0 2em 2em;
  list-style: disc; }

/* Will's Classes for COLOR! - right now there is only one for testing purposes... */


/*!
 * jQuery Superfish Menu Plugin
 * Copyright (c) 2013 Joel Birch
 *
 * Dual licensed under the MIT and GPL licenses:
 *	http://www.opensource.org/licenses/mit-license.php
 *	http://www.gnu.org/licenses/gpl.html
 */
.sf-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.0; }
  .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none; }
  .sf-menu ul {
    position: absolute;
    top: -999em;
    width: 10em;
    background: white; }
    .sf-menu ul li {
      margin: 0 !important;
      width: 100%; }
  .sf-menu li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative; }
    .sf-menu li:hover {
      visibility: inherit; }
    .sf-menu li:hover ul, .sf-menu li.sfHover ul {
      top: 1.5em;
      left: 0;
      z-index: 99; }
  .sf-menu a {
    position: relative;
    display: block; }

ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
  top: -999em; }
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
  top: 0;
  left: 10em; }
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
  top: -999em; }
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
  top: 0;
  left: 10em; }

.sf-menu a {
  padding: .75em .75em;
  text-decoration: none; }
  .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    outline: 0; }
  .sf-menu a.sf-with-ul {
    min-width: 1px; }
    .sf-menu a.sf-with-ul:after {
      padding-left: 2px;
      content: '\bb'; }
.sf-menu li:hover, .sf-menu li.sfHover {
  outline: 0; }

/*** arrows **/
.sf-sub-indicator {
  position: absolute;
  top: 1.05em;
  right: .75em;
  display: block;
  overflow: hidden;
  width: 10px;
  height: 10px;
  text-indent: -999em; }

a > .sf-sub-indicator {
  top: .8em;
  background-position: 0 -100px; }
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator {
  background-position: -10px -100px; }

li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
  background-position: -10px -100px; }

.sf-menu ul .sf-sub-indicator {
  background-position: -10px 0; }
.sf-menu ul a > .sf-sub-indicator {
  background-position: 0 0; }
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator {
  background-position: -10px 0; }
.sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
  background-position: -10px 0; }

.sf-shadow ul {
  -moz-border-radius-bottomright: 14px;
  -webkit-border-bottom-right-radius: 14px;
  border-bottom-right-radius: 14px;
  -moz-border-radius-bottomleft: 14px;
  -webkit-border-bottom-left-radius: 14px;
  border-bottom-left-radius: 14px;
  padding: 0 8px 9px 0; }
  .sf-shadow ul.sf-shadow-off {
    background: transparent; }

html {
  font-size: 100%;
  font-size: 1rem; }

body {
  font-size: 16px;
  font-size: 1rem;
  font-family: var(--body-font-stack);
  font-weight: 400;
  line-height: 1.4; }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--headline-font-stack);
  font-weight: bold;
  color: #fff;
  line-height: 1.2; }

h1 {
  margin: 20px 0 10px;
  color: var(--primary-color); }

h2 {
  margin: 20px 0 10px; }

h4 {
  color: #EEEEEE;
 }

h2,
h3 {
  color: var(--primary-color);
  padding-bottom: 6px;
  position: relative; }
  h2 span,
  h3 span {
    background: #fff;
    display: inline-block;
    padding: 0 4px 0 0; }
  h2 span:after,
  h3 span:after {
    content: '';
    position: absolute;
    height: 2px;
    background: #000;
    width: 100%;
    top: calc(50% - 2px);
    right: 0;
    z-index: -1 }
    h2 a:hover,
    h3 a:hover {
      color: #c7bec1; }

a:focus {
  outline: none; }

.slide {
  position: relative;
  overflow: hidden; }
  .slide.-micro {
    display: inline-block; }
  .slide .slide-cover {
    font-family: var(--headline-font-stack);
    font-weight: bold;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: var(--primary-background);
    color: #fff;
    padding: 20px 15px;
    line-height: 1.2; }
  .slide-title {
    -moz-transition: bottom 0.2s;
    -o-transition: bottom 0.2s;
    -webkit-transition: bottom 0.2s;
    transition: bottom 0.2s;
    bottom: -100%; }
    .slide-title.active .slide-cover {
      bottom: 0; }
  .slide-over {
    text-align: center; }
    .slide-over .slide-cover {
      -moz-transition: -moz-transform 0.2s, opacity 0.4s;
      -o-transition: -o-transform 0.2s, opacity 0.4s;
      -webkit-transition: -webkit-transform 0.2s, opacity 0.4s;
      transition: transform 0.2s, opacity 0.4s;
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
      will-change: transform, opacity;
      height: 100%;
      opacity: 0; }
    .slide-over.active .slide-cover {
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1; }
  .slide img {
    width: 100%; }
  .slide h2 {
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
    background: rgba(35, 31, 32, 0.8);
    color: #fff;
    border-bottom: 0;
    text-align: left;
    padding: 8px 12px;
    margin: 10px 0 0; }
    .slide h2:hover {
      background: rgba(60, 124, 246, 0.8); }

.search-trigger {
  color: #222;
  padding: 14px;
  cursor: pointer; }

.form-search {
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0;
  border-radius: 0 0 6px 6px;
  position: absolute;
  top: 100%;
  right: 0.9375em;
  width: 200px;
  padding: 0 8px 8px;
  background: #231F20;
  z-index: 999;
  display: none; }
  .form-search input[type="text"] {
    border: 0;
    margin: 0; }
  .form-search input[type="submit"] {
    display: none; }
  @media (max-width: 768px) {
    .form-search {
      border-radius: 0;
      top: 5px;
      padding: 0;
      border-bottom: 1px solid #222;
      width: 80%; }
    .form-search input[type="text"] {
      display: inline-block;
      width: calc(100% - 100px); }
    .form-search input[type="submit"] {
      display: inline-block;
      color: #fff;
      background: #222; } }

.button {
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  border-radius: 4px;
  background: var(--primary-color);
  color: #fff;
  display: inline-block;
  padding: 7px 14px; }
  .button:hover {
    color: #fff;
    background: #1562f4; }

.tease {
  background: #f5f5f5;
  border-radius: 6px;
  margin: 10px 0; }
  .tease-content {
    padding: 10px; }
  .tease h4 {
    font-family: var(--headline-font-stack);
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 10px;
    line-height: 1.2; }
    .tease h4 a {
      color: #231F20; }
      .tease h4 a:hover {
        color: var(--primary-color); }

.meta {
  margin-bottom: 5px; }
  .meta a {
    color: #fff;
    display: block; }
    .meta a:hover {
      color: #231F20; }
    .meta a:after {
      content: ','; }
    .meta a:hover {
      color: #fff; }
  .meta li {
    display: inline-block; }
    .meta li:last-child a:after {
      content: ''; }
  .meta .post-categories {
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    display: inline-block;
    margin-bottom: 0;
    background: var(--primary-color);
    padding: 4px 8px;
    position: relative; }
    .meta .post-categories:after {
      content: '';
      width: 0;
      height: 0;
      position: absolute;
      left: 100%;
      top: 0;
      border-style: solid;
      border-width: 30px 15px 0 0;
      border-color: var(--primary-color) transparent transparent transparent; }

.byline {
  font-style: italic; }
  .byline a {
    color: #231F20; }
    .byline a:hover {
      color: var(--primary-color); }

.sticky-nav {
  position: sticky;
  background: #fff;
  top: 0;
  z-index: 1; }

.header-menu {
    border-bottom: 2px solid;
    border-bottom-color: #222;   }
  .header-menu a {
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    font-family: var(--headline-font-stack);
    font-weight: bold;
    font-size: 0.92rem;
    text-transform: uppercase;
    color: #222;
    padding: 15px 10px; }
    .header-menu a:hover {
      background: var(--primary-color);
      color: #fff; }
  .header-menu .current_menu_item a {
    background: var(--primary-color); }
  .header-menu .row {
    margin-left: 0;
    margin-right: 0; }

.mobile-menu a {
  display: block; }
  .mobile-menu ul {
    background: #222; }
  .mobile-menu ul a {
    color: #fff; }

.alert {
  font-family: var(--headline-font-stack);
  font-weight: bold;
  margin-bottom: 20px; }
  .alert.info {
    background: var(--primary-color); }
  .alert a {
    font-size: 1.4rem; }

.sf-menu li.sfHover ul {
  top: 100%; }

.sf-shadow ul {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0; }

aside {
  padding: 10px 15px; }

.large-first h4:first-child {
  font-size: 1.5rem; }

.widget .widget-content {
  padding: 5px 10px; }

.footer {
  background: #231F20;
  color: #fff;
  text-align: left;
  padding: 20px 0;
  margin-top: 20px; }
  .footer a {
    color: #fff; }
    .footer a:hover {
      color: #EEEEEE; }
  .footer ul li {
    display: inline-block; }
    .footer ul li:first-child a:before {
      display: none; }
  .footer ul a {
    display: block; }
    .footer ul a:before {
      content: '\2022';
      padding: 0 8px; }
    .footer ul a:hover:before {
      color: #fff; }
  .social-icons {
    font-size: 18px; }
    .social-icons a {
      display: inline-block;
      margin: 0 0 0 5px; }

.archive-head h1 {
  color: #fff;
  color: var(--primary-color);
  font-size: 75px;
  margin-bottom: -10px;
  line-height: 1;
  margin-top: 40px; }

.author-bio {
  font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400; }

@media (max-width: 768px) {
  .author-hero img {
    margin: 0 auto 25px;
    display: block; } }

.hero-wrapper {
  font-family: var(--headline-font-stack);
  font-weight: bold;
  margin: 15px auto; }
  .hero-wrapper a {
    font-size: 1.5rem;
    display: block; }

.featured-strip {
  *zoom: 1;
  margin-top: 15px; }
  .featured-strip:before, .featured-strip:after {
    content: " ";
    display: table; }
  .featured-strip:after {
    clear: both; }
  .featured-strip .slide.-micro {
    display: block;
    float: left;
    width: calc(20% - 10px);
    margin-right: 10px; }

.featured--sidekick a {
  margin-bottom: 13px; }
.featured--sidekick .slide-cover {
  bottom: 13px;
  max-height: 50%;
  display: flex;
  align-items: center;
  font-size: 1.25rem; }

.single-header {
  font-family: "Noto Serif", Georgia, serif;
  font-weight: 400;
  margin: 20px 0; }
  .single-header h1 {
    font-family: var(--headline-font-stack);
    font-weight: bold;
    color: #231F20;
    margin: 0; }
  .single-header .byline,
  .single-header .dateline {
    font-size: 1.125rem; }

.single-post .meta {
  margin: 20px 0 10px; }

.entry {
  font-family: Georgia, serif;
  font-weight: 400; }
  .entry ul {
    list-style: disc;
    padding-left: 17px; }
  .entry ol {
    padding-left: 17px; }

.body-image {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
  position: relative;
  margin-top: 30px; }
  .body-image h1,
  .body-image h3 {
    background: rgba(35, 31, 32, 0.8);
    color: #fff; }
  .body-image h1 {
    margin: 0;
    padding: 20px 0 10px; }
  .body-image h3 {
    margin: 0;
    padding-bottom: 20px; }
    .body-image h3 a {
      color: #fff; }
      .body-image h3 a:hover {
        color: var(--primary-color); }
  .body-image .post-titles {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }

.post-layout--full .entry {
  max-width: 740px;
  margin: 35px auto 0;
  display: block; }
.post-layout--full ul ul,
.post-layout--full ol ol {
  margin-top: 0; }
.post-layout--full blockquote {
  padding: 0;
  border-left: 0;
  font-style: italic;
  text-align: center; }
  .post-layout--full blockquote cite {
    font-style: normal; }
.post-layout--full .meta {
  margin-left: auto;
  margin-right: auto;
  max-width: 740px; }

.social-single {
  list-style: none; }
  .social-single li {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle; }
    .social-single li a {
      display: block;
      padding: 0 4px;
      font-size: 20px; }
    .social-single li iframe {
      margin: 10px 4px 0; }
#author-spotlight h2 {
  color: var(--primary-color)!important;
}
.slide-cover {
  display: flex;
  align-items: center; }

.home .home-slider img {
  display: block; }
.evenly-spaced-list {
  display: flex;
  justify-content: space-between; }
.evenly-spaced-list li {
  flex: 1 0 0px;
  padding: 0 20px }

.four-up {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  .four-up div {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 0.4687em);
    margin-bottom: 0.9375em;
    height: 11.1em;
    overflow: hidden; }
    .four-up div .slide-cover {
      margin: 0; }

.spaced-slides .slide-over {
  margin-bottom: 0.9375em; }

.large-first h5 {
  margin-bottom: 20px; }
  .large-first h5 + .byline {
    margin-top: -20px; }
.large-first h5:last-child {
  margin-bottom: 0; }
.large-first a {
  display: flex;
  align-items: center; }
.large-first img {
  max-width: 50px;
  margin-right: 10px; }
.large-first .byline a {
  display: inline; }
.home .byline {
  font-style: normal;
  font-size: 0.9em;
  text-transform: uppercase;
  margin-bottom: 20px; }

.header-logo-row {
	display: flex;
	text-align: center; }
.header-logo-row .social-icons {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%; }
.desktop-menu { position: relative; }
.search-trigger { padding-right: 40px; }

.social-icons svg {
  display: inline-block;
  vertical-align: middle;
}

.slider-controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: -1;
}
.bx-wrapper {
	position:relative;
}
.bx-controls a {
    position: absolute;
	display:flex;
	flex-direction:column;
	justify-content:center;
    height: calc(100% - 6px);
    width: 40px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    z-index: 9;
	    color: white;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
}
.bx-controls a:first-of-type {
left:0;
}
.bx-controls a:last-of-type {
right:0;
}