/*!
Theme Name: Sentinel
Theme URI: https://atlanticsentinel.com/
Author: Nick Ottens
Author URI: https://www.nickottens.com/
Description: Atlantic Sentinel theme
Version: 2.0
Tested up to: 5.4
Requires PHP: 5.6

sentinel is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
# Layouts
# Components
	- Masthead
	- Navigation
	- Posts and pages
	- Comments
	- Newsletter
	- Widgets
	- Media
	- Captions
	- Galleries
	- Alignments
# Utilities
	- Accessibility

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2rem;
	margin: 0.67rem 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1rem;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1rem;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25rem;
}

sup {
	top: -0.5rem;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35rem 0.75rem 0.625rem;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

blockquote,
.wp-caption-text,
.comment-notes {
	font-family: Cambria, Times, "Times New Roman", serif;
	font-style: italic;
	letter-spacing: -.1px;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: #222;
	margin: 0;
}

.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 { margin-bottom: 1.25rem; }

p {
	margin: 1.25rem 0;
}

.entry-summary p {
	margin: .5rem 0;
}

@media (max-width: 739px) {
	h1 { font-size: 1.5rem; }
	h2 { font-size: 1.17rem; }
}

.entry-content table h2,
.entry-content table h3,
.entry-content table h4 {
	clear: none;
	display: inline;
	margin: 0;
}

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

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

.site-title {
	font-size: 1.5rem;
	line-height: 1.15;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.comments-title,
.entry-title,
.page-title {
	line-height: 1.3;
}

.comments-title,
.page-title {
	font-weight: normal;
}

blockquote {
	border-left: 3px solid #0099cc;
	margin: 0;
	padding: 0 0 0 1.5rem;
}

@media (min-width: 640px) {
	.site-main article.has-post-thumbnail:first-of-type .entry-title {
		font-size: 1.5rem;
	}
	.site-main article.has-post-thumbnail:first-of-type .entry-summary,
	.single .entry-summary {
		font-size: 1.1rem;
	}
}

#colophon,
#secondary,
.navigation,
.site-main .entry-meta,
.widget-title {
	font-size: .9rem;
}

.pagination {
	font-size: 1rem;
}

label,
table,
.comment-notes,
.correction,
.disclaimer,
.no-comments,
.search-results .entry-meta,
.site-description,
.wp-caption-text {
	font-size: .8rem;
}

.entry-footer,
.mini-caption {
	color: #757575;
	font-size: .7rem;
}

.cat-links {
	font-size: .5rem;
	text-transform: uppercase;
}

@media (min-width: 640px) {
	.cat-links { font-size: .6rem; }
}

.byline,
.cat-links,
.main-navigation,
.pagination,
.widget-title {
	font-weight: 500;
}

.current {
	font-weight: bold;
}

.cat-links,
.tag-links,
.main-navigation,
.pagination,
.widget-title {
	letter-spacing: 1px;
}

address {
	margin: 0 0 1.5rem;
}

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

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%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	margin-bottom: .25rem;
}

.entry-content ul {
	list-style: disc;
}

.entry-content ol {
	list-style: decimal;
}

.entry-content ul {
	margin: 0 0 1.5rem 1.2rem;
}

.entry-content ol {
	margin: 0 0 1.5rem 1.4rem;
}

.entry-content li {
	margin-bottom: 1rem;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1rem;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5rem 1.5rem;
}

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

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

table {
	border-collapse: collapse;
	margin: 1.5rem 0;
	width: 100%;
}

tr {
	border-bottom: 1pt solid #ddd;
}

tr:last-of-type {
	border-bottom: none;
}

td {
	padding: .25rem 0;
	vertical-align: top;
}

/* Links
--------------------------------------------- */
a,
a:visited {
	color: #0099cc;
	text-decoration: none;
}

.comment-meta a,
.entry-meta a,
.entry-title a,
.navigation a,
.site-title a,
.widget a {
	color: #222;
}

a:active,
a:focus,
a:hover {
	color: #0099cc;
	text-decoration: underline;
}

.comment-meta :active,		.comment-meta a:focus,		.comment-meta a:hover,
.entry-meta a:active,		.entry-meta a:focus,		.entry-meta a:hover,
.site-title a:active,		.site-title a:focus,		.site-title a:hover {
	color: #222;
}

.current-menu-item,
.current-menu-item a {
	color: #0099cc;
}

.main-navigation li:active a,
.main-navigation li:focus a,
.main-navigation li:hover a {
	color: #0099cc;
}

.cat-links a {
	background: #0099cc;
	border-radius: 20px;
	color: #fff;
}

.cat-links a:active,
.cat-links a:focus,
.cat-links a:hover {
	opacity: .8;
}

.tag-links a {
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #757575;
}

.tag-links a:active,
.tag-links a:focus,
.tag-links a:hover {
	border: 1px solid #0099cc;
	background: #0099cc;
	color: #fff;
}

figure a {
	color: inherit;
}

.cat-links a,
.tag-links a,
.entry-title a,
.main-navigation a,
.pagination a,
.site-title a {
	text-decoration: none !important;
}

/* Forms
--------------------------------------------- */
button,
input,
textarea {
	border: 1px solid #0099cc !important;
	border-radius: 3px !important;
	font-size: 16px !important;
	line-height: normal !important;
	padding: 10px 15px !important;
	-webkit-appearance: none !important;
}

button {
	background: #0099cc !important;
	color: #fff !important;
}

input,
textarea {
	background: #fff !important;
}

button,
input {
	height: 52px !important;
}

button:hover {
	cursor: pointer !important;
}

button:active,
button:focus,
button:hover {
	opacity: .8;
}

select {
	border: 1px solid #ddd !important;
}

textarea {
	width: 100% !important;
}

.wp-block-search {
	position: relative;
}

.wp-block-search__button {
	border-radius: 0 3px 3px 0 !important;
	margin: 0 0 0 -3px !important;
}

.search-submit {
	position: absolute;
	right: 0;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-branding, .page-header, article, #comments {
	margin: 0 auto;
	max-width: 664px;
}

.site-branding {
	padding: 1rem;
}

main {
	border-top: 1px solid #ddd;
	padding: 1.5rem 0 0;
}

.page-header {
	padding: 0 1rem 1rem;
}

article {
	padding: 0 1rem 2rem;
}

.single article {
	padding: 0 1rem 1rem;
}

#comments {
	padding: 0 1rem;
}

#comments article {
	padding: 0 0 .5rem;
}

.comment {
	border-bottom: 1px solid #ddd;
	margin: 0 0 2rem;
}

.comment:last-of-type {
	border-bottom: none;
	margin: 0 0 1rem;
}

aside, #colophon {
	padding: 1.5rem;
}

aside:last-of-type {
	padding: 1.5rem 1.5rem 0;
}

@media (min-width: 640px) {
	.site-branding {
		padding: 2rem 2rem 1.5rem;
	}
	main {
		padding: 2rem 0 0;
	}
	.page-header, article {
		padding: 0 2rem 2rem;
	}
	#comments {
		padding: 0 2rem;
	}
	.site-main article:first-of-type.has-post-thumbnail {
		padding: 0 2rem 2.5rem;
	}
	.single article {
		padding: 0 2rem 2rem;
	}
	aside, #colophon {
		padding: 2rem;
	}
	aside:last-of-type {
		padding: 2rem 2rem 0;
	}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Masthead
--------------------------------------------- */
.custom-logo {
	border-radius: 3px;
	height: 48px;
	margin: 0 1rem 0 0;
	width: 48px;
}

.custom-logo-link,
.site-title {
	display: inline;
	vertical-align: middle;
}

.site-title a {
	display: table-caption;
}

.site-description {
	margin: .5rem 0 0;
}

/* Navigation
--------------------------------------------- */
.navigation li {
	display: inline;
}

.main-navigation, .main-navigation li,
.pagination, .page-numbers {
	padding: .75rem .5rem;
}

@media (max-width: 413px) {
	#menu-item-82505 { display: none; }
}

@media (min-width: 640px) {
	.main-navigation, .main-navigation li,
	.pagination, .page-numbers {
		padding: 1rem;
	}
}

.main-navigation,
.pagination {
	text-align: center;
}

.main-navigation,
.pagination {
	border-top: 1px solid #ddd;
}

.main-navigation li:active,
.main-navigation li:focus,
.main-navigation li:hover,
.main-navigation .current-menu-item {
	border-bottom: 3px solid #0099cc;
}

.home .pagination .page-numbers:nth-last-child(2),
.pagination .prev,
.pagination .next {
	display: none;
}

/* Archives
--------------------------------------------- */
@media (max-width: 639px) {
	.site-main .entry-thumbnail { display: none; }
}

@media (min-width: 640px) {
    .site-main article.has-post-thumbnail {
        display: flex;
        gap: 2rem;
    }
    .site-main .entry-thumbnail,
    .site-main .entry-header {
        flex: 1;
    }
    .site-main .entry-thumbnail {
        flex-basis: 33%;
        margin: .25rem 0 0;
    }
    .site-main article.has-post-thumbnail .entry-header {
        flex-basis: 64%; 
    }
    .site-main article:first-of-type .entry-thumbnail,
    .site-main article:first-of-type.has-post-thumbnail .entry-header {
        flex-basis: 50%; 
    }
}

/* Posts and pages
--------------------------------------------- */
.cat-links {
	display: block;
	margin-bottom: 1rem;
}

@media (min-width: 640px) {
	.cat-links { margin-bottom: 1.25rem; }
}

.cat-links a,
.tag-links a {
	display: inline-block;
	margin-right: .5rem;
}

.cat-links a,
.tag-links a {
	padding: .5rem .75rem;
}

.tag-links a {
	margin-bottom: .75rem;
	padding: .25rem .5rem;
}

.sticky {
	display: block;
}

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

.single .entry-meta {
	margin: 1.25rem 0;
}

.avatar {
	float: left;
	margin: 0 1rem 1rem 0;
}

@media (min-width: 640px) {
	.has-post-thumbnail .entry-meta .avatar {
		margin: 0 1rem 1.5rem 0;
	}
}

.single .byline,
.single .posted-on {
	display: block;
}

.site-main .byline {
	margin-right: .5rem;
}

.site-main .entry-meta .photo {
	display: none;
}

.archive-description {
	margin: 1rem 0;
}

.entry-content {
	clear: both;
}

/* Comments
--------------------------------------------- */
.comments-title,
.logged-in .comment-form-comment label,
.says,
#respond {
	display: none;
}

.bypostauthor {
	display: block;
}

.no-comments {
	margin: -1rem 0 2rem;
}

/* Newsletter
--------------------------------------------- */
iframe {
	margin: -1rem auto -1.5rem;
}

.single iframe {
	margin: -1rem auto 1.5rem;
}

@media (min-width: 640px) {
	iframe {
		border: 1px solid #0099cc;
		border-radius: 4px;
		box-shadow: 2px 4px 8px #ddd;
		margin: .5rem auto -.5rem;
	}
	iframe:hover {
		box-shadow: 2px 4px 8px #ccc;
	}
	.single iframe {
		margin: .5rem auto 2rem;
	}
}

/* Authors page
--------------------------------------------- */
#post-94132 .entry-content {
	margin-bottom: -1.5rem;
}

#post-94132 .entry-content div {
	border: 1px solid #ddd;
	border-radius: 4px;
	margin: 1rem 0;
	padding: 1rem;
}

#post-94132 .entry-content div:hover {
	background: #fcfcfc;
	border: 1px solid #ccc;
}

#post-94132 .entry-content a:active, #post-94132 .entry-content a:focus, #post-94132 .entry-content a:hover {
	text-decoration: none;
}

#post-94132 .entry-content p a:active, #post-94132 .entry-content p a:focus, #post-94132 .entry-content p a:hover {
	text-decoration: underline;
}

@media (min-width: 640px) {
	#post-94132 .entry-content {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 0 2rem;
		margin: .5rem auto -.5rem;
	}
	#post-94132 .entry-content div {
		padding: 1.5rem;
	}
}

#post-94132 .entry-content img {
	border-radius: 50%;
	height: 96px;
	width: 96px;
}

#post-94132 .entry-content img:after {
	clear: both;
}

#post-94132 .entry-content div p {
	margin-bottom: 0;
}

#post-94132 .entry-content div h3 {
	margin: -.5rem 0 .25rem;
}

#post-94132 .entry-content div h4 {
	font-size: .8rem;
	font-weight: normal;
	margin-bottom: -.25rem;
}

/* Widgets
--------------------------------------------- */
#secondary,
#colophon {
	background: #fafafa;
	text-align: center;
}

#secondary {
	border-top: 1px solid #ddd;
}

.widget {
	display: inline-block;
	padding: 0 0 2rem;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

@media (min-width: 640px) {
	.widget {
		padding: 1.9rem;
		width: 25%;
	}
}

@media (min-width: 1024px) {
	.widget {
		padding: 2rem 3rem;
		width: 240px;
	}
}

.widget:last-of-type {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: 664px; /* same as main */
}

.widget-title {
	margin-bottom: .5rem;
}

/* Media
--------------------------------------------- */
figure,
.gallery {
	margin: 1.5rem 0;
}

@media (min-width: 640px) {
	figure, .gallery { margin: 2rem 0; }
}

figure.chart p,
figure.map p {
	display: none;
}

.wp-post-image {
	border-radius: 5px;
}

.avatar {
	border-radius: 50%;
	height: 48px;
	width: 48px;
}

.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Captions
--------------------------------------------- */
.wp-caption-text {
	margin: 0 !important;
}

figure.chart .wp-caption-text,
figure.map .wp-caption-text {
	margin: .5rem 0 0 !important;
}

/* Galleries
--------------------------------------------- */
.gallery {
	clear: both;
	margin-right: -1rem;
}

@media (min-width: 640px) {
	.gallery {
		margin-right: -1.5rem;
	}
}

.gallery-item {
	display: inline-block;
	margin: 0;
	vertical-align: top;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item:nth-child(1), .gallery-columns-5 .gallery-item:nth-child(2) {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item,
.gallery-columns-5 .gallery-item:nth-child(3), .gallery-columns-5 .gallery-item:nth-child(4), .gallery-columns-5 .gallery-item:nth-child(5),
.gallery-columns-6 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	padding-right: 1rem;
}

.gallery-columns-4,
.gallery-columns-5,
.gallery-columns-6 {
	margin-bottom: 1rem; /* -.5rem from bottom-row items */
}

.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item {
	padding-right: 1rem;
	padding-bottom: .5rem;
}

@media (min-width: 640px) {
	.gallery-columns-1 .gallery-item,
	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item {
		padding-right: 1.5rem;
	}
	.gallery-columns-4,
	.gallery-columns-5,
	.gallery-columns-6 {
		margin-bottom: .75rem; /* -.75rem from bottom-row items */
	}
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item {
		padding-right: 1.5rem;
		padding-bottom: .75rem;
	}
}

/* Alignments
--------------------------------------------- */
.alignleft,
.alignright {
	margin-bottom: 1.5rem;
	margin-top: .25rem;
}

.alignleft {
	float: left;
	margin-left: 0;
	margin-right: 1.5rem;
}

.alignright {
	float: right;
	margin-left: 1.5rem;
	margin-right: 0;
}

@media (min-width: 640px) {
	.alignleft,
	.alignright {
		margin-bottom: 2rem;
	}
	.alignleft {
		margin-right: 2rem;
	}
	.alignright {
		margin-left: 2rem;
	}
}

.aligncenter,
.alignnone {
	clear: both;
	display: block;
}

.alignnone {
	margin-left: 0;
	margin-right: 0;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.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;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

@media print {
	.navigation,
	.entry-footer,
	.cat-links,
	iframe,
	#comments,
	#colophon a,
	#secondary {f
		display: none;
	}
	.site-branding,
	article,
	#colophon {
		padding: 0 !important;
	}
	main {
		border: none;
		padding: none;
	}
	#colophon {
		text-align: left;
	}
}