/*======================================
Theme Name: BehindTheBlack26
Theme URI: https://behindtheblack.com/
Description: BehindTheBlack26 is a maintained site-specific fork of Smartline Lite for Behind The Black, preserving the legacy editorial layout while adding mobile responsiveness, post reactions, safer templates, and performance-focused refinements.
Version: 26.0.52
Author: Behind The Black / Amixa
Author URI: https://behindtheblack.com
Tags: two-columns, custom-background, custom-colors, custom-header, custom-menu,  editor-style, rtl-language-support, blog, news, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, threaded-comments, translation-ready, theme-options, one-column, left-sidebar, right-sidebar, three-columns
Text Domain: smartline-lite
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/

/* CSS Reset | http://meyerweb.com/eric/tools/css/reset/ | v2.0
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* General Styles
-------------------------------------------------------------- */
html {
	font-size: 100.01%;
}
body {
	font-family: 'Raleway', Arial, Tahoma;
	font-size: 0.95em;
	border: 0;
	color: #111;
	background-color: #e5e5e5;
}

/* Links */
a, a:link, a:visited{
	color: #004488;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

/* Form Elements */
input, textarea {
	padding: 0.7em;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 1.0em;
	color: #333;
	font-family: 'Raleway', Arial, Tahoma;
}
input[type="submit"] {
	border: none;
	color: #333;
	background-color: #eee;
}
input[type="submit"]:hover {
	background-color: #ddd;
	cursor: pointer;
}

/* Clearing Floats */
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
    *zoom: 1; /* For IE 6/7 only */
}

.custom-h4 {
	font-family: 'Arial', sans-serif; /* Custom font-family */
	font-size: 24px;                  /* Custom font size */
	font-weight: bold;                /* Optional: Bold font */
	color: #333;                      /* Optional: Custom text color */
}

.custom-image_2025 {
	height: 40px;  /* Set height */
	border: none;  /* Removes any default border */
	outline: none;  /* Removes the outline that appears when clicked */
	cursor: pointer;  /* Changes the cursor to indicate it's clickable */			
}

.custom-image_2025b {
	height: 80px;  /* Set height */
	border: none;  /* Removes any default border */
	outline: none;  /* Removes the outline that appears when clicked */
	cursor: pointer;  /* Changes the cursor to indicate it's clickable */			
}


        .custom-input {
            width: 150px;  /* Set width */
            height: 50px;  /* Set height */
            background-image: url('https://via.placeholder.com/150x50'); /* Your image URL */
            background-size: cover;  /* Makes sure the image covers the area */
            border: none;  /* Remove default border */
            cursor: pointer;  /* Changes cursor to indicate clickability */
        }



.full-width-box_2025 {
	width: 90%; /* You can adjust this to control the box width */
	background-color: white;
	border: 1px solid black;
	padding: 5px; /* Optional, add padding if needed */
	text-align: center;
}



.photoborder {
padding: 5px;
}
.promofontBold {
	font-size: 12px;
	color: #333;
	font-family: 'Droid Sans', Tahoma, Verdana, Arial;	
	font-weight: bold;
}
.promofont {
	font-size: 12px;
	color: #333;
	font-family: 'Droid Sans', Tahoma, Verdana, Arial;	
}
.promofontQuote {
	font-size: 12px;
	color: #333;
	font-family: 'Droid Sans', Tahoma, Verdana, Arial;	
	font-style: italic;
}
.promofontCenter {
	font-size: 12px;
	color: #333;
	font-family: 'Droid Sans', Tahoma, Verdana, Arial;	
  text-align: center;
}
.promofontDroid {
	font-family: 'Droid Sans', Tahoma, Verdana, Arial;	
}
.dottedborder {
    border-style: dotted;
     border-width: 5px;
}
.dashedborder {
    border-style: dashed;
   	border-width: 5px;
}
.solidborder {
    border-style: solid;
   	border-width: 5px;
    display: flow-root;
}
.adbox {
	padding: 10px;
    display: flow-root;
	
}
.solidborder::after,
.adbox::after {
    content: "";
    display: table;
    clear: both;
}
.solidborder img[align="left"],
.adbox img[align="left"] {
    margin: 0 1em 1em 0;
}
.solidborder img[align="right"],
.adbox img[align="right"] {
    margin: 0 0 1em 1em;
}
@media only screen and (max-width: 40em) {
    .solidborder img[align="left"],
    .solidborder img[align="right"],
    .adbox img[align="left"],
    .adbox img[align="right"] {
        float: none;
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0 auto 1em;
    }
}
.page-header {

}
a, a:link, a:visited{
	color: #0000ff;
	text-decoration: none;
}
a:hover, a:active {
		color: #dd11cc;
	text-decoration: underline;
}
.image-wrap-left {
	line-height: 1; margin-top: 0px; margin-right: 2em; margin-bottom: 2em; float: left; display: inline;
	padding-right: 20px;
		font-size: 12px;
}
.image-wrap-right {
	line-height: 1; margin-top: 0px; margin-bottom: 2em; margin-left: 2em; float: right; display: inline;
	padding-left: 20px;		font-size: 12px;
}




.page-title {
    font-size: 2.3em;
	padding: 0.1em 0;
}
.post-title {
    font-size: 1.5em;
		padding: 0.3em 0;
}
.post-title a:link, .post-title a:visited {
	color: #0000ff;
	text-decoration: none;
}
.post-title a:hover, .post-title a:active{
	color: #dd11cc;
	text-decoration: underline;
}


.post-title32 {
    font-size: 2.3em;
		padding: 0.3em 0;
}
.post-title32 a:link, .post-title32 a:visited {
	color: #0000ff;
	text-decoration: none;
}
.post-title32 a:hover, .post-title32 a:active{
	color: #dd11cc;
	text-decoration: underline;
}








/* Make Form Elements responsive */
input, textarea, select {
	max-width: 100%;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Basic Structure
-------------------------------------------------------------- */
#wrapper {
	max-width: 1340px;
	width: 92%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #c0c0c0;
}
#header-wrap {
	border-top: 0px solid #005599;
}
#header {
	/*padding: 2.5em;*/
	padding: 0em;
	background: #000;
}
#wrap {
	clear: both;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#content {
	float: left;
	width: 70%;
	padding: 1em 1em 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #c0c0c0;
}
#sidebar {
	margin-left: 70%;
	width: 30%;
	padding: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #c0c0c0;
	background: -moz-linear-gradient(left, #e6e6e6 0%, #f3f3f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e6e6e6), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #e6e6e6 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #e6e6e6 0%,#f3f3f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #e6e6e6 0%,#f3f3f3 100%); /* IE10+ */
	background: linear-gradient(to right, #e6e6e6 0%,#f3f3f3 100%); /* W3C */
}
#content-full {
		padding: 1em 1em 0;
}

/* Header
-------------------------------------------------------------- */
#logo {
	float: left;
	max-width: 100%;
	overflow: hidden;
}
#logo .logo-image {
	float: left;
	border: 0;
	max-width: 100%;
	height: auto;
}
#logo .site-title {
	float: left;
	font-size: 2.5em;
	font-weight: bold;
	color: #005599;
	font-family: 'Droid Sans', Tahoma, Verdana, Arial;
}
#logo a:hover {
	text-decoration: none;
}
#logo .site-title a:link,
#logo .site-title a:visited {
	color: #004488;
}
#logo .site-title a:hover,
#logo .site-title a:active {
	color: #333;
	text-decoration: none;
}
#logo .site-description {
	float: right;
	margin: 0.4em 0 0 2em;
	line-height: 1.4em;
	font-size: 1.3em;
	color: #444;
}
#logo .custom-logo {
	margin: 0 1.5em 0 0;
	padding: 0;
	border: none;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

/* Header Content */
#header-content {
	display: inline;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#header-content div {
	float: right;
	margin-left: 1.5em;
}

/* Custom Header Image */
#custom-header {
	margin: 0;
}
#custom-header img {
	max-width: 1340px;
	vertical-align: top;
	width: 100%;
	height: auto;
}

/* Top Navigation Menu
-------------------------------------------------------------- */
#topnav-toggle, #topnav-icon {
	display: none;
}
#topnav {
	background: #eee;
	border-bottom: 1px solid #e5e5e5;
}
.top-navigation-menu {
	float: left;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
}
.top-navigation-menu li{
	float: left;
	position: relative;
	margin-left: 0.5em;
	border-right: 1px solid #e5e5e5;
}
.top-navigation-menu a {
	display: block;
	padding: 0.7em 1em 0.7em 0.5em;
	text-decoration: none;
	font-size: 0.85em;
}
.top-navigation-menu a:link, .top-navigation-menu a:visited{
	color: #222;
	text-decoration: none;
}
.top-navigation-menu a:hover {
	color: #555;
	text-decoration: underline;
}
.top-navigation-menu li.current_page_item a, .top-navigation-menu li.current-menu-item a {
	text-decoration: underline;
}
.top-navigation-menu li .sub-menu {
	display: none !important;
}

/* Navigation Menu
-------------------------------------------------------------- */
#mainnav-toggle, #mainnav-icon {
	display: none;
}
#navi-wrap {
	border-top: 1px solid #004488;
	border-bottom: 1px solid #004488;
	background: #fff;
	padding-top: 1px;
	padding-bottom: 1px;
}
#mainnav {
	background: #004488;
	position: relative;
}
.main-navigation-menu {
	float: left;
	list-style-type: none;
	list-style-position: outside;
	background: #004488;
}
.main-navigation-menu li{
	float: left;
	border-right: 1px solid #fff;
}
.main-navigation-menu a {
	display: block;
	padding: 1.2em;
	text-decoration: none;
	font-size: 1.0em;
	font-family: 'Bitter', Georgia, Arial, Tahoma;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
.main-navigation-menu a:link, .main-navigation-menu a:visited{
	color: #fff;
	text-decoration: none;
}
.main-navigation-menu a:hover {
	background: #303030;
}
.main-navigation-menu ul {
	position: absolute;
	display: none;
	z-index: 99;
	color: #fff;
	background: #303030;
	border-top: 1px solid #fff;
}
.main-navigation-menu ul li{
	float: none;
	position: relative;
	border: none;
}
.main-navigation-menu ul a {
	min-width: 250px;
	min-width: 16rem;
	padding: 1em;
	font-weight: normal;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.main-navigation-menu ul a:link, .main-navigation-menu ul a:visited{
	color: #fff;
	font-size: 0.9em;
	text-decoration: none;
}
.main-navigation-menu ul a:hover {
	background: rgba(255,255,255,0.1);
}
.main-navigation-menu li ul ul {
	border: none;
	border-left: 1px solid #fff;
	top: 0;
	left: 100%;
}
.main-navigation-menu li.menu-item-has-children:hover > ul,
.main-navigation-menu li.page_item_has_children:hover > ul,
.main-navigation-menu li.menu-item-has-children[aria-expanded="true"] > ul {
	display: block;
}
.main-navigation-menu li.current_page_item a, .main-navigation-menu li.current-menu-item a {
	text-decoration: underline;
}
.main-navigation-menu li.current_page_item ul li a, .main-navigation-menu li.current-menu-item ul li a{
	text-decoration: none;
}
.main-navigation-menu ul li.current_page_item a, .main-navigation-menu ul li.current-menu-item a {
	text-decoration: underline;
}
.main-navigation-menu ul li.current_page_item ul li a, .main-navigation-menu ul li.current-menu-item ul li a{
	text-decoration: none;
}

/* Mega Menu Styling */
.mega-menu-content {
	line-height: 1.5;
}
.mega-menu-content .mega-menu-widget .mega-menu-widget-header-title {
	font-weight: bold;
}
.main-navigation-menu .mega-menu-content .mega-menu-widget ul li a:hover,
.main-navigation-menu .mega-menu-content .mega-menu-widget ul li a:active {
	color: rgba(255,255,255,0.6);
	background: none;
}

.main-navigation-menu .mega-menu-content .widget_meta ul li,
.main-navigation-menu .mega-menu-content .widget_pages ul li,
.main-navigation-menu .mega-menu-content .widget_categories ul li,
.main-navigation-menu .mega-menu-content .widget_archive ul li {
	display: block;
}

.main-navigation-menu .mega-menu-content .widget_meta ul li a,
.main-navigation-menu .mega-menu-content .widget_pages ul li a,
.main-navigation-menu .mega-menu-content .widget_categories ul li a,
.main-navigation-menu .mega-menu-content .widget_archive ul li a {
	display: block;
	padding: 0.5em 0.75em;
	font-size: 14px;
	font-size: 0.875rem;
}

.main-navigation-menu .mega-menu-content .widget_meta ul li a:hover,
.main-navigation-menu .mega-menu-content .widget_pages ul li a:hover,
.main-navigation-menu .mega-menu-content .widget_categories ul li a:hover,
.main-navigation-menu .mega-menu-content .widget_archive ul li a:hover {
	color: #fff;
	background: rgba(255,255,255,0.1);
}

/* Widget Styling
-------------------------------------------------------------- */
.widget {
	margin-bottom: 1em;
	padding: 1em;
	background: #fff;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
#sidebar .widget {
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.widgettitle {
	font-size: 0.9em;
	font-family: 'Raleway', Arial, Tahoma;
	padding: 0.9em;
	margin: -0.5em -0.5em 1em -0.5em;
	background: #004488;
	color: #fff;
	box-shadow: inset 0 0 1px #bbb;
	border: 1px solid #004488;
}
.widget .textwidget {
	line-height: 1.5em;
}
.widget .textwidget p {
	margin-bottom: 1em;
}
.widget ul {
	line-height: 1.5em;
}
.widget ul {
	list-style: circle inside;
	color: #333;
}
.widget ul .children {
	padding: 0;
	margin: 0.5em 0 0.5em 1em;
}
.widget a:link, .widget a:visited  {
	text-decoration: none;
	color: #004488;
}
.widget a:hover, .widget a:active {
	text-decoration: underline;
}
.widget img {
	max-width: 100%;
	height: auto;
}
.widgettitle a:link, .widgettitle a:visited  {
	color: #fff;
}

/* Custom Widgets
-------------------------------------------------------------- */

/* Custom Menu Widget */
.widget_nav_menu .menu ul {
	padding: 0.3em 0 0.3em 1em;
}

/* Calendar Widget */
#wp-calendar {
	margin: 0;
	width: 100%;
	color: #444;
	line-height: 1.6em;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar caption {
	font-style: italic;
	margin-bottom: 0.1em;
}
#wp-calendar th {
	font-weight: bold;
	font-size: 0.85em;
}
#wp-calendar tfoot tr td {
	padding-top: 0.5em;
}
#wp-calendar #next {
	padding-right: 0.8em;
	text-align: right;
}


/* Posts and Pages
-------------------------------------------------------------- */
.type-post, .type-page, .type-attachment  {
	margin: 0 0 2em 0;
	padding: 0 0 0.5em 0;
	border-bottom: 1px dashed #000;
}
.page-title, .entry-title {
	font-weight: bold;
	font-family: 'Droid Sans', Tahoma, Verdana, Arial;
	color: #0000ff;
	line-height: 1.4em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	margin-top: 12px;}
.page-title {
    font-size: 2.3em;
	padding: 0.1em 0;
}
.entry-title {
    font-size: 1.5em;
	padding: 0.3em 0;
}
.entry-title a:link, .entry-title a:visited {
	color: #004488;
	text-decoration: none;
}
.entry-title a:hover, .entry-title a:active{
	color: #333;
	text-decoration: underline;
}
.sticky {
	border-left: 5px solid #ddd;
	padding-left: 1.5em;
}

/* Page Links | wp_link_pages() */
.page-links {
	margin: 0;
	word-spacing: 1em;
}

/* Postmeta */
.entry-meta, .postinfo {
	color: #333;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-size: 0.9em;
}
.postinfo {
	clear: both;
	margin: 1em 0 0;
}
.entry-meta span, .postinfo span{
	margin-right: 0.5em;
}
.entry-meta a:link, .entry-meta a:visited {
	color: #555;
	text-decoration: underline;
}
.entry-meta a:hover, .entry-meta a:active{
	text-decoration: none;
}

/* Postmeta Icons */
.entry-meta span:before, .postinfo span:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 20px/1 'Genericons';
	vertical-align: middle;
	color: #777;
}
.entry-meta .meta-date:before{
	content: '\f307';
}
.entry-meta .meta-author:before{
	content: '\f304';
}
.entry-meta .meta-category:before{
	content: '\f301';
}
.entry-meta .meta-comments:before,
.postinfo .meta-comments:before{
	content: '\f300';
}
.postinfo .meta-tags:before{
	content: '\f302';
}

/* Read more Link */
.more-link {
	display: inline-block;
	font-weight: bold;
	margin: 1em 0 0.5em;
	padding: 0.4em 1em;
	text-decoration: none;
	color: #333;
	background-color: #eee;
}
.more-link:link, .more-link:visited {
	color: #333;
}
.more-link:hover, .more-link:active {
	background-color: #ddd;
	text-decoration: none;
}

/* Post Navigation */
.post-navigation {
	margin: 0 0 2em 0;
	line-height: 1.5;
}
.post-navigation .nav-links:before,
.post-navigation .nav-links:after {
	content: "";
	display: table;
}
.post-navigation .nav-links:after {
	clear: both;
}
.post-navigation .nav-links .nav-previous {
	float: left;
}
.post-navigation .nav-links .nav-next {
	float: right;
}

/* Archives and Search Heading */
.archive-title {
	font-weight: bold;
	font-size: 1.9em;
	color: #333;
	padding-bottom: 0.5em;
	margin-bottom: 1.5em;
	border-bottom: 1px dashed #aaa;
}
.archive-title span{
	color: #005599;
}
.archive-description {
	margin: -1em 0 1.5em;
	line-height: 1.6;
}

/* Content Pagination */
.post-pagination {
	margin-bottom: 1em;
	color: #333;
}
.post-pagination a {
	padding: 0.2em 0.6em;
	margin-right: 0.2em;
	display: inline-block;
    text-align: center;
	text-decoration: none;
	color: #005599;
}
.post-pagination a:link, .post-pagination a:visited {
	color: #005599;
}
.post-pagination a:hover {
	text-decoration: underline;
}
.post-pagination .current {
	padding: 0.2em 0.6em;
	margin-right: 0.2em;
	background: #004488;
	color: #fff;
}

/* Infinite Scroll Pagination */
.infinite-scroll .post-pagination {
	display: none;
}
.infinite-scroll #infinite-handle span {
	display: inline-block;
	margin-bottom: 1em;
	padding: 0.6em 1em;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #004488;
}
.infinite-scroll #infinite-handle span:hover {
	background-color: #333;
}

/* Breadcrumbs */
.breadcrumbs {
	color: #333;
	padding-bottom: 0.5em;
	margin-bottom: 1.5em;
	border-bottom: 1px dashed #aaa;
}
.breadcrumbs .trail-browse,
.breadcrumbs .trail-items,
.breadcrumbs .trail-items li {
	display: inline;
	line-height: 1.4;
}
.breadcrumbs .trail-browse {
	margin-right: 0.5em;
}
.breadcrumbs .trail-items {
	list-style: none;
}
.breadcrumbs .trail-items li::after {
	content: "\00bb"; /* Raquo */
	padding: 0 0.5em;
}
.trail-separator-slash .trail-items li::after { content: "\002F"; }
.trail-separator-dash .trail-items li::after { content: "\2013"; }
.trail-separator-bull .trail-items li::after { content: "\2022"; }
.trail-separator-arrow-bracket .trail-items li::after { content: "\003e"; }
.trail-separator-raquo .trail-items li::after { content: "\00bb"; }
.trail-separator-single-arrow .trail-items li::after { content: "\2192"; }
.trail-separator-double-arrow .trail-items li::after { content: "\21D2"; }
.breadcrumbs .trail-items li:last-of-type::after {
	display: none;
}

/* Text Elements
-------------------------------------------------------------- */
.entry {
	line-height: 1.6em;
	margin: 0.4em 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.entry p, .comment p {
	margin: 0.75em 0;
}
.entry h1, .comment h1,
.entry h2, .comment h2,
.entry h3, .comment h3,
.entry h4, .comment h4,
.entry h5, .comment h5,
.entry h6, .comment h6 {
	color: #222;
	font-weight: bold;
	line-height: 1.0em;
	margin: 1.2em 0 0.3em;
}
.entry h1, .comment h1 {
	font-size: 3.0em;
}
.entry h2, .comment h2 {
	font-size: 2.25em;
}
.entry h3, .comment h3 {
	font-size: 1.5em;
}
.entry h4, .comment h4 {
	font-size: 1.25em;
}
.entry h5, .comment h5 {
	font-size: 1.125em;
	margin: 1.3em 0 0;
}
.entry h6, .comment h6 {
	font-size: 1.0em;
	margin: 1.3em 0 0;
}
.entry ul, .comment ul{
	list-style: square inside;
	margin: 0 0 1.5em 2em;
}
.entry ol, .comment ol{
	list-style: decimal inside;
	margin: 0 0 1.5em 2em;
}
.entry ol ol, .comment ol ol{
	list-style: upper-alpha inside;
}
.entry ol ol ol, .comment ol ol ol{
	list-style: lower-roman inside;
}
.entry ol ol ol ol, .comment ol ol ol ol{
	list-style: lower-alpha inside;
}
.entry ul ul, .comment ul ul,
.entry ol ol, .comment ol ol,
.entry ul ol, .comment ul ol
.entry ol ul, .comment ol ul {
	margin-bottom: 0.2em;
}
dl {
	margin: 1em 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.5em;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big, .big_tag {
	font-size: 1.3em;
}
ins {
	text-decoration: none;
}
hr {
	margin-bottom: 1.5em;
	height: 1px;
	border: 0;
	background-color: #ccc;
}
code, pre {
	overflow: auto;
	margin-bottom: 1.5em;
	padding: 1.5em;
	max-width: 100%;
	border: 1px solid #e5e5e5;
	background: #f5f5f5;
	font-size: 15px;
	font-size: 0.9375rem;
	font-family: "Courier 10 Pitch", Courier, monospace;
	line-height: 1.6;
}
del, strike, s{
	text-decoration: line-through;
}
small {
	font-size: 0.7em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	font-size: 0.8em;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
.entry var, .entry kbd, .entry tt, .entry .tt_tag {
	font-size: 1.1em;
	font-family: "Courier 10 Pitch", Courier, monospace;
}
blockquote {
	margin: 0 0 1.5em;
	padding-left: 1.25em;
	border-left: 4px solid #303030;
	/*color: #777;*/
	font-style: italic;
	font-size: 18px;
	font-size: 1.125rem;
}

blockquote cite,
blockquote small {
	display: block;
	margin-top: 1em;
	color: #303030;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote > :last-child {
	margin-bottom: 0.5em;
}
.entry table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ddd;
	margin: 1em 0;
	text-align: left;
	width: 100%;
}
.entry tr th,
.entry thead th {
	background: #e5e5e5;
	font-weight: bold;
	padding: 0.2em 1em;
}
.entry tr td {
	border-top: 1px solid #ddd;
	padding: 0.2em 1em;
}
.entry tr.alternate td {
	background: #f5f5f5;
}

/* Images | Gallery | Videos
-------------------------------------------------------------- */
article .wp-post-image {
	max-width: 100%;
	margin: 1.2em 2em 1em 0;
	height: auto;
}
.entry img {
	max-width: 100%;
	height: auto;
}
.wp-caption {
	max-width: 100%;
	height: auto;
	text-align: center;
	margin: 1em 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	text-align: center;
}
.alignleft {
	float: left;
	display: inline;
	margin: 1em 2em 1em 0;
}
.alignright	{
	float: right;
	display: inline;
	margin: 1em 0 1em 2em;
}
.aligncenter {
	margin: 1em auto;
	display: block;
}

/* Gallery Styling */
.gallery {
	padding-top: 1em;
}
.gallery-item {
	padding: 0.3em 1em 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gallery img {
	margin: 0;
	padding: 2px;
	border: 1px solid #ddd !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gallery-caption {
	max-width: 100%;
	height: auto;
	text-align: center;
	margin: 0.5em 0;
}

/* Make Vidoes responsive */
embed, iframe, object, video {
	max-width: 100%;
}

/* Image.php Navigation */
#image-nav {
	margin-bottom: 1.5em;
	padding: 0.5em;
	color: #333;
	border-bottom: 1px dashed #aaa;
}
#image-nav .nav-previous {
	float: left;
}
#image-nav .nav-next {
	float: right;
}
#image-nav .nav-previous a, #image-nav .nav-next a {
	font-size: 0.9em;
	text-decoration: none;
	color: #004488;
}
#image-nav .nav-previous a:hover, #image-nav .nav-next a:hover {
	text-decoration: underline;
}
/* Search Form
-------------------------------------------------------------- */
.search-form {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow:hidden;
}
.search-form .screen-reader-text {
	display: none;
}
.search-form .search-field {
	display: inline-block;
	margin: 0;
	width: 100%;
	padding: 0.7em 45px 0.7em 0.7em;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 1.0em;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}
.search-form .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	background: transparent;
	padding: 0.8em 0.7em 0 0;
	cursor: pointer;
}
.search-form .search-submit .genericon-search {
	display: inline-block;
	width: 24px;
	height: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	line-height: 1;
	font-family: 'Genericons';
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	vertical-align: text-bottom;
	color: #777;
	content: '\f400';
}
.search-form .search-submit:hover .genericon-search {
	color: #333;
}


/* Social Icons | based upon http://kovshenin.com/2014/social-menus-in-wordpress-themes/
-------------------------------------------------------------- */
#social-icons-menu {
	list-style-type: none;
	list-style-position: outside;
	line-height: 1em;
}
#social-icons-menu li {
	float: left;
	margin: 0 2px 2px 0;
	padding: 0;
	background: #222;
}
#social-icons-menu li a {
	position: relative;
	display: inline-block;
	padding: 0.9em;
	background: #444;
	text-decoration: none;
	color: #fff;
}
#social-icons-menu li a:before {
	color: #fff;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px/1;
	line-height: 1;
	font-family: 'Genericons';
	text-decoration: inherit;
	vertical-align: top;
}

/* Add Genericons */
#social-icons-menu li a:before { content: '\f408';} /* Default Icon */
#social-icons-menu li a[href*="codepen.io"]:before  { content: '\f216'; }
#social-icons-menu li a[href*="digg.com"]:before { content: '\f221'; }
#social-icons-menu li a[href*="dribbble.com"]:before { content: '\f201'; }
#social-icons-menu li a[href*="facebook.com"]:before { content: '\f204'; }
#social-icons-menu li a[href*="flickr.com"]:before { content: '\f211'; }
#social-icons-menu li a[href*="plus.google.com"]:before { content: '\f218'; }
#social-icons-menu li a[href*="github.com"]:before { content: '\f200'; }
#social-icons-menu li a[href*="instagram.com"]:before { content: '\f215'; }
#social-icons-menu li a[href*="linkedin.com"]:before { content: '\f207'; }
#social-icons-menu li a[href*="pinterest.com"]:before { content: '\f209'; }
#social-icons-menu li a[href*="polldaddy.com"]:before { content: '\f217'; }
#social-icons-menu li a[href*="getpocket.com"]:before { content: '\f224'; }
#social-icons-menu li a[href*="reddit.com"]:before { content: '\f222'; }
#social-icons-menu li a[href*="spotify.com"]:before { content: '\f515'; }
#social-icons-menu li a[href*="skype.com"]:before,
#social-icons-menu li a[href*="skype:"]:before { content: '\f220'; }
#social-icons-menu li a[href*="stumbleupon.com"]:before { content: '\f223'; }
#social-icons-menu li a[href*="tumblr.com"]:before { content: '\f214'; }
#social-icons-menu li a[href*="twitch.tv"]:before { content: '\f516'; }
#social-icons-menu li a[href*="twitter.com"]:before { content: '\f202'; }
#social-icons-menu li a[href*="vimeo.com"]:before  { content: '\f212'; }
#social-icons-menu li a[href*="wordpress.org"]:before,
#social-icons-menu li a[href*="wordpress.com"]:before { content: '\f205'; }
#social-icons-menu li a[href*="youtube.com"]:before { content: '\f213'; }
#social-icons-menu li a[href*="newsletter"]:before,
#social-icons-menu li a[href*="mailto"]:before { content: '\f410'; }
#social-icons-menu li a[href*="/feed"]:before,
#social-icons-menu li a[href*="/feed/"]:before,
#social-icons-menu li a[href*="?feed=rss2"]:before,
#social-icons-menu li a[href*="feedburner.google.com"]:before,
#social-icons-menu li a[href*="feedburner.com"]:before { content: '\f413'; }

/* Add Colors */
#social-icons-menu li a { background: #444; } /* Default Icon */
#social-icons-menu li a[href*="codepen.io"]  { background: #222; }
#social-icons-menu li a[href*="digg.com"] { background: #151515; }
#social-icons-menu li a[href*="dribbble.com"] { background: #ea4c89; }
#social-icons-menu li a[href*="facebook.com"] { background: #3b5998; }
#social-icons-menu li a[href*="flickr.com"] { background: #ff0084; }
#social-icons-menu li a[href*="plus.google.com"] { background: #dd4b39; }
#social-icons-menu li a[href*="github.com"] { background: #171515; }
#social-icons-menu li a[href*="instagram.com"] { background: #3f729b; }
#social-icons-menu li a[href*="linkedin.com"] { background: #007bb6; }
#social-icons-menu li a[href*="pinterest.com"] { background: #cb2027; }
#social-icons-menu li a[href*="polldaddy.com"] { background: #bc0b0b; }
#social-icons-menu li a[href*="getpocket.com"] { background: #ee4056; }
#social-icons-menu li a[href*="reddit.com"] { background: #ff4500; }
#social-icons-menu li a[href*="spotify.com"] { background: #81b71a; }
#social-icons-menu li a[href*="skype.com"],
#social-icons-menu li a[href*="skype:"] { background: #00aff0; }
#social-icons-menu li a[href*="stumbleupon.com"] { background: #f74425; }
#social-icons-menu li a[href*="tumblr.com"] { background: #32506d; }
#social-icons-menu li a[href*="twitch.tv"] { background: #6441A5; }
#social-icons-menu li a[href*="twitter.com"] { background: #00aced; }
#social-icons-menu li a[href*="vimeo.com"]  { background: #aad450; }
#social-icons-menu li a[href*="wordpress.org"] { background: #21759b; }
#social-icons-menu li a[href*="wordpress.com"] { background: #1e8cbe; }
#social-icons-menu li a[href*="youtube.com"] { background: #c4302b; }
#social-icons-menu li a[href*="newsletter"],
#social-icons-menu li a[href*="mailto"] { background: #dd4444; }
#social-icons-menu li a[href*="/feed"],
#social-icons-menu li a[href*="/feed/"],
#social-icons-menu li a[href*="?feed=rss2"],
#social-icons-menu li a[href*="feedburner.google.com"],
#social-icons-menu li a[href*="feedburner.com"] { background: #ee802f; }

#social-icons-menu li a:hover {
	text-decoration: none;
	opacity: 0.9;
}

#social-icons-menu li a .screen-reader-text {
	display: none;
}
.social-icons-wrap .social-icons-hint {
	font-size: 0.8em;
	color: #777;
	max-width: 300px;
	line-height: 1.2em;
}

/* Gutenberg Blocks
--------------------------------------------------------------*/

/* Audio */
.wp-block-audio audio {
	width: 100%;
}

/* Gallery */
.wp-block-gallery,
.entry .wp-block-gallery {
	margin: 0 0 1.5em;
}

/* Separator */
.wp-block-separator {
	height: 2px;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100px;
}

/* Quote */
.wp-block-quote.is-style-large {
	border: none;
	margin: 0 0 1.5em;
	padding: 0;
	font-size: 28px;
	font-size: 1.75rem;
}

.wp-block-quote.is-style-large p {
	margin-bottom: 0.5em;
	font-size: inherit;
	font-style: inherit;
	line-height: inherit;
}

.wp-block-quote.is-style-large cite {
	text-align: inherit;
}

/* Pullquote */
.wp-block-pullquote {
	margin-bottom: 1.5em;
	padding: 1.5em 0;
    border-bottom: 4px solid #ccc;
    border-top: 4px solid #ccc;
}

.wp-block-pullquote blockquote {
	border: none;
	margin: 0;
	padding: 0;
	font-size: 28px;
	font-size: 1.75rem;
}

.wp-block-pullquote blockquote p {
	margin-bottom: 0.5em;
}

/* Cover */
.wp-block-cover {
	display: flex;
}

.wp-block-cover-text {
	margin-top: 0;
	margin-bottom: 0;
}

/* Block Text Colors */
.has-primary-color {
	color: #004488;
}

.has-white-color {
	color: #ffffff;
}

.has-light-gray-color {
	color: #f0f0f0;
}

.has-dark-gray-color {
	color: #777777;
}

.has-black-color {
	color: #303030;
}

/* Block Background Colors */
.has-primary-background-color {
	background-color: #004488;
}

.has-white-background-color {
	background-color: #ffffff;
}

.has-light-gray-background-color {
	background-color: #f0f0f0;
}

.has-dark-gray-background-color {
	background-color: #777777;
}

.has-black-background-color {
	background-color: #303030;
}

/* Comments
-------------------------------------------------------------- */
#comments {
	margin: 1em 0;
}
#comments .comments-title, #respond #reply-title {
	font-family: 'Droid Sans', Tahoma, Verdana, Arial;
	font-size: 1.4em;
	color: #333;
	line-height: 1.4em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	margin-bottom: 1em;
	padding-bottom: 0.3em;
	border-bottom: 1px dashed #aaa;
}
.commentlist {
	display: block;
	margin: 0;
}
.commentlist .comment{
	display: block;
	margin-bottom: 2em;
	padding: 1em;
	border-top: 1px solid #ddd;
	background: #f5f5f5;
	list-style: none;
	line-height: 1.5em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.comment-author img {
	float: left;
	margin-right: 1em;
	margin-top: -0.1em;
}
.comment-author img:after {
	clear: both;
}
.comment-author .fn {
	font-size: 1.1em;
	padding: 0.2em 0;
}
.comment-author .fn a:link, .comment-author .fn a:visited {
	text-decoration: underline;
}
.comment-author .fn a:hover, .comment-author .fn a:active {
	text-decoration: none;
}
.bypostauthor .fn, .comment-author-admin .fn{
	font-style: italic;
	background: #eee;
	padding: 0.2em 0.6em;
}
.comment-meta {
	font-size: 0.9em;
	margin-bottom: 1.5em;
}
.comment-meta a:link, .comment-meta a:visited,
.comment-meta a:active, .comment-meta a:hover {
	color: #666;
}
#comments .children {
	margin-top: 1em;
	margin-left: 1em;
}
#comments .children .comment {
	background: #fff;
	border: 1px solid #ddd;
}
.nocomments {
	color: #444;
	padding: 1em;
}
.commentlist .pingback {
	display: block;
	padding: 0.8em 0;
	border-top: 1px solid #eee;
	list-style: none;
	line-height: 1.3em;
}

/* Comment Pagination */
.comment-pagination {
	font-size: 0.9em;
}
.comment-pagination .alignleft {
	float: left;
}
.comment-pagination .alignright {
	float: right;
}

/* Comment Form */
#respond {
	margin: 2.5em 0 0;
}
#commentform {
	padding: 0;
}
#commentform p {
	margin: 1em 0;
}
#commentform input[type="text"], #commentform textarea {
	display: inline-block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#commentform label {
	display: block;
	margin: 0.6em 0 0.2em;
}
#commentform #submit {
	display: block;
	font-weight: bold;
	border: none;
	margin-top: 1em;
	padding: 1em 4em;
	text-decoration: none;
	color: #333;
	background: #eee;
}
#commentform #submit:hover {
	background-color: #ddd;
	cursor: pointer;
	text-decoration: none;
}

/* Front Page Template
-------------------------------------------------------------- */

/* Front Page Slideshow */
#frontpage-slider-wrap {
	padding: 0;
	margin-bottom: 2em;
	/* All other Slideshow Styles in flexslider.css */
}

.frontpage-magazine-no-widgets, .frontpage-slider-empty-posts {
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
/* General Widget Styling */
#frontpage-magazine-widgets .widget {
	margin: 0 0 2em 0;
	padding: 0;
}
#frontpage-magazine-widgets .widget .widgettitle {
	font-family: 'Raleway', Arial, Tahoma;
	font-size: 0.9em;
	padding: 0.9em;
	margin: 0 0 1.5em 0;
	background: #004488;
	color: #fff;
	box-shadow: inset 0 0 1px #bbb;
	border: 1px solid #004488;
}

/* Category Posts Widgets */
.widget-category-posts {
	margin-bottom: -1.5em;
}
.widget-category-posts .widgettitle .category-archive-link {
	float: right;
}
.widget-category-posts .widgettitle .category-archive-link .genericon-next {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	font-size: 21px;
	font-family: 'Genericons';
	text-decoration: inherit;
	vertical-align: top;
	content: '\f429';
	margin: -4px -4px 0 0;
}
.widget-category-posts .widgettitle .category-archive-link .genericon-next:hover {
	text-decoration: none;
}
.widget-category-posts .type-post {
	margin: 0;
	padding: 0;
	border: none;
	box-shadow: none;
}
.widget-category-posts .more-link:link, .widget-category-posts .more-link:visited  {
	color: #333;
}
.widget-category-posts .more-link:hover, .widget-category-posts .more-link:active {
	text-decoration: none;
}
.widget-category-posts .big-post .entry-title {
	font-size: 1.35em;
}
.widget-category-posts .big-post .wp-post-image {
	margin: 0 0 0.5em 0;
}
.widget-category-posts .small-post {
	float: left;
	display: block;
	width: 100%;
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	border-bottom: 1px solid #ddd;
}
.widget-category-posts .small-post .wp-post-image {
	float: left;
	margin: 0 1em 0 0;
	max-width: 30%;
}
.widget-category-posts .small-post .small-post-content {
	padding: 0.4em 0.8em;
}
.widget-category-posts .small-post .entry-title {
	border: none;
	margin: 0 0 0.3em;
	padding: 0;
	font-size: 1.15em;
}
.widget-category-posts .small-post .entry-meta {
	display: inline;
}
.widget-category-posts .widget-category-posts-content .small-posts .small-post:last-child,
.widget-category-posts .category-posts-columns .small-post:last-child,
.widget-category-posts .category-posts-grid-row:last-child .small-post {
	border-bottom: none;
}

/* Category Posts Boxed Widget */
#widget-category-posts-boxed .big-post {
	float: left;
	width: 50%;
	padding-right: 1em;
	margin-bottom: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#widget-category-posts-boxed .small-posts {
	width: 50%;
	margin-left: 50%;
	padding-left: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Category Posts Grid Widget */
#widget-category-posts-grid .category-posts-grid-row {
	margin-right: -2em;
}
#widget-category-posts-grid .category-posts-grid-row .big-post,
#widget-category-posts-grid .category-posts-grid-row .small-post-wrap {
	float: left;
	width: 50%;
	padding-right: 2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#widget-category-posts-grid .category-posts-grid-row .small-post-wrap {
	padding-right: 2em;
}


/* Front Page Category Area Thre (two columns) */
#widget-category-posts-columns .category-posts-column-left {
	float: left;
	width: 50%;
	padding-right: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#widget-category-posts-columns .category-posts-column-right {
	margin-left: 50%;
	width: 50%;
	padding-left: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#widget-category-posts-columns .category-posts-columns .big-post {
	margin-bottom: 1.5em;
}

/* Single Category Post ) */
#widget-category-posts-single .single-post {
	margin: 0 0 2em 0;
}
#widget-category-posts-single .single-post .wp-post-image {
	margin: 0 0 0.5em 0;
}
#widget-category-posts-single .single-post .more-link {
	margin: 0;
}

/* Footer
-------------------------------------------------------------- */
#footer {
	margin-top: 1px;
	padding: 1.2em;
	color: #fff;
	background: #005599;
}
#footer #footer-text {
	float: right;
	font-size: 0.85em;
}
#footer #footer-text a:link, #footer #footer-text a:visited {
	color: #fff;
	border-bottom: 1px dotted #ccc;
}
#footer #footer-text a:hover, #footer #footer-text a:active {
	border-bottom: none;
	text-decoration: none;
}

/* Footer Navigation Menu */
#footernav-icon {
	display: none;
}
#footernav {
	float: left;
}
#footernav-menu {
	float: left;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
}
#footernav-menu li {
	float: left;
	position: relative;
	padding-right: 1.2em;
	margin-right: 1.2em;
	border-right: 1px dashed #aaa;
}
#footernav-menu a {
	display: inline-block;
	text-decoration: none;
	font-size: 0.9em;
}
#footernav-menu a:link, #footernav-menu a:visited{
	color: #fff;
	text-decoration: none;
}
#footernav-menu a:hover {
	text-decoration: underline;
}

/*============================ MEDIA QUERIES ============================*/

/* Small screens | <1120px */
@media only screen and (max-width: 70em) {
	#wrapper {
		width: 94%;
	}
	#content {
		width: 67%;
	}
	#sidebar {
		margin-left: 67%;
		width: 33%;
	}
	#logo .site-title {
		float: none;
	}
	#logo .site-description {
		float: none;
		margin: 0.4em 0 0 0;
		font-size: 1.2em;
	}
	.widget-category-posts .type-post .entry-title {
		font-size: 1.2em;
	}
	.widget-category-posts .small-post .entry-title{
		font-size: 1.05em;
	}
}
/* Smaller screens | <1120px */
@media only screen and (max-width: 65em) {
	#wrapper {
		width: 96%;
		margin: 1em auto;
	}
	#logo .site-description {
		font-size: 1.1em;
	}
}
/* Tablets (landscape) | <960px */
@media only screen and (max-width: 60em) {
	#wrapper {
		width: 100%;
		margin: 0;
	}
	#header {
		padding: 2em;
		text-align: center;
	}
	#content {
		float: none;
		width: 100%;
	}
	#sidebar {
		clear: both;
		margin: 2em 0 0;
		width: 100%;
	}
	#logo {
		float: none;
		width: 100%;
	}
	#header-content {
		display: block;
		text-align: center;
	}
	#header-content div {
		float: none;
		margin: 1em 0 0;
	}
	#header-content #header-search .search-form {
		display: inline-block;
		max-width: 350px;
	}
	#header-content #social-icons-menu li {
		float: none;
		display: inline-block;
		margin: 0 1px 2px 0;
		padding: 0;
		background: #222;
	}

	/* Mobile Main Navigation */

	/* Reset */
	#mainnav, .main-navigation-menu, .main-navigation-menu li, .main-navigation-menu a, .main-navigation-menu ul,
	.main-navigation-menu ul a, .main-navigation-menu ul ul, .main-navigation-menu li ul ul
	{
		margin: 0;
		padding: 0;
		position: static;
		float: none;
		display: inline;
		font-size: 1.0em;
		border: none;
		box-shadow: none;
		background: none;
		top: auto;
		left: auto;
	}
	.main-navigation-menu li,
	.main-navigation-menu ul,
	.main-navigation-menu li ul ul,
	.mega-menu-item .mega-menu-content,
	.mega-menu-item .mega-menu-content .mega-menu-widget {
		position: static;
		display: block;
		left: auto;
		top: auto;
		clear: left;
	}

	#mainnav {
		margin: 1.5em 0;
		float: none;
	}
	#mainnav-toggle {
		display: block;
		width: 100%;
		margin: 0;
		padding: 1.3em;
		text-align: left;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 1.0em;
		font-family: 'Bitter', Georgia, Arial, Tahoma;
		color: #fff;
		background: #004488;
		border: none;
		-webkit-transition: all 0.1s ease-out;
		-moz-transition: all 0.1s ease-out;
		-ms-transition: all 0.1s ease-out;
		-o-transition: all 0.1s ease-out;
		transition: all 0.1s ease-out;
	}
	#mainnav-toggle:hover {
		cursor: pointer;
		background: #303030;
	}
	#mainnav-toggle:after {
		float: right;
		margin: -0.1em 0 0;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		content: '\f419';
		font: normal 24px/1 Genericons;
		text-decoration: inherit;
		vertical-align: text-bottom;
	}
	.main-navigation-menu {
		width: 100%;
		display: none;
		border-top: 1px solid #fff;
		background: #303030;
	}
	.main-navigation-menu a {
		display: block;
		padding: 1.3em;
		text-decoration: none;
		font-size: 1.0em;
		border-bottom: 1px solid rgba(255,255,255,0.1);
		background: #303030;
		clear: left;
	}
	.main-navigation-menu a:hover {
		background: rgba(255,255,255,0.05);
	}
	.main-navigation-menu ul {
		float: left;
		background: #303030;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.main-navigation-menu ul a {
		display: block;
		width: 100%;
		padding: 1em 1em 1em 3em;
		font-size: 0.9em;
		border-bottom: 1px solid rgba(255,255,255,0.1);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.main-navigation-menu ul li ul a {
		padding-left: 5em;
	}
	.main-navigation-menu ul li ul li ul a{
		padding-left: 7em;
	}
	.main-navigation-menu li.current_page_item a, .main-navigation-menu li.current-menu-item a {
		text-decoration: underline;
	}
	.main-navigation-menu li.current_page_item ul li a, .main-navigation-menu li.current-menu-item ul li a{
		text-decoration: none;
	}
	.main-navigation-menu ul li.current_page_item a, .main-navigation-menu ul li.current-menu-item a {
		text-decoration: underline;
	}

	.main-navigation-menu .submenu-dropdown-toggle {
		float: right;
		display: block;
		margin: 0;
		padding: 1.15em 1.5em;
	}
	.main-navigation-menu .submenu-dropdown-toggle:hover {
		cursor: pointer;
		background: rgba(255,255,255,0.05);
	}
	.main-navigation-menu .submenu-dropdown-toggle:before {
		font-size: 20px;
		line-height: 1;
		font-family: 'Genericons';
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-decoration: inherit;
		vertical-align: middle;
		content: '\f510';
		color: #fff;
	}
	.main-navigation-menu .submenu-dropdown-toggle.active:before {
		content: '\f50e';
	}
	.main-navigation-menu ul .submenu-dropdown-toggle {
		padding: 0.75em 1.2em;
	}
	.main-navigation-menu ul .submenu-dropdown-toggle:before {
		font-size: 16px;
	}

	/* Mega Menu Styling */
	.mega-menu-item .mega-menu-two-columns > li,
	.mega-menu-item .mega-menu-three-columns > li,
	.mega-menu-item .mega-menu-five-columns > li {
		width: 100%;
	}

	.mega-menu-item .mega-menu-four-columns > li,
	.mega-menu-item .mega-menu-six-columns > li {
		width: 50%;
	}

	.widget-category-posts .type-post .entry-title {
		font-size: 1.4em;
	}
	.widget-category-posts .small-post .entry-title{
		font-size: 1.1em;
	}

	/* Footer */
	#footer {
		text-align: center;
	}

	#footer #footer-text {
		float: none;
	}

	/* Footer Navigation Menu */
	#footernav {
		float: none;
	}
	#footernav-menu {
		float: none;
	}
	#footernav-menu li {
		float: none;
		display: inline-block;
		padding: 0;
		border: none;
		margin: 0 1em 1.5em;
	}
}

/* Tablets (portrait) | <800px */
@media only screen and (max-width: 50em) {
	#logo .site-title {
		font-size: 2.3em;
	}
	#logo .site-description {
		font-size: 1.1em;
	}

	/* Mobile Top Navigation */

	/* Reset */
	#topnav, .top-navigation-menu, .top-navigation-menu li, .top-navigation-menu a, .top-navigation-menu ul {
		margin: 0;
		padding: 0;
		position: static;
		float: none;
		display: inline;
		font-size: 1.0em;
		border: none;
		box-shadow: none;
		background: none;
		top: 0;
		left: 0;
	}

	#topnav {
		float: none;
	}
	#topnav-toggle {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0.5em;
		font-size: 0.9em;
		text-align: left;
		text-decoration: none;
		color: #333;
		background: #eee;
		border: none;
	}
	#topnav-toggle:hover {
		cursor: pointer;
		text-decoration: underline;
	}
	#topnav-toggle:after {
		float: right;
		margin: 0.05em 0 0;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		content: '\f419';
		font: normal 14px/1 Genericons;
		text-decoration: inherit;
		vertical-align: text-bottom;
	}
	#topnav-toggle:hover:after {
		text-decoration: none;
	}
	.top-navigation-menu {
		width: 100%;
		display: none;
		border-top: 1px solid #e5e5e5;
		background: #f5f5f5;
	}
	.top-navigation-menu a {
		display: block;
		padding: 0.7em 1em;
		text-decoration: none;
		font-size: 0.9em;
		border-bottom: 1px solid #e5e5e5;
		clear: left;
	}
	.top-navigation-menu a:hover {
		text-decoration: underline;
	}
	.top-navigation-menu li.current_page_item a, .top-navigation-menu li.current-menu-item a {
		text-decoration: underline;
	}


	.entry h1, .comment h1 {
	font-size: 2.2em;
	}
	.entry h2, .comment h2 {
		font-size: 1.8em;
	}
	.entry h3, .comment h3 {
		font-size: 1.4em;
	}
	.entry tr th,
	.entry thead th {
		padding: 0.2em 0.4em;
	}
	.entry tr td {
		padding: 0.2em 0.4em;
	}
	.widget-category-posts .type-post .entry-title {
		font-size: 1.2em;
	}
	.widget-category-posts .small-post .entry-title{
		font-size: 1.0em;
	}
}

/* Phablets (portrait) | <640px */
@media only screen and (max-width: 40em) {
	#content {
		padding: 1em 1em 0;
	}
	.type-post, .type-page, .type-attachment  {
		margin: 0 0 1em 0;
	}
	.page-title {
		font-size: 2.0em;
	}
	.entry-title {
		font-size: 1.4em;
	}

	/* Mega Menu Styling */
	.mega-menu-item .mega-menu-four-columns > li,
	.mega-menu-item .mega-menu-six-columns > li {
		width: 100%;
	}

	/* Frontpage Categories */
	.widget-category-posts .type-post {
		margin: 0 0 1em 0;
	}
	#widget-category-posts-grid .category-posts-grid-row {
		margin-right: 0;
	}
	#widget-category-posts-grid .category-posts-grid-row .big-post,
	#widget-category-posts-grid .category-posts-grid-row .small-post-wrap,
	#widget-category-posts-boxed .big-post,
	#widget-category-posts-columns .category-posts-column-left {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	#widget-category-posts-boxed .small-posts,
	#widget-category-posts-columns .category-posts-column-right {
		width: 100%;
		margin-left: 0;
		padding-left: 0;
	}
	#widget-category-posts-boxed .small-posts {
		padding-bottom: 0.5em;
	}
	#widget-category-posts-columns .category-posts-column-right {
		margin-top: 1.5em;
	}
}


/* Smartphones | <480px */
@media only screen and (max-width: 30em) {
	#logo .site-title {
		font-size: 2.0em;
	}
	#logo .site-description {
		font-size: 1.0em;
	}
	.alignright, .alignleft {
		float: none;
		margin: 1em 0;
	}
	#footer #footer-text {
		margin-top: 1.2em;
	}

	/* Footer Navigation Menu */
	#footernav-menu li {
		display: block;
		margin: 0 0 1.5em;
	}
}

/* Smartphones | <320px */
@media only screen and (max-width: 20em) {
	.entry-meta span, .postinfo span {
		display: block;
	}
	.widget-category-posts .type-post .entry-title {
		font-size: 1.0em;
	}
	.widget-category-posts .small-post .entry-title{
		font-size: 0.9em;
	}
}

/* Big Screens Navi Fix | >720px */
@media only screen and (min-width: 60.001em) {
	/* ensure #nav is visible on desktop version */
	.main-navigation-menu {
		display: block !important;
	}
	.main-navigation-menu li.menu-item:hover a {
		background: #303030;
	}
	.main-navigation-menu li.menu-item:hover ul a:hover {
		background: rgba(255,255,255,0.1);
	}
}
@media only screen and (min-width: 50.001em) {
	/* ensure top navigation is visible on desktop version */
	.top-navigation-menu {
		display: block !important;
	}
}

/* BehindTheBlack26 responsive and performance refinements
-------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
img, iframe, video, object, embed { max-width: 100%; height: auto; }
#wrapper { width: min(96%, 1340px); }
#wrap { display: flex; align-items: flex-start; gap: 0; }
#content { float: none; flex: 1 1 70%; min-width: 0; }
#sidebar { margin-left: 0; flex: 0 0 30%; }
.post-title a, .post-title32 a, .entry-title a { overflow-wrap: anywhere; }
.entry { overflow-wrap: break-word; }
#mainnav-toggle, #topnav-toggle { cursor: pointer; }
.nav-toggle[aria-expanded="true"]:after { transform: rotate(180deg); }
.main-navigation-menu .submenu-dropdown-toggle { cursor: pointer; }
.btb26-post-actions { clear: both; margin: 1.1em 0 0; font-size: 0.95em; }
.btb26-reactions { display: flex; align-items: center; gap: 0.5em; flex-wrap: wrap; }
.btb26-reaction-button { appearance: none; border: 1px solid #bbb; background: #f6f6f6; color: #111; border-radius: 3px; padding: 0.45em 0.75em; line-height: 1; font: inherit; cursor: pointer; }
.btb26-reaction-button:hover, .btb26-reaction-button:focus { background: #e9e9e9; }
.btb26-reaction-button[aria-pressed="true"] { border-color: #004488; background: #e8f1fb; }
.btb26-reaction-button:disabled { opacity: 0.65; cursor: wait; }
.btb26-comments-link { display: block; margin-top: 0.75em; text-decoration: none; }
.btb26-comments-link:before { content: '\f300'; display: inline-block; font: normal 20px/1 Genericons; vertical-align: middle; color: #777; margin-right: 0.35em; }
.btb26-comments-line-top { margin: 0.35em 0 0.75em; }
@media only screen and (max-width: 70em) { #wrapper { width: 98%; } }
@media only screen and (max-width: 60em) {
	#wrapper { width: 100%; margin: 0; }
	#header { padding: 0.75em 1em; }
	#wrap { display: block; }
	#content, #sidebar { width: 100%; padding: 1em; }
	#sidebar { margin: 1em 0 0; }
	#logo { float: none; width: 100%; }
	#logo .site-title { font-size: clamp(1.55em, 5vw, 2.2em); line-height: 1.1; }
	#logo .site-description { font-size: 1em; }
	#header-content { display: block; text-align: center; }
	#header-content div { float: none; margin: 0.75em 0 0; }
	#mainnav { margin: 0; }
	#navi-wrap { position: sticky; top: 0; z-index: 1000; }
	#mainnav-toggle, #topnav-toggle { padding: 0.9em 1em; }
	.main-navigation-menu a { padding: 1em; }
	.main-navigation-menu ul a { padding-left: 2em; }
}
@media only screen and (max-width: 40em) {
	body { font-size: 0.98em; }
	#content, #sidebar { padding: 0.85em; }
	.entry-meta span, .postinfo span { display: inline-block; margin-bottom: 0.25em; }
	.btb26-reactions { gap: 0.4em; }
	.btb26-reaction-button { padding: 0.55em 0.7em; }
}

/* BehindTheBlack26 refreshed masthead/navigation, v26.0.2
-------------------------------------------------------------- */
#header-wrap {
	background: #000;
}
#custom-header {
	margin: 0;
	background: #000;
	line-height: 0;
	min-height: 0;
}
#custom-header a,
#custom-header img {
	display: block;
}
#custom-header img {
	width: 100%;
	max-width: none;
	height: auto;
	aspect-ratio: 1340 / 250;
	object-fit: cover;
	object-position: center center;
}
#navi-wrap {
	border: 0;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #b8b8b8;
	background: #9f9f9f;
	padding: 0;
}
#mainnav {
	background: #9f9f9f;
	position: relative;
	min-height: 3.05em;
}
.main-navigation-menu {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	float: none;
	width: 100%;
	background: #9f9f9f;
}
.main-navigation-menu li {
	float: none;
	position: relative;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid rgba(255,255,255,0.25);
}
.main-navigation-menu a {
	display: flex;
	align-items: center;
	min-height: 3.05em;
	padding: 0.85em 1.1em;
	color: #fff;
	background: #9f9f9f;
	font-family: Bitter, Georgia, serif;
	font-size: 0.95em;
	font-weight: 700;
	line-height: 1.25;
	text-decoration: none;
	transition: background-color 120ms ease, color 120ms ease;
}
.main-navigation-menu a:link,
.main-navigation-menu a:visited {
	color: #fff;
	text-decoration: none;
}
.main-navigation-menu a:hover,
.main-navigation-menu a:focus {
	background: #7f7f7f;
	color: #fff;
	text-decoration: underline;
}
.main-navigation-menu li.current_page_item > a,
.main-navigation-menu li.current-menu-item > a {
	text-decoration: underline;
}
.main-navigation-menu ul {
	position: absolute;
	z-index: 2000;
	top: 100%;
	left: 0;
	display: none;
	min-width: 16rem;
	background: #7f7f7f;
	border: 1px solid #d5d5d5;
	border-top: 0;
	box-shadow: 0 8px 18px rgba(0,0,0,0.18);
}
.main-navigation-menu li:hover > ul,
.main-navigation-menu li:focus-within > ul {
	display: block;
}
.main-navigation-menu ul[hidden] {
	display: none;
}
.main-navigation-menu ul li {
	border-right: 0;
	border-bottom: 1px solid rgba(255,255,255,0.18);
}
.main-navigation-menu ul a {
	min-width: 16rem;
	width: 100%;
	min-height: 0;
	padding: 0.85em 1em;
	background: #7f7f7f;
	font-size: 0.9em;
	box-sizing: border-box;
}
.main-navigation-menu ul a:hover,
.main-navigation-menu ul a:focus {
	background: #686868;
}
.main-navigation-menu li ul ul {
	top: 0;
	left: 100%;
	border-top: 1px solid #d5d5d5;
}
#mainnav-toggle,
#topnav-toggle,
.main-navigation-menu .submenu-dropdown-toggle,
.top-navigation-menu .submenu-dropdown-toggle {
	appearance: none;
	border: 0;
	cursor: pointer;
}
#mainnav-toggle,
#topnav-toggle {
	display: none;
	width: 100%;
	padding: 0.9em 1em;
	background: #8f8f8f;
	color: #fff;
	font-family: Bitter, Georgia, serif;
	font-weight: 700;
	font-size: 1em;
	text-align: left;
}
.nav-toggle-bars,
.nav-toggle-bars::before,
.nav-toggle-bars::after {
	display: inline-block;
	width: 1.2em;
	height: 2px;
	background: currentColor;
	vertical-align: middle;
}
.nav-toggle-bars {
	position: relative;
	margin-right: 0.6em;
}
.nav-toggle-bars::before,
.nav-toggle-bars::after {
	content: "";
	position: absolute;
	left: 0;
}
.nav-toggle-bars::before { top: -0.42em; }
.nav-toggle-bars::after { top: 0.42em; }
.main-navigation-menu .submenu-dropdown-toggle {
	display: none;
}
@media only screen and (max-width: 60em) {
	#navi-wrap {
		position: sticky;
		top: 0;
		z-index: 1000;
	}
	#mainnav {
		min-height: 0;
		margin: 0;
		background: #8f8f8f;
	}
	#mainnav-toggle {
		display: block;
	}
	.main-navigation-menu,
	.main-navigation-menu li,
	.main-navigation-menu a,
	.main-navigation-menu ul,
	.main-navigation-menu ul a,
	.main-navigation-menu li ul ul {
		position: static;
		float: none;
		min-width: 0;
		width: 100%;
		box-shadow: none;
		border-right: 0;
		box-sizing: border-box;
	}
	.main-navigation-menu {
		display: none;
		background: #8f8f8f;
		border-top: 1px solid rgba(255,255,255,0.35);
	}
	.main-navigation-menu.is-open {
		display: block;
	}
	.main-navigation-menu li {
		display: block;
		border-bottom: 1px solid rgba(255,255,255,0.25);
	}
	.main-navigation-menu a {
		display: block;
		min-height: 0;
		padding: 0.95em 3.25em 0.95em 1em;
		background: #8f8f8f;
		font-size: 0.98em;
	}
	.main-navigation-menu a:hover,
	.main-navigation-menu a:focus {
		background: #777;
	}
	.main-navigation-menu ul {
		display: none;
		background: #7c7c7c;
		border: 0;
	}
	.main-navigation-menu ul:not([hidden]) {
		display: block;
	}
	.main-navigation-menu li:hover > ul,
	.main-navigation-menu li:focus-within > ul {
		display: none;
	}
	.main-navigation-menu li:hover > ul:not([hidden]),
	.main-navigation-menu li:focus-within > ul:not([hidden]) {
		display: block;
	}
	.main-navigation-menu ul a {
		padding-left: 2em;
		background: #7c7c7c;
	}
	.main-navigation-menu ul ul a {
		padding-left: 3em;
	}
	.main-navigation-menu .submenu-dropdown-toggle {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 3em;
		height: 3.05em;
		background: rgba(0,0,0,0.08);
		color: #fff;
	}
	.main-navigation-menu .submenu-dropdown-toggle::before {
		content: "+";
		font: 700 1.3em/1 Arial, sans-serif;
	}
	.main-navigation-menu .submenu-dropdown-toggle[aria-expanded="true"]::before {
		content: "−";
	}
}
@media only screen and (max-width: 40em) {
	#custom-header img {
		min-height: 88px;
		object-fit: cover;
	}
	#mainnav-toggle {
		padding: 0.8em 0.9em;
	}
}

/* BehindTheBlack26 stable legacy-style header/menu, v26.0.3
-------------------------------------------------------------- */
#masthead.btb26-masthead {
	display: block;
	margin: 0;
	padding: 0;
	background: #000;
	line-height: 0;
}
#masthead #custom-header {
	display: block;
	margin: 0;
	padding: 0;
	background: #000;
	line-height: 0;
}
#masthead #custom-header a,
#masthead #custom-header img {
	display: block;
}
#masthead #custom-header img {
	width: 100%;
	max-width: none;
	height: auto;
	aspect-ratio: 1340 / 250;
	object-fit: cover;
	object-position: center center;
}
#masthead .btb26-fallback-header {
	padding: 1.2em 1.4em;
	background: #000;
	line-height: 1.2;
}
#masthead .site-title a,
#masthead .site-description {
	color: #fff !important;
}
#topnav.btb26-topnav,
#mainnav.btb26-mainnav {
	clear: both;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	background: #9f9f9f;
	border: 0;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #b8b8b8;
	min-height: 0;
}
#mainnav.btb26-mainnav ul.btb26-menu,
#topnav.btb26-topnav ul.btb26-menu {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #9f9f9f;
}
#mainnav.btb26-mainnav ul.btb26-menu > li,
#topnav.btb26-topnav ul.btb26-menu > li {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	background: #9f9f9f;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid rgba(255,255,255,0.22);
}
#mainnav.btb26-mainnav ul.btb26-menu a,
#topnav.btb26-topnav ul.btb26-menu a {
	box-sizing: border-box;
	display: block;
	margin: 0;
	padding: 0.9em 1.15em;
	min-height: 0;
	background: #9f9f9f;
	color: #fff !important;
	font-family: Bitter, Georgia, serif;
	font-size: 0.95em;
	font-weight: 700;
	line-height: 1.25;
	text-decoration: none;
}
#mainnav.btb26-mainnav ul.btb26-menu a:hover,
#mainnav.btb26-mainnav ul.btb26-menu a:focus,
#topnav.btb26-topnav ul.btb26-menu a:hover,
#topnav.btb26-topnav ul.btb26-menu a:focus {
	background: #7f7f7f;
	color: #fff !important;
	text-decoration: underline;
}
#mainnav.btb26-mainnav ul.btb26-menu li.current-menu-item > a,
#mainnav.btb26-mainnav ul.btb26-menu li.current_page_item > a,
#topnav.btb26-topnav ul.btb26-menu li.current-menu-item > a,
#topnav.btb26-topnav ul.btb26-menu li.current_page_item > a {
	text-decoration: underline;
}
.btb26-menu-toggle,
.btb26-submenu-toggle {
	appearance: none;
	border: 0;
	border-radius: 0;
	cursor: pointer;
}
.btb26-menu-toggle {
	display: none;
	width: 100%;
	padding: 0.95em 1em;
	background: #8f8f8f;
	color: #fff;
	font-family: Bitter, Georgia, serif;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.2;
	text-align: left;
}
.btb26-menu-toggle-bars,
.btb26-menu-toggle-bars::before,
.btb26-menu-toggle-bars::after {
	display: inline-block;
	width: 1.2em;
	height: 2px;
	background: currentColor;
	vertical-align: middle;
}
.btb26-menu-toggle-bars {
	position: relative;
	margin-right: 0.6em;
}
.btb26-menu-toggle-bars::before,
.btb26-menu-toggle-bars::after {
	content: "";
	position: absolute;
	left: 0;
}
.btb26-menu-toggle-bars::before { top: -0.42em; }
.btb26-menu-toggle-bars::after { top: 0.42em; }
#mainnav.btb26-mainnav .btb26-submenu-toggle,
#topnav.btb26-topnav .btb26-submenu-toggle {
	display: none;
}

@media only screen and (min-width: 60.001em) {
	#mainnav.btb26-mainnav .btb26-menu-toggle,
	#topnav.btb26-topnav .btb26-menu-toggle {
		display: none !important;
	}
	#mainnav.btb26-mainnav ul.btb26-menu,
	#topnav.btb26-topnav ul.btb26-menu {
		display: flex !important;
		flex-wrap: wrap;
		align-items: stretch;
		float: none !important;
		width: 100% !important;
	}
	#mainnav.btb26-mainnav ul.btb26-menu > li,
	#topnav.btb26-topnav ul.btb26-menu > li {
		display: block !important;
		float: none !important;
		position: relative !important;
		width: auto !important;
		clear: none !important;
	}
	#mainnav.btb26-mainnav ul.btb26-menu > li > a,
	#topnav.btb26-topnav ul.btb26-menu > li > a {
		display: flex !important;
		align-items: center;
		height: 100%;
		min-height: 3.05em;
	}
	#mainnav.btb26-mainnav ul.btb26-menu ul,
	#topnav.btb26-topnav ul.btb26-menu ul {
		position: absolute !important;
		top: 100% !important;
		left: 0 !important;
		display: none !important;
		z-index: 2000;
		min-width: 16rem;
		background: #7f7f7f;
		border: 1px solid #d5d5d5;
		box-shadow: 0 8px 18px rgba(0,0,0,0.18);
	}
	#mainnav.btb26-mainnav ul.btb26-menu li:hover > ul,
	#mainnav.btb26-mainnav ul.btb26-menu li:focus-within > ul,
	#topnav.btb26-topnav ul.btb26-menu li:hover > ul,
	#topnav.btb26-topnav ul.btb26-menu li:focus-within > ul {
		display: block !important;
	}
	#mainnav.btb26-mainnav ul.btb26-menu ul li,
	#topnav.btb26-topnav ul.btb26-menu ul li {
		float: none !important;
		width: 100% !important;
		border-right: 0;
	}
	#mainnav.btb26-mainnav ul.btb26-menu ul a,
	#topnav.btb26-topnav ul.btb26-menu ul a {
		min-width: 16rem;
		background: #7f7f7f;
	}
}

@media only screen and (max-width: 60em) {
	#masthead #custom-header img {
		min-height: 88px;
	}
	#mainnav.btb26-mainnav,
	#topnav.btb26-topnav {
		position: sticky;
		top: 0;
		z-index: 1000;
	}
	#mainnav.btb26-mainnav .btb26-menu-toggle,
	#topnav.btb26-topnav .btb26-menu-toggle {
		display: block !important;
	}
	#mainnav.btb26-mainnav ul.btb26-menu,
	#topnav.btb26-topnav ul.btb26-menu {
		display: none !important;
		float: none !important;
		width: 100% !important;
		border-top: 1px solid rgba(255,255,255,0.35);
	}
	#mainnav.btb26-mainnav ul.btb26-menu.btb26-menu-open,
	#topnav.btb26-topnav ul.btb26-menu.btb26-menu-open {
		display: block !important;
	}
	#mainnav.btb26-mainnav ul.btb26-menu li,
	#topnav.btb26-topnav ul.btb26-menu li {
		display: block !important;
		float: none !important;
		position: relative !important;
		width: 100% !important;
		clear: both !important;
		border-right: 0;
		border-bottom: 1px solid rgba(255,255,255,0.25);
	}
	#mainnav.btb26-mainnav ul.btb26-menu a,
	#topnav.btb26-topnav ul.btb26-menu a {
		display: block !important;
		padding: 0.95em 3.25em 0.95em 1em;
	}
	#mainnav.btb26-mainnav ul.btb26-menu ul,
	#topnav.btb26-topnav ul.btb26-menu ul {
		display: none !important;
		position: static !important;
		width: 100% !important;
		min-width: 0 !important;
		box-shadow: none;
		border: 0;
		background: #7c7c7c;
	}
	#mainnav.btb26-mainnav ul.btb26-menu li.btb26-submenu-open > ul,
	#topnav.btb26-topnav ul.btb26-menu li.btb26-submenu-open > ul {
		display: block !important;
	}
	#mainnav.btb26-mainnav ul.btb26-menu ul a,
	#topnav.btb26-topnav ul.btb26-menu ul a {
		padding-left: 2em;
		background: #7c7c7c;
	}
	#mainnav.btb26-mainnav .btb26-submenu-toggle,
	#topnav.btb26-topnav .btb26-submenu-toggle {
		display: block !important;
		position: absolute;
		right: 0;
		top: 0;
		width: 3em;
		height: 3.05em;
		background: rgba(0,0,0,0.08);
		color: #fff;
	}
	#mainnav.btb26-mainnav .btb26-submenu-toggle::before,
	#topnav.btb26-topnav .btb26-submenu-toggle::before {
		content: "+";
		font: 700 1.3em/1 Arial, sans-serif;
	}
	#mainnav.btb26-mainnav .btb26-submenu-toggle[aria-expanded="true"]::before,
	#topnav.btb26-topnav .btb26-submenu-toggle[aria-expanded="true"]::before {
		content: "-";
	}
}

/* BehindTheBlack26 header/menu corrections, v26.0.5
-------------------------------------------------------------- */
#masthead.btb26-masthead {
	min-height: 0 !important;
	background: #000 !important;
}
#masthead #custom-header {
	min-height: 0 !important;
	background: #000 !important;
	overflow: hidden;
}
#masthead #custom-header img {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	aspect-ratio: 1558 / 292;
	object-fit: cover;
	object-position: center center;
}
@media only screen and (min-width: 60.001em) {
	#mainnav.btb26-mainnav ul.btb26-menu,
	#topnav.btb26-topnav ul.btb26-menu {
		display: flex !important;
		flex-wrap: nowrap !important;
		align-items: stretch !important;
		justify-content: flex-start !important;
		overflow: visible !important;
		width: 100% !important;
	}
	#mainnav.btb26-mainnav ul.btb26-menu > li,
	#topnav.btb26-topnav ul.btb26-menu > li {
		flex: 0 1 auto !important;
		min-width: 0 !important;
		white-space: nowrap !important;
	}
	#mainnav.btb26-mainnav ul.btb26-menu > li > a,
	#topnav.btb26-topnav ul.btb26-menu > li > a {
		padding: 0.86em 0.92em !important;
		font-size: 0.88em !important;
		line-height: 1.18 !important;
		white-space: nowrap !important;
	}
	#mainnav.btb26-mainnav ul.btb26-menu > li:last-child,
	#topnav.btb26-topnav ul.btb26-menu > li:last-child {
		border-right: 1px solid #d5d5d5 !important;
	}
}
@media only screen and (max-width: 72em) and (min-width: 60.001em) {
	#mainnav.btb26-mainnav ul.btb26-menu > li > a,
	#topnav.btb26-topnav ul.btb26-menu > li > a {
		padding-left: 0.74em !important;
		padding-right: 0.74em !important;
		font-size: 0.82em !important;
	}
}
@media only screen and (max-width: 60em) {
	#masthead #custom-header img {
		min-height: 74px !important;
		aspect-ratio: 1558 / 292;
	}
}

/* BehindTheBlack26 supplied legacy header image, v26.0.5
-------------------------------------------------------------- */
#wrapper #masthead.btb26-masthead,
#wrapper #masthead.btb26-masthead #custom-header {
	background: #000 !important;
	line-height: 0 !important;
	min-height: 0 !important;
	overflow: hidden !important;
}
#wrapper #masthead.btb26-masthead #custom-header a {
	display: block !important;
	line-height: 0 !important;
}
#wrapper #masthead.btb26-masthead #custom-header img {
	display: block !important;
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	aspect-ratio: auto !important;
	object-fit: contain !important;
	object-position: left top !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* BehindTheBlack26 nav empty-bar cleanup, v26.0.6
-------------------------------------------------------------- */
@media only screen and (min-width: 60.001em) {
	#wrapper #mainnav.btb26-mainnav,
	#wrapper #topnav.btb26-topnav {
		background: transparent !important;
		line-height: 1 !important;
	}
	#wrapper #mainnav.btb26-mainnav::after,
	#wrapper #topnav.btb26-topnav::after {
		content: "";
		display: table;
		clear: both;
	}
	#wrapper #mainnav.btb26-mainnav ul.btb26-menu,
	#wrapper #topnav.btb26-topnav ul.btb26-menu {
		display: inline-flex !important;
		flex-wrap: nowrap !important;
		width: auto !important;
		max-width: 100% !important;
		background: #9f9f9f !important;
		vertical-align: top !important;
	}
	#wrapper #mainnav.btb26-mainnav ul.btb26-menu > li,
	#wrapper #topnav.btb26-topnav ul.btb26-menu > li {
		background: #9f9f9f !important;
	}
}

/* BehindTheBlack26 desktop nav fill restoration, v26.0.8
-------------------------------------------------------------- */
@media only screen and (min-width: 60.001em) {
	#wrapper #mainnav.btb26-mainnav,
	#wrapper #topnav.btb26-topnav {
		display: flex !important;
		align-items: stretch !important;
		width: 100% !important;
		min-height: 3.05em !important;
		background: #9f9f9f !important;
		line-height: 1 !important;
	}
	#wrapper #mainnav.btb26-mainnav::after,
	#wrapper #topnav.btb26-topnav::after {
		content: "" !important;
		display: block !important;
		clear: none !important;
		flex: 1 1 auto !important;
		min-width: 0 !important;
		background: #9f9f9f !important;
		border-bottom: 1px solid rgba(255,255,255,0.25) !important;
	}
	#wrapper #mainnav.btb26-mainnav ul.btb26-menu,
	#wrapper #topnav.btb26-topnav ul.btb26-menu {
		display: inline-flex !important;
		flex: 0 0 auto !important;
		flex-wrap: nowrap !important;
		width: auto !important;
		max-width: calc(100% - 1px) !important;
		background: #9f9f9f !important;
	}
	#wrapper #mainnav.btb26-mainnav ul.btb26-menu > li,
	#wrapper #topnav.btb26-topnav ul.btb26-menu > li,
	#wrapper #mainnav.btb26-mainnav ul.btb26-menu > li > a,
	#wrapper #topnav.btb26-topnav ul.btb26-menu > li > a {
		background: #9f9f9f !important;
	}
}

/* BehindTheBlack26 desktop nav final-divider cleanup, v26.0.8
-------------------------------------------------------------- */
@media only screen and (min-width: 60.001em) {
	#wrapper #mainnav.btb26-mainnav ul.btb26-menu > li:last-child,
	#wrapper #topnav.btb26-topnav ul.btb26-menu > li:last-child {
		border-right: 0 !important;
	}
}

/* BTB26 v26.0.9 layout stability and DOM-performance refinements. */
.entry img,
.entry .wp-post-image,
.post img,
.widget img {
	max-width: 100%;
	height: auto;
}
.entry iframe,
.entry embed,
.entry object,
.entry video {
	max-width: 100%;
}
.entry iframe[src*="youtube.com"],
.entry iframe[src*="youtu.be"],
.entry iframe[src*="youtube-nocookie.com"] {
	display: block;
	width: 100%;
	max-width: 640px;
	aspect-ratio: 16 / 9;
	height: auto;
	min-height: 260px;
}
#header,
#custom-header,
#navi-wrap,
.widget,
article.post,
article.page {
	contain: layout paint;
}
.postmeta,
.btb26-post-actions,
.postinfo {
	min-height: 1.6em;
}
.btb26-post-actions .btb26-reactions {
	min-height: 2.25em;
}
@media only screen and (max-width: 760px) {
	.entry iframe[src*="youtube.com"],
	.entry iframe[src*="youtu.be"],
	.entry iframe[src*="youtube-nocookie.com"] {
		min-height: 180px;
	}
}


/* BehindTheBlack26 nav search, v26.0.23
-------------------------------------------------------------- */
@media only screen and (min-width: 60.001em) {
	#wrapper #mainnav.btb26-mainnav::after {
		content: none !important;
		display: none !important;
	}
	#wrapper #mainnav.btb26-mainnav {
		background: #9f9f9f !important;
	}
	#wrapper #mainnav.btb26-mainnav .btb26-nav-search {
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		flex: 1 1 auto;
		min-width: 3.2em;
		padding: 0 0.75em;
		background: #9f9f9f;
	}
	#wrapper #mainnav.btb26-mainnav .btb26-nav-search-form {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		margin: 0;
		max-width: 22em;
		width: auto;
	}
	#wrapper #mainnav.btb26-mainnav .btb26-nav-search-field {
		box-sizing: border-box;
		width: 0;
		max-width: 0;
		height: 2.25em;
		margin: 0;
		padding: 0;
		border: 0;
		border-radius: 0;
		opacity: 0;
		background: #fff;
		color: #333;
		font-family: Average, Georgia, serif;
		font-size: 0.92em;
		line-height: 1.2;
		transition: width 160ms ease, max-width 160ms ease, opacity 120ms ease, padding 160ms ease, border-color 160ms ease;
	}
	#wrapper #mainnav.btb26-mainnav .btb26-nav-search:hover .btb26-nav-search-field,
	#wrapper #mainnav.btb26-mainnav .btb26-nav-search:focus-within .btb26-nav-search-field {
		width: 17em;
		max-width: 17em;
		padding: 0.35em 0.6em;
		border: 1px solid #cfcfcf;
		border-right: 0;
		opacity: 1;
	}
	#wrapper #mainnav.btb26-mainnav .btb26-nav-search-submit {
		box-sizing: border-box;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 2.25em;
		height: 2.25em;
		margin: 0;
		padding: 0;
		border: 0;
		border-radius: 0;
		background: #9f9f9f;
		color: #fff;
		cursor: pointer;
		line-height: 1;
	}
	#wrapper #mainnav.btb26-mainnav .btb26-nav-search:hover .btb26-nav-search-submit,
	#wrapper #mainnav.btb26-mainnav .btb26-nav-search:focus-within .btb26-nav-search-submit {
		background: #7f7f7f;
	}
	#wrapper #mainnav.btb26-mainnav .btb26-nav-search-icon {
		display: block;
		width: 2.2em;
		height: 2.2em;
		fill: currentColor;
	}
}
@media only screen and (max-width: 60em) {
	#wrapper #mainnav.btb26-mainnav .btb26-nav-search {
		display: block;
		padding: 0.65em 0.75em;
		background: #8f8f8f;
		border-top: 1px solid rgba(255,255,255,0.25);
	}
	#wrapper #mainnav.btb26-mainnav .btb26-nav-search-form {
		display: flex;
		align-items: center;
		margin: 0;
		width: 100%;
	}
	#wrapper #mainnav.btb26-mainnav .btb26-nav-search-field {
		box-sizing: border-box;
		flex: 1 1 auto;
		min-width: 0;
		height: 2.45em;
		padding: 0.45em 0.7em;
		border: 1px solid #cfcfcf;
		border-right: 0;
		background: #fff;
		color: #333;
	}
	#wrapper #mainnav.btb26-mainnav .btb26-nav-search-submit {
		box-sizing: border-box;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 2.45em;
		height: 2.45em;
		border: 0;
		background: #7f7f7f;
		color: #fff;
	}
	#wrapper #mainnav.btb26-mainnav .btb26-nav-search-icon {
		width: 2.2em;
		height: 2.2em;
		fill: currentColor;
	}
}

/* BehindTheBlack26 header home link overlay, v26.0.27
-------------------------------------------------------------- */
#masthead #custom-header {
	position: relative;
}
#masthead #custom-header .btb26-header-home-link {
	position: absolute;
	left: 7.5%;
	top: 4%;
	width: 54%;
	height: 26%;
	display: block;
	z-index: 2;
	background: transparent;
	text-decoration: none;
	border: 0;
	box-shadow: none;
}
#masthead #custom-header .btb26-header-home-link:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

/* BehindTheBlack26 static sidebar search boxes, v26.0.41
-------------------------------------------------------------- */
#sidebar .btb26-sidebar-search {
	box-sizing: border-box;
	margin-bottom: 1.25em;
}
#sidebar .btb26-sidebar-search .btb26-sidebar-search-form {
	display: flex;
	align-items: stretch;
	gap: 0;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
}
#sidebar .btb26-sidebar-search .btb26-sidebar-search-field {
	box-sizing: border-box;
	flex: 1 1 auto;
	min-width: 0;
	height: 2.35em;
	margin: 0;
	padding: 0.45em 0.6em;
	border: 1px solid #aaa;
	border-right: 0;
	border-radius: 0;
	background: #fff;
	color: #333;
	font-family: Average, Georgia, serif;
	font-size: 0.95em;
	line-height: 1.2;
}
#sidebar .btb26-sidebar-search .btb26-sidebar-search-submit {
	box-sizing: border-box;
	flex: 0 0 auto;
	height: 2.35em;
	margin: 0;
	padding: 0 0.75em;
	border: 1px solid #333;
	border-radius: 0;
	background: #333;
	color: #fff;
	cursor: pointer;
	font-family: Average, Georgia, serif;
	font-size: 0.95em;
	font-weight: bold;
	line-height: 1.2;
}
#sidebar .btb26-sidebar-search .btb26-sidebar-search-submit:hover,
#sidebar .btb26-sidebar-search .btb26-sidebar-search-submit:focus {
	background: #555;
	border-color: #555;
}

#sidebar .btb26-sidebar-search-bottom {
	margin-top: 1.25em;
}
#wrapper #mainnav.btb26-mainnav .btb26-nav-search {
	display: none !important;
}


/* BehindTheBlack26 v26.0.43: threaded comments + action-link polish */
.btb26-comments-link,
.btb26-comments-link:hover,
.btb26-comments-link:focus,
.btb26-comments-link:active,
.btb26-comments-link:before,
.btb26-comments-link:hover:before,
.btb26-comments-link:focus:before {
	text-decoration: none;
}

#comments .commentlist,
#comments .commentlist .children {
	list-style: none;
}

#comments .commentlist .children {
	margin: 1.25em 0 0 1.75em;
	padding: 0 0 0 1.25em;
	border-left: 3px solid rgba(0,0,0,0.18);
}

#comments .commentlist .children .comment {
	margin-bottom: 1.25em;
	background: #fff;
	border: 1px solid #d0d0d0;
}

#comments .reply {
	margin-top: 0.75em;
}

#comments .reply a {
	display: inline-block;
	padding: 0.18em 0.55em;
	border: 1px solid #bbb;
	border-radius: 3px;
	background: #f7f7f7;
	color: #333;
	font-size: 0.9em;
	text-decoration: none;
}

#comments .reply a:hover,
#comments .reply a:focus {
	background: #eee;
	color: #000;
	text-decoration: none;
}

@media only screen and (max-width: 60em) {
	#comments .commentlist .children {
		margin-left: 0.65em;
		padding-left: 0.75em;
	}
}


/* BehindTheBlack26 v26.0.48: hard-coded sidebar promo blocks
-------------------------------------------------------------- */
#sidebar .btb26-book-promo-widget {
	box-sizing: border-box;
	overflow: hidden;
}

#sidebar .btb26-book-promo {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

#sidebar .btb26-book-promo-cover-link {
	display: block;
	float: left;
	margin: 0 0.85em 0.65em 0;
	line-height: 0;
}

#sidebar .btb26-book-promo-cover {
	display: block;
	width: 100px;
	height: auto;
	max-width: 100%;
}

#sidebar .btb26-book-promo-kicker {
	margin-top: 0;
}

#sidebar .btb26-book-promo-quote {
	clear: both;
	margin-top: 0.85em;
}

#sidebar .btb26-book-promo-quote cite {
	display: block;
	margin-top: 0.35em;
	font-style: normal;
}

@media only screen and (max-width: 30em) {
	#sidebar .btb26-book-promo-cover-link {
		float: none;
		margin: 0 0 0.75em;
	}
}

/* BehindTheBlack26 v26.0.48: hard-coded Tip Jar sidebar block
-------------------------------------------------------------- */
#sidebar .btb26-tipjar-widget {
	box-sizing: border-box;
	overflow: hidden;
}

#sidebar .btb26-tipjar {
	--btb26-tip-bg: #d9d9d9;
	--btb26-tip-panel: #eeeeee;
	--btb26-tip-text: #111111;
	--btb26-tip-border: #222222;
	--btb26-tip-muted: #444444;
	--btb26-tip-accent: #ffc439;
	--btb26-tip-accent-dark: #e6a900;
	--btb26-tip-blue: #003087;
	--btb26-tip-blue-2: #009cde;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	background: var(--btb26-tip-bg);
	color: var(--btb26-tip-text);
	border: 4px solid var(--btb26-tip-border);
	padding: 0.7rem;
	font-size: 0.96rem;
	line-height: 1.32;
}

#sidebar .btb26-tipjar *,
#sidebar .btb26-tipjar *::before,
#sidebar .btb26-tipjar *::after {
	box-sizing: border-box;
	max-width: 100%;
}

#sidebar .btb26-tipjar a {
	color: #0000ff;
	text-decoration: underline;
}

#sidebar .btb26-tipjar-header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.22);
	margin: 0 0 0.7rem;
	padding: 0 0 0.55rem;
}

#sidebar .btb26-tipjar-title {
	margin: 0;
	font-size: 1.12rem;
	line-height: 1.2;
	font-weight: 700;
}

#sidebar .btb26-tipjar-subtitle {
	margin: 0.25rem 0 0;
	color: var(--btb26-tip-muted);
	font-size: 0.88rem;
}

#sidebar .btb26-tipjar-grid {
	display: grid;
	gap: 0.65rem;
	width: 100%;
	min-width: 0;
}

#sidebar .btb26-tipjar-card {
	width: 100%;
	min-width: 0;
	background: var(--btb26-tip-panel);
	border: 1px solid rgba(0, 0, 0, 0.22);
	padding: 0.65rem;
}

#sidebar .btb26-tipjar-card h4 {
	margin: 0 0 0.32rem;
	font-family: inherit;
	font-size: 1.02rem;
	line-height: 1.2;
	font-weight: 700;
	font-style: italic;
}

#sidebar .btb26-tipjar-card p {
	margin: 0.42rem 0 0;
}

#sidebar .btb26-tipjar-actions {
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
	margin-top: 0.65rem;
	width: 100%;
	min-width: 0;
}

#sidebar .btb26-paypal-form {
	display: block;
	width: 100%;
	margin: 0;
	min-width: 0;
}

#sidebar .btb26-paypal-control {
	width: 100%;
	min-width: 0;
}

#sidebar .btb26-paypal-button,
#sidebar .btb26-patreon-button {
	appearance: none;
	width: 100%;
	max-width: 17rem;
	min-height: 2.45rem;
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 999px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.32rem;
	padding: 0.48rem 0.72rem;
	margin: 0 auto;
	font: inherit;
	font-size: 0.92rem;
	font-weight: 700;
	text-align: center;
	text-decoration: none !important;
	line-height: 1.1;
	white-space: nowrap;
}

#sidebar .btb26-paypal-button {
	background: var(--btb26-tip-accent);
	color: #111111 !important;
}

#sidebar .btb26-paypal-button:hover,
#sidebar .btb26-paypal-button:focus {
	background: var(--btb26-tip-accent-dark);
}

#sidebar .btb26-patreon-button {
	background: #ffffff;
	color: #111111 !important;
}

#sidebar .btb26-patreon-button:hover,
#sidebar .btb26-patreon-button:focus {
	background: #f4f4f4;
}

#sidebar .btb26-paypal-mark {
	display: inline-flex;
	align-items: baseline;
	gap: 0.02em;
	padding: 0;
	background: transparent;
	letter-spacing: -0.03em;
	font-weight: 800;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
	white-space: nowrap;
}

#sidebar .btb26-paypal-mark .btb26-paypal-pay {
	color: var(--btb26-tip-blue);
}

#sidebar .btb26-paypal-mark .btb26-paypal-pal {
	color: var(--btb26-tip-blue-2);
}

#sidebar .btb26-tipjar-select-label {
	display: block;
	margin: 0 0 0.35rem;
	font-weight: 700;
}

#sidebar .btb26-tipjar-select {
	display: block;
	width: 100%;
	max-width: 17rem;
	margin: 0 auto 0.55rem;
	padding: 0.4rem 0.45rem;
	font: inherit;
	font-size: 0.92rem;
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.35);
}

#sidebar .btb26-tipjar-check {
	text-align: center;
	font-size: 0.92rem;
	line-height: 1.42;
}

#sidebar .btb26-tipjar-address {
	display: inline-block;
	margin-top: 0.45rem;
	font-style: normal;
	text-align: center;
}

#sidebar .btb26-tipjar-note {
	font-weight: 700;
	color: #7a1d00;
}

#sidebar .btb26-book-promo-widget .promofont,
#sidebar .btb26-book-promo-widget .promofontQuote {
	margin-bottom: 0.8em;
}



/* BehindTheBlack26 v26.0.49: hard-coded Comment Rules sidebar block
-------------------------------------------------------------- */
#sidebar .btb26-comment-rules-widget .standout_item {
	margin: 0 0 0.75em;
}

#sidebar .btb26-comment-rules-widget .standout_item:last-child {
	margin-bottom: 0;
}


/* BehindTheBlack26 v26.0.50: built-in Recent Comments sidebar block
-------------------------------------------------------------- */
#sidebar .btb26-recent-comments-list,
#sidebar #btb26-recent-comments-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar .btb26-recent-comment,
#sidebar .btb26-recent-comments-list .recent-comment {
	list-style: none;
	margin: 0 0 0.72em;
	padding: 0;
	line-height: 1.28;
}

#sidebar .btb26-recent-comment:last-child {
	margin-bottom: 0;
}

#sidebar .btb26-recent-comment-date {
	color: #777777;
	font-size: 0.9em;
	white-space: nowrap;
}

#sidebar .btb26-recent-comment-date::before {
	content: " ";
}

#sidebar .btb26-recent-comment-excerpt {
	display: block;
	margin-top: 0.22em;
	color: #333333;
	font-size: 0.92em;
}

/* BehindTheBlack26 v26.0.51: comment cancel-reply spacing */
#cancel-comment-reply-link {
	display: inline-block;
	margin-left: 0.45em;
	font-size: 0.72em;
	vertical-align: baseline;
}

#cancel-comment-reply-link:hover,
#cancel-comment-reply-link:focus {
	text-decoration: underline;
}

