body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: Georgia, TimesNewRoman, 'Times New Roman', Times, Baskerville, serif;
	font-size: 115%;
	font-style: normal;
	text-rendering: optimizeLegibility;
	line-height: 1.5;
}
.smag2023-block__excerpt p,
.entry-categories,
.entry-dek {
	font-family: "Avenir Next", Arial, sans-serif;
}

.entry-title,
.entry-dek,
.byline {
	text-align: center;
}
.byline {
	padding-top: 10px;
	font-weight: 600;
	text-align: left;
}
@media (min-width: 1200px) {
	body { font-size: 115%; }
}

/*
@media (min-width: 1300px) {
	body { font-size: 120%; }
}

@media (min-width: 1400px) {
	body { font-size: 125%; }
}

@media (min-width: 1500px) {
	body { font-size: 130%; }
}

@media (min-width: 1600px) {
	body { font-size: 140%; }
}
*/
h1, h2, h3, h4, h5, h6 {
	font-family: "Gloock", Georgia, TimesNewRoman, 'Times New Roman', Times, Baskerville, serif;
	font-weight: 400;
	font-style: normal;
	text-rendering: optimizeLegibility;
	margin: 1.5em 0 .65em;
	line-height: 1.1em;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
	margin-top: 0;
}

h1 {
	font-size: 1.9em;
}

h2 {
	font-size: 1.6875em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.375em;
}

h5 {
	font-size: 1.15em;
}

h6 {
	font-size: 1em;
}

@media (min-width: 768px) {
	h1 {
		font-size: 2.625em;
	}

	h2 {
		font-size: 1.875em;
	}

	h3 {
		font-size: 1.625em;
	}

	h4 {
		font-size: 1.5em;
	}
}

p, blockquote, ul, ol, address, dd, figure, table {
	margin: 1.5em 0;
}

/*p:first-child, blockquote:first-child, ul:first-child, ol:first-child, address:first-child, dd:first-child, figure:first-child, table:first-child {
	margin-top: 0;
}*/

p:first-of-type, blockquote:first-of-type, ul:first-of-type, ol:first-of-type, address:first-of-type, dd:first-of-type, figure:first-of-type, table:first-of-type {
	margin-top: 0;
}

p:last-child, blockquote:last-child, ul:last-child, ol:last-child, address:last-child, dd:last-child, figure:last-child, table:last-child {
	margin-bottom: 0;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	line-height: 1.35;
	margin: 0 0 1.5em;
	padding: .65em 1.35em;
	border-width: 0 0 0 5px;
	border-style: solid;
	border-color: #f7982e;
	background: #EFEFEF;
	font-size: 1.15em;
	/*font-style: italic;*/
	quotes: "\201C" "\201D" "\201C" "\201D";
}

blockquote::before {
	content: open-quote;
	float: left;
	height: 0;
	line-height: .32em;
	margin: .25em .05em 0 -.08em;
	font-size: 8em;
	font-style: normal;
	color: #CCCCCC;
}

blockquote.tiktok-embed,
blockquote.twitter-embed,
blockquote.twitter-tweet {
	padding: 0;
	border: none;
	background: none;
	font-size: 1em;
	font-style: normal;
}

blockquote.tiktok-embed::before,
blockquote.twitter-embed::before,
blockquote.twitter-tweet::before {
	content: '';
	display: none;
}

pre {
	background: #EEEEEE;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375em;
	line-height: 1.6;
	margin: 0 0 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375em;
}

abbr, acronym {
	border-bottom: 1px dotted #666666;
	cursor: help;
}

mark, ins {
	background: #FFF9C0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
	background: #FFFFFF;
}

::selection {
	background-color: rgba(246, 147, 34, 0.5);
}

::-moz-selection {
	background-color: rgba(246, 147, 34, 0.5);
}

hr {
	background-color: #CCCCCC;
	margin: 1.5em 0;
	border: none;
	height: 1px;
}

ul, ol {
	list-style-position: outside;
	padding: 0;
}

ul {
	list-style-type: disc;
	margin-left: 1.1em;
}

ol {
	list-style: decimal;
	margin-left: 1.6em;
}

li ul, li ol {
	margin-left: 1.15em;
	margin-bottom: 0;
}

dt {
	font-weight: 600;
}

dd {
	margin-right: 1.5em;
	margin-left: 1.5em;
}

img {
	display: inline-block;
	vertical-align: baseline;
	max-width: 100%;
	height: auto;
	border: none;
	-ms-interpolation-mode: bicubic;
}

img::selection {
	background: transparent;
}

img::-moz-selection {
	background: transparent;
}

table {
	width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	transition: color 350ms;
	color: #f7982e;
	text-decoration: none;
	outline: 0;
}

a:hover, a:focus, a:active {
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	transition: background-color 350ms ease-out, color 350ms;
	/*height: 2.2em;*/
	border: none;
	border-radius: 3px;
	background: #f7982e;
	color: rgba(255, 255, 255, 0.9);
	font-size: 1em;
	line-height: 1;
	padding: .6em 1em .4em;
	vertical-align: bottom;
}

button:hover, button:active, button:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
	background: #F6910D;
	color: #FFFFFF;
}

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 {
	transition: box-shadow 0.45s, border-color 0.35s ease-in-out;
	box-sizing: border-box;
	height: 2.2em;
	max-width: 100%;
	background: none;
	color: #666666;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	padding: 0 .35em;
	vertical-align: bottom;
}

textarea {
	width: 100%;
}

select {
	box-sizing: border-box;
	border: 1px solid #CCCCCC;
}

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, select:focus {
	border-color: #888888;
	box-shadow: inset 0 0 .35em rgba(0, 0, 0, .35);
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	max-width: 100%;
	margin-top: .25em;
	margin-right: 2%;
	margin-bottom: 1em;
}

.alignright {
	display: inline;
	float: right;
	max-width: 100%;
	margin-top: .25em;
	margin-left: 2%;
	margin-bottom: 1em;
}

.aligncenter {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) {
	.alignleft {
		max-width: 48%;
		margin-bottom: .5em;
	}

	.alignright {
		max-width: 48%;
		margin-bottom: .5em;
	}
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text,
.wp-caption .wp-caption-dd {
	display: block;
	line-height: 1.25;
	padding-top: .25em;
	color: #777777;
	font-size: .8em;
}

/*--------------------------------------------------------------
## Helpers
--------------------------------------------------------------*/
.hide {
	display: none !important;
}

.soft-hide {
	display: none;
}

@media (max-width: 599px) {
	.hide-small,
	.show-medium,
	.show-large {
		display: none !important;
	}
}

@media (min-width: 600px) and (max-width: 1199px) {
	.hide-medium,
	.show-large {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.hide-large {
		display: none !important;
	}
}

.wrap {
	padding-right: 1.25em;
	padding-left: 1.25em;
}

@media (min-width: 768px) {
	.wrap {
		/*padding-right: 3.75em;
		padding-left: 3.75em; */
	}
}

.container {
	position: relative;
/*	max-width: 81.25em; */
	max-width: 1280px;
	margin: auto;
}

.relative {
	position: relative;
}

.clear:before,
.clear:after,
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.clearfix:after {
	clear: both;
}

.underlined {
	padding-bottom: .15em;
	border-bottom: 3px solid;
	border-color: inherit;
}