/*!

                     _
                 .-.(c)
          (_____( )  , "-.
                 `~  ~""`

*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/* Begin */

/* Web fonts */

@font-face {
	font-family: 'FreeSans';
	src: url('fonts/FreeSans.eot');
	src: url('fonts/FreeSans.eot?#iefix') format('embedded-opentype'),
		url('fonts/FreeSans.woff2') format('woff2'),
		url('fonts/FreeSans.woff') format('woff'),
		url('fonts/FreeSans.ttf') format('truetype'),
		url('fonts/FreeSans.svg#FreeSans') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: fallback;
}

@font-face {
	font-family: 'FreeSans';
	src: url('fonts/FreeSansOblique.eot');
	src: url('fonts/FreeSansOblique.eot?#iefix') format('embedded-opentype'),
		url('fonts/FreeSansOblique.woff2') format('woff2'),
		url('fonts/FreeSansOblique.woff') format('woff'),
		url('fonts/FreeSansOblique.ttf') format('truetype'),
		url('fonts/FreeSansOblique.svg#FreeSansOblique') format('svg');
	font-weight: normal;
	font-style: italic;
	font-display: fallback;
}

@font-face {
	font-family: 'FreeSans';
	src: url('fonts/FreeSansBold.eot');
	src: url('fonts/FreeSansBold.eot?#iefix') format('embedded-opentype'),
		url('fonts/FreeSansBold.woff2') format('woff2'),
		url('fonts/FreeSansBold.woff') format('woff'),
		url('fonts/FreeSansBold.ttf') format('truetype'),
		url('fonts/FreeSansBold.svg#FreeSansBold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: fallback;
}

@font-face {
	font-family: 'FreeSans';
	src: url('fonts/FreeSansBoldOblique.eot');
	src: url('fonts/FreeSansBoldOblique.eot?#iefix') format('embedded-opentype'),
		url('fonts/FreeSansBoldOblique.woff2') format('woff2'),
		url('fonts/FreeSansBoldOblique.woff') format('woff'),
		url('fonts/FreeSansBoldOblique.ttf') format('truetype'),
		url('fonts/FreeSansBoldOblique.svg#FreeSansBoldOblique') format('svg');
	font-weight: bold;
	font-style: italic;
	font-display: fallback;
}

:root {
	--sans: 'FreeSans', Helvetica, "Helvetica Neue", sans-serif;
	--serif: 'plantin', Georgia, serif;
	--link: blue;
	--lightgrey: #e3e3e3;
	--hover: #dfdfdf;
	--bg: #f6f6f6;
	--s: 1.8rem;
	--hover: 310ms ease-in-out;
}

.serif {
	font-family: var(--serif);
}

.bold {
	font-weight: bold;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

h2 {
	text-align: center;
	line-height: 2rem;
	width: 100%;
	margin: 0 auto;
}

h2.heading-center {
	text-align: center;
}

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

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

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
  text-decoration: none;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}


button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	box-sizing: border-box;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: var(--sans);
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 0 2rem;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

a {
	color: inherit;
}

a:visited {
	color: inherit;
}

a:hover,
a:focus,
a:active {
	color: inherit;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.custom-logo-link {
	display: inline-block;
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Begin */

img {
  display: block;
  width: 100%;
}

/* Nav */

.site-main {
	width: 95%;
	margin: 0 auto;
}

.main-navigation {
	width: 95%;
	margin: 0 auto;
	padding-top: .5em;
	margin-bottom: 3em;
}

.nav-fixed {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
}

.header-center {
	width: 70%;
}

.header-left .mouse-logo {
	width: 100%;
}

.mouse-reveal {
	height: auto;
	font-size: 1.25em;
	color: #404040;
}

.mouse-reveal:hover {
	color: var(--link);
}

.header-left, .header-right {
	flex: 1;
	display: flex;
	min-width: -webkit-min-content;
	width: 8%;
	padding-top: 1%;
}

.mobile-logo {
	display: none;
}

.header-left img {
	width: 50%;
	height: 100%;
}

.header-right {
	justify-content: flex-end;
	text-align: right;
	font-size: 1.25em;
}

.search-hover {
	cursor: pointer;
	text-decoration: none;
	color: #404040;
	
}

.search-hover:hover {
	color: var(--link);
	
}

.nav li::before {
	content: "";
	width: 1em;
	height: 1em;
	border-radius: 50%;
	display: inline-block;
	margin-right: .5em;
	vertical-align: text-bottom;
}

.nav {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-start;
	font-size: 1.25em;
	line-height: 1.25em;
	padding-top: .25em;
}

.nav a {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}

.nav a:hover {
	text-decoration: none;
	cursor: pointer;
	color: var(--link);
	
}

.nav ul {
	margin: 0;
	width: auto;
}

.nav li {
	padding: .5rem;
}

li.nonfiction::before {
	background: #00A88B;
}

li.poetry::before {
	background: #DD955C;
}

li.art::before {
	background: #F65A47;
}

li.fiction::before {
	background: #00BCE3;
}

li.crumbs::before {
	background: #995093;
}

.issuebar {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-start;
	font-size: 1.25em;
	line-height: 1.25em;
	margin: 0 0 0 0;
}

.issuebar a {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}

.issuebar a:hover {
	text-decoration: none;
	cursor: pointer;
	color: var(--link);
	
}

.issuebar li {
	padding: .5em;
}

.issuebar li::before {
	content: "\A";
	width: 1em;
	height: 1em;
	display: inline-block;
	margin-right: .5em;
	vertical-align: text-bottom;
}

.issuebar.archivebar li {
	padding: 1%;
	width: 30%;
	text-align: center;
}

.issuebar.archivebar li::before {
	content: "\A";
	display: inline-block;
	width: 0;
	height: 0;
	border-left: .65em solid transparent;
	border-right: .65em solid transparent;
	border-bottom: 1.12583302em solid #CCCCCC;
	margin-right: .5em;
	vertical-align: text-bottom;
}

.issuebar a.bar-about li::before {
	content: "\A";
	display: inline-block;
	width: 0;
	height: 0;
	border-left: .65em solid transparent;
	border-right: .65em solid transparent;
	border-bottom: 1.12583302em solid #FF8A24;
	margin-right: .5em;
	vertical-align: text-bottom;
}

.issuebar a.bar-shop li::before {
  content: "\A";
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-right: .5em;
  vertical-align: text-bottom;
  background: #4b1c09;
}

.issuebar a.bar-prize li::before {
  content: "\A";
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-right: .5em;
  vertical-align: text-bottom;
  background: #bac98c;
}

.issuebar a.bar-archive li::before {
  content: "\A";
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-right: .5em;
  vertical-align: text-bottom;
  background: #CCCCCC;
}

li.issue1::before {
	background: #FF4A21;
}

li.issue2::before {
	background: #CFFF7D;
}

li.issue3::before {
	background: #E5C4E4;
}

li.issue4::before {
	background: #ffd700;
}

li.issue5::before {
	background: #4C53D8;
}

li.issuearchive::before {
	background: transparent;
}

.more-posts span::before {
	content: "\A";
	display: inline-block;
	width: 0;
	height: 0;
	border-left: .7em solid transparent;
	border-right: .7em solid transparent;
	border-bottom: 1.21243556em solid #CCCCCC;
	margin-right: .5em;
	vertical-align: text-bottom;
}

span.issuearchive::before {
	background: #ffffff;
}

.more-posts {
	width: 100%;
	text-align: center;
	font-size: 1.25em;
	padding-top: 2em;
	padding-bottom: 2em;
}

.more-posts a {
	text-decoration: none;
	color: #404040;
	
}

.more-posts a:hover {
	color: var(--link);
	
}

/* Footer */

.site-footer {
	width: 95%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	font-size: 1.25em;
	border-top: 2px solid #000;
	padding-top: 1em;
	padding-bottom: 2em;
}

.home .site .site-footer {
	padding-bottom: 0;
}

.site-footer div a {
	text-decoration: none;
	color: #404040;
	
}

.site-footer div a:visited {
	text-decoration: none;
	color: #404040;
	
}

.site-footer div a:hover {
	color: var(--link);
	
}

/* Search */

.search-overlay {
	width: 100vw;
  height: 30dvh;
  position: fixed;
	top: 0;
	left: 0;
	background-color: #DCDCC7;
	display: none;
	z-index: 9999999999999999999999999999999;
	font-size: 1.25rem;
}

.search-close {
  position: relative;
  top: 1rem;
  cursor: pointer;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  font-size: 1.25rem;
}

.search-close:hover {
	color: var(--link);
	
}

.search-container {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.search-bar {
	width: 80%;
}

.searchform {
	text-align: center;
}

.searchform input[type="search"] {
	width: 100%;
	padding: 1em;
	margin-bottom: 1em;
	border: 2px solid #000;
	border-radius: 0;
	background-color: transparent;
	color: #000;
	font-family: var(--sans);
	font-size: 1.25rem;
}

.searchform input[type="submit"] {
	width: auto;
	border: none;
	border-radius: 0;
	background-color: transparent;
	color: #000;
	font-size: 1.25rem;
	cursor: pointer;
	
}

.searchform input[type="submit"]:hover {
	color: var(--link);
	
}

.no-results {
	text-align: center;
	font-size: 1.25em;
	padding-bottom: 2em;
}

.home-grid.search-grid {
	padding-bottom: 5em;
}

/* Category */

.category-heading {
	text-align: center;
	font-size: 1.25em;
	padding-bottom: 2em;
	border-top: 2px solid #000;
	padding-top: 1em;
}

.category-heading.new-heading {
	padding-bottom: 1rem;
}

/* article */

span.issue-span:before {
	content: "\A";
	width: 1em;
	height: 1em;
	display: inline-block;
	margin-right: .5em;
	margin-left: .5em;
	vertical-align: text-bottom;
}

.non-fiction:before {
	content: "\A";
	width: 1em;
	height: 1em;
	border-radius: 50%;
	display: inline-block;
	margin-right: .5em;
	margin-left: .5em;
	vertical-align: text-bottom;
	background: #00A88B;
}

.poetry:before {
	content: "\A";
	width: 1em;
	height: 1em;
	border-radius: 50%;
	display: inline-block;
	margin-right: .5em;
	margin-left: .5em;
	vertical-align: text-bottom;
	background: #DD955C;
}

.art:before {
	content: "\A";
	width: 1em;
	height: 1em;
	border-radius: 50%;
	display: inline-block;
	margin-right: .5em;
	margin-left: .5em;
	vertical-align: text-bottom;
	background: #F65A47;
}

.fiction:before {
	content: "\A";
	width: 1em;
	height: 1em;
	border-radius: 50%;
	display: inline-block;
	margin-right: .5em;
	margin-left: .5em;
	vertical-align: text-bottom;
	background: #00BCE3;
}

.crumbs:before {
	content: "\A";
	width: 1em;
	height: 1em;
	border-radius: 50%;
	display: inline-block;
	margin-right: .5em;
	margin-left: .5em;
	vertical-align: text-bottom;
	background: #995093;
}

.article-nav {
	width: 95%;
	margin: 0 auto;
	padding-top: 1.5em;
	font-size: 1.25em;
	line-height: 1.25em;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
}

.article-title, .article-contributor {
	width: 60%;
}

.article-contributor {
	font-size: 1.5rem;
	line-height: 2rem;
	padding-top: .75rem;
}

.article-back, .article-share {
	flex: 1;
	display: flex;
	min-width: -webkit-min-content;
	flex-flow: column wrap;
}

.article-logo {
	width: 6em;
}

.article-logo img {
	margin: 0 auto;
	width: 100%;
}

.back-arrow {
	font-size: 2.5em;
	color: #FF8A24;
}

.article-share {
	justify-content: flex-end;
	flex-flow: column wrap;
}

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

.article-back a, .article-share a {
	text-decoration: none;
	color: #404040;
	
}

.article-back a:visited, .article-share a:visited {
	text-decoration: none;
	color: #404040;
	
}

.article-back a:hover, .article-share a:hover {
	color: var(--link);
	
}

.article-heading {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	font-size: 3rem;
	line-height: 1.25em;
	padding-top: 3rem;
}

.article-heading.with-line {
	border-top: 2px solid #000;
}

.article-heading a {
	text-decoration: none;
	color: #404040;
	
}

.article-heading a:hover {
	color: var(--link);
	
}

.article-meta {
	margin: 0 auto;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.5em;
	margin-top: .25rem;
	margin-bottom: 1.5rem;
}

.article-meta a {
	text-decoration: none;
	color: #404040;
	
}

.article-meta a:hover {
	color: var(--link);
	
}

.article-image {
	width: 75%;
}

.article-image img {
	width: 100%;
}

.article-image-caption, figcaption {
	font-family: var(--sans);
	text-align: center;
  font-size: 1rem;
  opacity: 0.8;
}

figcaption {
  margin-top: 1rem;
}

.article-content {
	width: 55%;
	margin: 0 auto;
	font-family: var(--serif);
	font-size: 1.2rem;
	line-height: 1.8rem;
	padding-bottom: 3rem;
	padding-top: 1.5rem;
}

.article-content p a {
  color: var(--link);
}

.article-content p a:hover {
  text-decoration: underline;
}

.article-content p span.align-center {
  display: block;
  text-align: center;
}

.article-content p span.align-right {
  display: block;
  text-align: right;
}

.article-content pre {
	font-family: var(--serif);
	background: none;
	background-color: none;
	padding: 0;
	line-height: inherit;
}

.pull-quote {
	font-size: 2.25em;
	line-height: 1.25em;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: -2em;
	padding-left: 1em;
}

.newsletter-box {
	width: 80%;
	margin: 0 auto;
	background-color: #E2E2E2;
	padding: 5%;
	margin-bottom: 2em;
	margin-top: 2em;
	font-family: var(--sans);
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: space-between;
}

.newsletter-box-signup {
	width: 75%;
	padding-top: .5em;
	font-size: 1em;
}

#tlemail {
	border: 2px solid #404040;
	border-radius: 0;
	padding: .25em;
	width: 75%;
	margin-right: 1em;
	font-family: var(--sans);
	font-size: 1em;
	background: #E2E2E2;
}

#tlsubmit {
	border: none;
	padding: .25em;
	cursor: pointer;
	background: none;
	color: #404040;
	font-family: var(--sans);
	font-size: 1em;
	
}

#tlsubmit:hover {
	color: #fd8a23;
	
}

.article-end-logo {
	padding-bottom: 2em;
	font-size: 1.25em;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.article-end-logo.lil-padding {
	padding-top: 3em;
}

.article-end-logo img {
	margin-top: 1rem;
	width: 7rem;
	margin-bottom: .2rem;
}

.share-end {
	margin-top: 1rem;
}

.article-grid {
	padding-top: 0;
	padding-bottom: 3em;
}

.share-end a {
	text-decoration: none;
	color: #404040;
	
}

.share-end a:hover {
	text-decoration: none;
	color: var(--link);
	
}

.article-logo.about-page {
	width: 10%;
	height: auto;
}

.article-logo.about-page img {
	width: 100%;
	height: auto;
}

.page-template-about .site .site-footer {
    padding-bottom: 0;
}

.article-content.about-page {
	padding-bottom: 2em;
}

.twocol {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
}

/* Carousel */

.main-carousel {
	padding-top: 3em;
}

.carousel-cell {
	min-width: 100%;
}

.carousel-cell img {
	max-height: 75vh;
}

.flickity-slider {
  display: flex;
  align-items: center;
}

.flickity-button {
  background: transparent;
}

.flickity-button-icon {
  fill: #f65a47;
}

.flickity-button:disabled {
  display: none;
}

.flickity-page-dots {
  bottom: -22px;
}

.flickity-page-dots .dot {
  height: 4px;
  width: 40px;
  margin: 0;
  border-radius: 0;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
  background: #f65a47;
}

.flickity-enabled.is-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 999999999999999 !important;
  padding-bottom: 2.5em;
  z-index: 1;
}

.flickity-enabled.is-fullscreen .flickity-page-dots .dot {
    background: #333;
}

.flickity-enabled.is-fullscreen .flickity-page-dots .dot.is-selected {
    background: #f65a47;
}

.main-carousel.is-fullscreen .flickity-viewport .flickity-slider img {
	max-height: 100%;
}

/* Progress Bar */

progress::-webkit-progress-bar {
  background-color: transparent;
}

progress.prog-non-fiction {
	color: #1aa78b;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1em;
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	border: none;
	background-color: transparent;
	z-index: 5000;
}

progress.prog-non-fiction::-webkit-progress-value {
	background-color: #1aa78b !important;
}

progress.prog-non-fiction::-moz-progress-bar {
	background-color: #1aa78b !important;
}

progress.prog-poetry {
	color: #dd955c;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	border: none;
	background-color: transparent;
	z-index: 5000;
}

progress.prog-poetry::-webkit-progress-value {
	background-color: #dd955c !important;
}

progress.prog-poetry::-moz-progress-bar {
	background-color: #dd955c !important;
}

progress.prog-art {
	color: #f65a47;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	border: none;
	background-color: transparent;
	z-index: 5000;
}

progress.prog-art::-webkit-progress-value {
	background-color: #f65a47 !important;
}

progress.prog-art::-moz-progress-bar {
	background-color: #f65a47 !important;
}

progress.prog-fiction {
	color: #20bce3;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	border: none;
	background-color: transparent;
	z-index: 5000;
}

progress.prog-fiction::-webkit-progress-value {
	background-color: #20bce3 !important;
}

progress.prog-fiction::-moz-progress-bar {
	background-color: #20bce3 !important;
}

progress.prog-crumbs {
	color: #995193;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	border: none;
	background-color: transparent;
	z-index: 5000;
}

progress.prog-crumbs::-webkit-progress-value {
	background-color: #995193 !important;
}

progress.prog-crumbs::-moz-progress-bar {
	background-color: #995193 !important;
}

/* Stack */

.grid-item.pile {
	position: relative;
	height: 500px;
}

.grid-item.pile img {
	position: absolute;

}

/* Home */

.back-to-top {
	z-index: 999999999999999999999999999999;
	width: 100%;
	position: fixed;
	top: 0;
	padding-top: .1em;
  
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}

.btt-container {
	height: auto;
	width: auto;
	font-size: 3.5em;
	text-align: center;
	color: #fd8a23;
	
	cursor: pointer;
}

.back-to-top:hover img {
	fill: grey;
  
}

.back-to-top img {
	height: 2em;
	width: auto;
}

.headroom {
  will-change: transform;
  transition: transform .25s linear;
}
.headroom--pinned {
  transform: translateY(0%);
}
.headroom--unpinned {
  transform: translateY(-100%);
}

.home-grid {
	width: 100%;
}

.grid-sizer,
.grid-item { width: calc(33% - 4rem) }

.grid-item {
	margin: 2rem;
	font-family: var(--sans);
	color: #000;
	font-size: 1.25em;
}

.grid-item:before {
	background-color: #ffffff;
	content:"";
  position: absolute;
  /* height: 110%;
  top: -5%;
  width: 110%;
  left: -5%; */
  z-index: -1;
}

.grid-item:hover:before  {
  content:"";
  background-color: var(--lightgrey);
  position: absolute;
  height: 110%;
  top: -5%;
  width: 110%;
  left: -5%;
  z-index: -1;
  
}

.grid-item a {
	text-decoration: none;
	color: #000;
	
}

.grid-title {
	font-size: 1.4em;
	line-height: 1.25em;
}

.grid-by {
	padding-bottom: .5em;
	font-size: 1.4em;
	line-height: 1.25em;
}

.trip-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.mobile-trip-image {
	display: none;
	width: 100%;
	height: auto;
}

.mobile-trip-image img {
	width: 100%;
	height: auto;
}

.more-link {
	position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
}

.grid-image img {
	width: 100%;
}

.grid-meta {
	padding-top: .5em;
	padding-bottom: .5em;
}

.grid-excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-family: var(--serif);
  font-size: 1.2rem;
	margin-bottom: 1rem;
}

.grid-meta .issue-1:before {
	margin-left: 0;
}

.grid-meta .issue-2:before {
	margin-left: 0;
}

.grid-meta .issue-3:before {
	margin-left: 0;
}

.grid-meta .issue-4:before {
	margin-left: 0;
}

.grid-meta .issue-5:before {
	margin-left: 0;
}

.grid-meta .issue-6:before {
	margin-left: 0;
}

.grid-meta .issue-7:before {
	margin-left: 0;
}

.grid-meta .issue-8:before {
	margin-left: 0;
}

.home-container {
	display: grid;
	grid-template-columns: 70% 30%;
}

.home-trip {
	width: 100%;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.trip-container {
	display: grid;
	grid-template-columns: 40% 60%;
}

.trip-container:hover {
	background-color: var(--hover);
}

.trip-slide {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.trip-slide-left {
	height: 100%;
	padding: 2rem 2rem 2rem 2rem;
	box-sizing: border-box;
}

.trip-slide-right {
	height: 100%;
	padding: 2rem 0 2rem 2rem;
	box-sizing: border-box;
}

.grid-title.trip {
	font-size: 2.25em;
	line-height: 1.25em;
	color: #000;
}

.grid-by.trip {
	padding-bottom: 0;
	font-size: 2.25em;
	line-height: 1.25em;
	color: #000;
}

.grid-by.trip a {
	text-decoration: none;
	color: #000;
}

.grid-meta.trip {
	font-size: 1.25em;
	padding-top: .5em;
	padding-bottom: .5em;
}

.grid-meta.trip a {
	text-decoration: none;
	color: #000;
}

.grid-excerpt.trip {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-family: var(--serif);
  font-size: 1.25rem;
  margin-bottom: 4em;
  padding-top: 1em;
}

.trip-slide-right img {
	width: auto;
	height: 40dvh;
}

.slick-slider {
	height: min-content;
	/* background-color: var(--bg); */
}

.slick-slide {
	/* background-color: var(--bg); */
}

.trip-nav {
	background-color: grey;
	width: 100%;
	height: 1.25em;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.tn-1, .tn-2, .tn-3 {
	width: 33.33%;
	height: 100%;
	cursor: pointer;
}

.tn-1.tripnon-fiction.tn-active {
	
	background-color: #00A88B;
}

.tn-1.trippoetry.tn-active {
	
	background-color: #DD955C;
}

.tn-1.tripart.tn-active {
	
	background-color: #F65A47;
}

.tn-1.tripfiction.tn-active {
	
	background-color: #00BCE3;
}

.tn-1.tripcrumbs.tn-active {
	
	background-color: #995093;
}

.tn-2.tripnon-fiction.tn-active {
	
	background-color: #00A88B;
}

.tn-2.trippoetry.tn-active {
	
	background-color: #DD955C;
}

.tn-2.tripart.tn-active {
	
	background-color: #F65A47;
}

.tn-2.tripfiction.tn-active {
	
	background-color: #00BCE3;
}

.tn-2.tripcrumbs.tn-active {
	
	background-color: #995093;
}

.tn-3.tripnon-fiction.tn-active {
	
	background-color: #00A88B;
}

.tn-3.trippoetry.tn-active {
	
	background-color: #DD955C;
}

.tn-3.tripart.tn-active {
	
	background-color: #F65A47;
}

.tn-3.tripfiction.tn-active {
	
	background-color: #00BCE3;
}

.tn-3.tripcrumbs.tn-active {
	
	background-color: #995093;
}

.tripnon-fiction:hover {
	
	background-color: #00A88B;
}

.trippoetry:hover {
	
	background-color: #DD955C;
}

.tripart:hover {
	
	background-color: #F65A47;
}

.tripfiction:hover {
	
	background-color: #00BCE3;
}

.tripcrumbs:hover {
	
	background-color: #995093;
}

/* Archive */

section.archive-issue.closed {
	height: 26dvh;
	overflow: hidden;
	transition: var(--hover);
}

section.archive-issue.closed > * {
	pointer-events: none;
}

section.archive-issue.open {
	height: 100%;
	overflow: hidden;
	transition: var(--hover);
}

section.archive-issue.closed:hover {
	height: 35dvh;
	background-color: var(--bg);
	cursor: pointer;
}

.home-grid.archive {
	padding-bottom: 2em;
	padding-top: 1rem;
}

.grid-item.archive {
	text-align: center;
	margin: 1.5rem 2rem 0rem 2rem;
	width: 20%;
}

.grid-by.archive {
	padding-bottom: 0;
}

.category-heading.archive {
	padding-bottom: 0;
}

.category-heading.archive span:before {
	margin-left: 0;
}

.grid-item.archive .grid-meta {
	padding: 0;
}

.grid-item.archive .grid-by {
	padding: 0.25rem;
}

/*
Media Queries
*/

@media only screen and (max-width: 950px) {
	
.trip-container {
	grid-template-columns: 1fr;
}
	
.twocol {
	grid-template-columns: 1fr;
}

.issuebar.archivebar li {
	width: 60%;
}

.article-content {
  width: 85%;
}

.pull-quote {
  font-size: 1.75rem;
  line-height: 1.25rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 0em;
  padding-left: 0em;
}

.newsletter-box {
	width: 100%;
}

}

/* None */

span.None {
	display: none;
}

.grid-meta span:first-of-type:after {
	content: ", ";
}

.grid-meta.crumb span:first-of-type:after {
	content: "";
}

.grid-meta.crumb .crumbs:before {
	margin-left: 0;
}

.grid-meta.None span:before {
	margin-left: 0;
}

.archive span:after {
	display: none;
}

/* Sonnet */

.article-content.sonnet p {
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 0;
	margin-top: 0;
}

/* Kirby */

span.caps {
	font-variant: small-caps;
}
span.overlap {
	letter-spacing: -4px;
}

/* Spacing */

span.space-1 {
  padding-left: 1rem;
}

span.space-2 {
  padding-left: 2rem;
}

span.space-3 {
  padding-left: 3rem;
}

span.space-4 {
  padding-left: 4rem;
}

span.space-5 {
  padding-left: 5rem;
}

span.space-6 {
  padding-left: 6rem;
}

span.space-7 {
  padding-left: 7rem;
}

span.space-8 {
  padding-left: 8rem;
}

span.space-9 {
  padding-left: 9rem;
}

span.space-10 {
  padding-left: 10rem;
}

span.space-11 {
  padding-left: 11rem;
}

span.space-12 {
  padding-left: 12rem;
}

span.space-13 {
  padding-left: 13rem;
}

span.space-14 {
  padding-left: 14rem;
}

span.space-15 {
  padding-left: 15rem;
}

/* Text block indents */

.text-block.indent-one {
	padding-left: 1rem;
}

.text-block.indent-two {
	padding-left: 2rem;
}

.text-block.indent-three {
	padding-left: 3rem;
}

.text-block.indent-four {
	padding-left: 4rem;
}

.text-block.indent-five {
	padding-left: 5rem;
}

.text-block.indent-six {
	padding-left: 6rem;
}

.text-block.indent-seven {
	padding-left: 7rem;
}

.text-block.indent-eight {
	padding-left: 8rem;
}

/* Breaks */

span.break-1, span.break-2, span.break-3, span.break-4, span.break-5, span.break-6, span.break-7, span.break-8, span.break-9, span.break-10 {
  display: inline-block;
  width: 100%;
}

span.break-1 {
  height: var(--s);
}

span.break-2 {
  height: calc(var(--s) * 2);
}

span.break-3 {
  height: calc(var(--s) * 3);
}

span.break-4 {
  height: calc(var(--s) * 4);
}

span.break-5 {
  height: calc(var(--s) * 5);
}

span.break-6 {
  height: calc(var(--s) * 6);
}

span.break-7 {
  height: calc(var(--s) * 7);
}

span.break-8 {
  height: calc(var(--s) * 8);
}

span.break-9 {
  height: calc(var(--s) * 9);
}

span.break-10 {
  height: calc(var(--s) * 10);
}

.article-content figure {
  margin: 2rem auto;
}

.article-content figure.nomargin-true {
  margin: 0;
}

.article-content figure.nintey {
  width: 90%;
}

.article-content figure.eighty {
  width: 80%;
}

.article-content figure.seventy {
  width: 70%;
}

.article-content figure.sixty {
  width: 60%;
}

.article-content figure.fifty {
  width: 50%;
}

.article-content figure.forty {
  width: 40%;
}

.article-content figure.thirty {
  width: 30%;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Crumbs */

.crumbs-container {
	padding-left: 2rem;
}

.crumbs-scroll {
	height: 100%;
	overflow-y: scroll;
	font-family: var(--serif);
}

.crumb-item {
	border-bottom: 2px dotted black;
	padding: 1rem 0 1rem 0;
}

/* Shop */

.shop-content p a {
	padding: 1rem;
	background-color: #4b1c09;
	color: white;
	font-family: var(--sans);
	border-radius: 2rem;
	text-decoration: none;
	margin: 0 auto;
	display: block;
	width: max-content;
}

/* Crumbs/Triptych */

section.triptych {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
	border-top: 2px solid #000;
	overflow: hidden;
	max-height: 100%;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.crumbs-area, .trip-area {
	max-height: 80dvh;
	padding: 0 2rem 0 2rem;
}

.crumbs-area, .the-crumbs, .trip-area {
	max-height: 70dvh;
}

.crumbs-area {
	max-height: min-content;
	border-left: 2px solid black;
}

.the-trips {
	background: transparent;
	background-image: radial-gradient(var(--lightgrey) 1.5px, transparent 0);
	background-size: 18px 18px;
	background-position: -18px -18px;
	height: 100%;
	position: relative;
}

.trip-nav {
	position: absolute;
	bottom: 0;
}

.the-trips:hover {
	background-color: var(--lightgrey);
}

.ct-heading {
	text-align: center;
	font-size: 1.25em;
	padding-bottom: 2em;
	padding-top: 1em;
}

.category-heading.new-heading {
	padding-bottom: 1rem;
}

.the-crumbs {
	background-color: #f2eade;
	width: 100%;
	overflow-y: scroll;
	padding: 0 3rem 0 3rem;
	position: relative;
}

.the-crumbs::-webkit-scrollbar { 
		display: none;
}

.crumbs-heading {
	text-align: center;
	font-size: 1.25rem;
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.crumb {
	border-bottom: 1.5px dotted black;
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.crumb:last-of-type {
	border-bottom: none;
}

.new-slide {
	width: 100%;
	padding: 0 3rem 0 3rem;
	height: min-content;
}

.new-slide .grid-image {
	max-height: 35dvh;
	overflow: hidden;
	object-fit: cover;
}

.crumbs-page {
	max-width: 60ch;
	margin: 0 auto;
	padding-bottom: 4rem;
}

body.page-crumbs, body.page-crumbnew {
	background-color: #f1eadf;
}

.more-crumbs {
	position: sticky;
	bottom: 0;
	width: 100%;
	height: 5rem;
	padding: 0;
	background-color: #f1eadf;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: flex-end;
	align-items: center;
	background: linear-gradient(to top, rgba(241, 234, 223, 1) 60%, rgba(241, 234, 223, 0) 100%);
	padding-bottom: 1rem;
}

/* Contributors marquee */

.contributors {
	border-top: 2px solid black;
	width: 100%;
	padding-bottom: 1rem;
}

.contributors-list {
	white-space: nowrap;
	overflow: hidden; /* Optional: Hides overflow text if it exceeds the container */
	text-overflow: ellipsis;
	font-size: 2rem;
	width: 100%;
	position: relative;
}

.contributors-list span {
	display: inline-block;
	animation: marquee 300s linear infinite;
}

@keyframes marquee {
0% {
	transform: translateX(0%); /* Start just outside the right edge of the container */
}
100% {
	transform: translateX(-100%); /* End just outside the left edge of the container */
}
}

.contributors-list a {
	color: yellow;
	-webkit-text-stroke: 2.5px black;
	paint-order: stroke fill;
	letter-spacing: 1px;
}

.contributors-list a:visited {
	color: yellow;
	-webkit-text-stroke: 2.5px black;
	paint-order: stroke fill;
	letter-spacing: 1px;
}

/* New home */

section.home-section {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
}

section.home-section .category-heading {
	padding-bottom: 1rem;
}

.shop-select .article-content {
	width: 100%;
}

@media only screen and (max-width: 850px) {
	
.crumbs-page {
	width: 95%;
	margin: 0 auto;
	padding-bottom: 4rem;
}
	
section.triptych {
	grid-template-columns: 1fr;
}

.crumbs-area, .trip-area {
	max-height: 50dvh;
	padding: 0;
}

.crumbs-area, .the-crumbs, .trip-area {
	max-height: 50dvh;
}

.crumbs-area {
	max-height: 100%;
}

.trip-area {
	display: none;
}

section.home-section {
		grid-template-columns: 1fr;
}
	
.nav-fixed {
	font-size: 0.9rem;
}

.issuebar li, .nav li {
	padding: 0.35rem;
}

.header-right {
	display: block;
	width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.5rem;
}

.header-center {
  width: 100%;
  margin: 0 auto;
}

.nav-fixed {
	flex-wrap: wrap;
}

.mobile-logo img {
	width: 18%;
}

.mobile-logo {
	width: 100%;
	display: flex;
	flex-direction: nowrap;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-start;
}

.header-left {
	display: block;
	width: 50%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.25rem;
}

.nav {
  flex-wrap: wrap;
  font-size: 1.5em;
  line-height: 1em;
  padding-top: .25em;
}

.main-navigation {
  margin-bottom: 1rem;
}

.issuebar {
  flex-wrap: wrap;
  font-size: 1.5em;
  line-height: 1em;
  margin: 0 0 0 0;
}

.grid-item {
  width: 44%;
  margin: 3%;
}

.home-trip {
  max-height: 100%;
  min-height: 100%;
  margin-bottom: 1em;
}

.mobile-trip-image {
	display: block;
	padding-top: 1em;
}

.key-info {
	display: none;
}

.grid-meta.trip {
  font-size: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 0em;
  line-height: 1rem;
}

.grid-excerpt.trip {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-family: var(--serif);
  font-size: 1.25rem;
  margin-bottom: 1em;
  padding-top: 0em;
}

.trip-slide-left {
  width: 100%;
  height: 100%;
  float: left;
  padding-left: 2%;
  padding-top: 2%;
  padding-right: 2%;
  padding-bottom: 2%;
  box-sizing: border-box;
}

.trip-slide-right {
  display: none;
  width: 100%;
  height: 50vh;
  float: left;
  padding-top: 0%;
  padding-right: 2%;
  padding-left: 2%;
  padding-bottom: 0%;
  box-sizing: border-box;
}

.site-footer {
	flex-wrap: wrap;
}

.footer-about, .footer-follow {
	width: 50%;
	padding-bottom: 1em;
}

.footer-donate, .footer-newsletter {
	width: 50%;
}

.article-content.about-page {
	padding-bottom: 1em;
}

.article-logo.about-page {
  width: 20%;
  height: auto;
}

.article-end-logo img {
  margin-top: 1em;
  width: 20%;
  margin-bottom: .5em;
}

.article-grid.home-grid > div:last-of-type {
	display: none;
}

}

@media only screen and (max-width: 550px) {

.header-right {
  font-size: 1.25em;
}

.mobile-logo img {
	width: 25%;
}

.header-left {
  font-size: 1.10em;
}

.nav {
  font-size: 1.25em;
}

.main-navigation {
  margin-bottom: 1rem;
}

.issuebar {
  font-size: 1.25em;
}

.grid-item {
  width: 96%;
  margin: 2%;
}

.home-trip {
	font-size: 1.25rem;
}

.grid-title.trip, .grid-by.trip {
  font-size: 1.4em;
  line-height: 1.25em;
}

.grid-meta.trip {
	font-size: 1em;
}

.grid-excerpt.trip {
	font-size: .75em;
}

.article-grid.home-grid {
	width: 95%;
	margin: 0 auto;
}

.article-content {
  width: 95%;
  font-size: 1.25rem;
}

.article-image {
	width: 95%;
}

.article-meta {
	font-size: 1.15rem;
}

.article-nav {
	width: 90%;
}

.site-footer {
	width: 90%;
}

.article-heading {
	font-size: 2.25rem;
	padding-top: 1.5rem;
}

.article-end-logo > a:first-child {
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
}

.article-title, .article-contributor {
	width: 100%;
}

.article-nav {
  margin: 0 auto;
  padding-top: .75em;
  font-size: 1.25em;
  line-height: 1.25em;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

.article-logo {
  width: 7em;
}

.article-logo {
	margin: 0 auto;
}

.article-share {
	display: none;
}

.newsletter-box-signup {
  width: 100%;
  padding-top: 1em;
}

#tlsubmit {
  padding: 0;
  padding-top: .75em;
}

.footer-follow a:first-child:before, .footer-newsletter a:first-child:before, .footer-donate a:first-child:before {
	content: "\A";
	white-space: pre;
}

}
