/*!
Theme Name: Encyclopedia Virginia
Theme URI: http://underscores.me/
Author: John Rhea
Author URI: https://johnrhea.com
Description: Theme for the 2020 Encyclopedia Virginia site
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ev
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 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;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* 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;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * 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;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * 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.25em;
}

sup {
    top: -0.5em;
}

/* 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;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    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.35em 0.75em 0.625em;
}

/**
 * 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;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 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;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * 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;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * 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;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

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;
    font-size: 15px;
    font-size: 0.9375rem;
    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;
    font-size: 15px;
    font-size: 0.9375rem;
}

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

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

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

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

ul,
ol {
    margin: 0 0 1.5em 2em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    position: relative;
    /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
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);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: royalblue;
}

a:visited {
    color: purple;
}

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

a:focus {
    outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation,
.secondary-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul,
.secondary-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul,
.secondary-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,
.secondary-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul,
.secondary-navigation ul ul li:hover>ul,
.secondary-navigation ul ul li.focus>ul {
    left: 100%;
}

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

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

.main-navigation li,
.secondary-navigation li {
    float: left;
    position: relative;
}

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul,
.secondary-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 42em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul,
    .secondary-navigation ul {
        display: block;
    }
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: right;
    text-align: right;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: left;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
    -webkit-clip-path: none;
    clip-path: none;
    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. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

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

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

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

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

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

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/******************* Custom Styles *****************************/
:root {
    --linkcolor: #d0342f;
    --overlaycolor: #d0342f;
    --headeroverlay: #232d4b;
    --bkgrd-a: #f5f8ff;
    --bkgrd-b: #fff8f8;
    --textcolor: #231f20;
    --lightertextcolor: #635f60;
    --visitedcolor: #0073a1;
    --hovercolor: #8a221f;
}

html,
body {
    overflow-x: hidden;
}

body {
    font-family: Merriweather, Georgia, serif;
    color: var(--textcolor);
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, Helvetica, Verdana, sans-serif;
}

a {
    color: var(--linkcolor);
}

a:visited {
    color: var(--visitedcolor);
}

a:hover,
a:focus,
a:actuve {
    color: var(--hovercolor);
}

.masthead-bkgrd {
    background-color: var(--headeroverlay);
    background-image: url(img/mapheader.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 2500px;
    width: 100%;
    margin: auto;
    height: 8em;
    position: relative;
    z-index: 1;
    width: 100vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 50%;
    border-bottom: 1px solid var(--headeroverlay);
}

.masthead-bkgrd::after {
    content: " ";
    display: block;
    width: 100vw;
    background-color: var(--headeroverlay);
    height: 8em;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    background: linear-gradient(124deg, rgba(255, 255, 255, 1) 37%, var(--headeroverlay) 37%);
}

#masthead,
#page {
    width: 100%;
    max-width: 63em;
    margin: auto;
    position: relative;
}

.site-title svg {
    width: 100%;
    max-width: 300px;
    height: auto;
}

.site-title {
    position: absolute;
    top: 1rem;
    left: 0.5rem;
    z-index: 5;
    -webkit-filter: drop-shadow(1px 1px 0 rgba(255, 255, 255, 0.5)) drop-shadow(-1px -1px 0 rgba(255, 255, 255, 0.5)) drop-shadow(1px -1px 0 rgba(255, 255, 255, 0.5)) drop-shadow(-1px 1px 0 rgba(255, 255, 255, 0.5));
    filter: drop-shadow(1px 1px 0 rgba(255, 255, 255, 0.5)) drop-shadow(-1px -1px 0 rgba(255, 255, 255, 0.5)) drop-shadow(1px -1px 0 rgba(255, 255, 255, 0.5)) drop-shadow(-1px 1px 0 rgba(255, 255, 255, 0.5));
}

.secondary-navigation .menu-secondary-menu-container,
#primary-menu {
    float: right;
    position: relative;
    z-index: 10;
    top: 0.4em;
}

.secondary-navigation .menu-secondary-menu-container a,
#primary-menu a {
    color: #FFF;
    margin-right: 1em;
    font-family: Roboto, Helvetica, Verdana, sans-serif;
    font-size: 0.7em;
}

#primary-menu a {
    margin-top: 1em;
    font-weight: bold;
    font-size: 0.8em;
}

#primary-menu li:last-of-type a {
    background-color: var(--overlaycolor);
    padding: 0.125em 0.5em;
    border-radius: 0.25em;
}

#primary-menu li:last-of-type {
    margin: -0.125em -0.5em 0 -0.25em;
}

.menu-toggle {
    background-color: var(--overlaycolor);
    padding: 0.25em 0.5em;
    border-radius: 0.25em;
    color: #FFF;
    font-weight: bold;
    border: none;
    margin-right: 0.75em;
    font-size: 1em;
}

.search-submit {
    width: 1.5em;
    padding: 0.25em;
    background-color: var(--overlaycolor);
    border-radius: 0.25em;
    margin-left: 0.5em;
}

.search-field[type="search"] {
    background-color: transparent;
    border: 1px solid white;
    color: #DDD;
    width: 100%;
    font-size: 0.8em;
    line-height: 0;
    padding: 0.25em 0.5em 0.375em 0.5em;
}

.search-dark .search-field[type="search"] {
    border: 1px solid var(--overlaycolor);
    color: var(--textcolor);
}

.search-field[type="search"]:focus {
    color: #FFF;
}

.search-dark .search-field[type="search"]:focus {
    color: var(--textcolor);
}

.search-form label {
    width: calc(100% - 2em);
}

.search-field::-webkit-input-placeholder,
.search-field::-moz-placeholder,
.search-field:-ms-input-placeholder {
    color: #FFF
}

.search-dark .search-field::-webkit-input-placeholder,
.search-dark .search-field::-moz-placeholder,
.search-dark .search-field:-ms-input-placeholder {
    color: var(--textcolor);
}

.searchandsocial {
    display: -webkit-flex;
    display: flex;
    position: relative;
    z-index: 100;
    width: 64%;
    -webkit-align-items: center;
    align-items: center;
    float: right;
    margin-top: 1.5em;
    padding-right: 0.75em;
}

.search-form {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
}

.search-form::after {
    content: " ";
    display: block;
    width: 1px;
    height: 1.5em;
    background-color: white;
    margin-left: 0.5em;
}

.searchandsocial .social {
    line-height: 0;
    margin-left: 0.5em;
}

#primary-menu::before {
    content: "Explore: ";
    float: left;
    color: #FFF;
    font-weight: normal;
    font-size: 0.53em;
    margin: 1.15rem 0.5rem 0 0;
    font-family: Roboto, Helvetica, Verdana, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}


@media screen and (max-width: 79em) {
    #primary-menu::before {
        margin: 0 -3.5rem 0 0;
    }
}

@media screen and (max-width: 61em) {
    #primary-menu a {
        margin-right: 0.9em
    }

    .site-title svg {
        max-width: 250px;
    }

    .masthead-bkgrd::after {
        background-position: -230px 0;
        width: 150vw;
    }
}

@media screen and (max-width: 55em) {
    #primary-menu a {
        margin-right: 0.8em;
        font-weight: normal;
    }

    .site-title svg {
        max-width: 200px;
    }

    .alphabetlinks ul {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .alphabetlinks ul li {
        width: 7%;
        text-align: center;
    }
}

@media screen and (max-width: 50em) {
    #primary-menu a {
        font-size: 0.75em;
    }
}

@media screen and (max-width: 47em) {
    .site-title {
        margin-top: 0;
        -webkit-filter: none;
        filter: none;
    }

    .site-title svg {
        max-width: 180px;
    }

    .site-title #logo #logotext {
        fill: #FFF;
    }

    .masthead-bkgrd::after {
        background-image: none;
        background-color: var(--headeroverlay);
    }

    .searchandsocial {
        width: 100%;
        margin-top: 1em;
        padding-left: 0.75em;
    }

    .secondary-navigation {
        margin-top: 1.25em;
    }

    #primary-menu::before {
        margin: 1rem 0.444rem 0 0;
    }

    #primary-menu {
        margin: 0.25em 0.5em 0;
    }

    #primary-menu a {
        font-size: 0.8em;
    }

    .masthead-bkgrd,
    .masthead-bkgrd::after {
        height: 8.5em;
    }
}

@media screen and (max-width: 41.99em) {
    .menu-toggle {
        position: relative;
        z-index: 100;
        float: right;
        margin-top: 0.75em;
    }

    .site-title svg {
        max-width: 40vw;
    }

    .searchandsocial {
        margin-top: -0.5em;
        width: 55vw;
    }

    .masthead-bkgrd,
    .masthead-bkgrd::after {
        height: 5.5em;
    }

    .site-title #logo #logotext {
        fill: #252525;
    }

    .masthead-bkgrd::after {
        width: 100vw;
        background: linear-gradient(124deg, rgba(255, 255, 255, 1) 41vw, var(--headeroverlay) 41vw);
    }

    #site-navigation.toggled .allnav {
        background-color: var(--headeroverlay);
        position: absolute;
        top: 2.25em;
        width: 100vw;
        z-index: 10000;
        border-top: 0.5em solid var(--overlaycolor);
        border-bottom: 0.5em solid var(--headeroverlay);

    }

    #site-navigation.toggled {
        height: 3.5em;
    }

    #site-navigation.toggled #primary-menu a {
        width: 100%;
        margin: 0;
        padding: 0.25em 0.5em;
        text-align: center;
        border-top: solid 1px var(--overlaycolor);
    }

    #site-navigation.toggled #primary-menu a:hover {
        width: 100%;
        margin: 0;
        padding: 0.25em 0.5em;
        text-align: center;
        border-top: solid 1px var(--overlaycolor);
    }

    #site-navigation.toggled #primary-menu li:last-child a {
        border-bottom: solid 1px var(--overlaycolor);
    }

    #site-navigation.toggled #primary-menu li {
        width: 100%;
        margin: 0;
        padding: 0;
        float: none;
    }

    #site-navigation.toggled #sub-navigation li {
        width: 50%;
        margin: 0;
        padding: 0.5em;
        text-align: center;
        border-bottom: 1px solid var(--visitedcolor);
        border-right: 1px solid var(--visitedcolor);
    }

    #site-navigation.toggled #sub-navigation li:nth-child(2n) {
        border-right: none;
    }

    #site-navigation.toggled #sub-navigation li:nth-child(2),
    #site-navigation.toggled #sub-navigation li:first-child {
        border-top: 1px solid var(--visitedcolor);
    }

    #site-navigation.toggled #sub-navigation,
    #site-navigation.toggled .secondary-navigation .menu-secondary-menu-container {
        width: 100vw;
    }

    #site-navigation.toggled #sub-navigation li a {
        margin: 0;
        padding: 0;
        float: none;
        display: block;
        width: 100%;
    }

    #site-navigation.toggled #primary-menu {
        width: 100%;
        margin: 0;
    }

    #primary-menu::before {
        content: none;
    }

    #site-navigation.toggled .menu-main-menu-container::before {
        content: "Explore";
        color: #FFF;
        font-weight: normal;
        font-size: 0.533em;
        font-family: Roboto, Helvetica, Verdana, sans-serif;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        text-align: center;
        margin-left: 1.5em;
    }

    #site-navigation.toggled .allnav {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }


}

@media screen and (max-width: 31em) {
    .menu-toggle {
        margin-top: 5.5em;
        margin: 5.5em auto 0;
        float: none;
    }

    .site-title {
        left: calc(50% - 125px);
    }

    .site-title svg {
        max-width: 250px;
        margin: auto;
    }

    #site-navigation.toggled .allnav {
        top: 7em;
    }

    .searchandsocial {
        margin-top: -0.5em;
        width: 100%;
    }

    .masthead-bkgrd,
    .masthead-bkgrd::after {
        height: 10em;
    }

    .site-title #logo #logotext {
        fill: #252525;
    }

    .masthead-bkgrd::after {
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, var(--headeroverlay) 50%);
    }

    .main-navigation,
    .secondary-navigation {
        float: none;
    }

    .alphabetlinks ul li {
        width: 11%;
    }

}

@media screen and (max-width: 16em) {
    .site-title {
        left: 0;
    }

    .searchandsocial {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .search-form {
        width: 100%;
    }

    .search-form::after {
        content: none;
    }

    .masthead-bkgrd,
    .masthead-bkgrd::after {
        height: 12.5em;
    }

    .masthead-bkgrd::after {
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 39%, var(--headeroverlay) 39%);
    }

    .searchandsocial .social {
        margin-top: 0.5em;
    }

    #site-navigation.toggled #sub-navigation li {
        width: 100%;
        border-right: none;
    }

    #site-navigation.toggled #sub-navigation li:nth-child(2) {
        border-top: none;
    }

    .alphabetlinks ul li {
        width: 14%;
    }

    .searchandsocial .social:first-of-type {
        margin-left: 0;
    }
}

/** End Header CSS **/
main {
    line-height: 2.5;
    width: 100%;
    max-width: 55em;
    margin: auto;
    padding: 0 1em;
}

main p {
    text-indent: 2em;
    margin: 0;
}

main .chrondescription p {
    text-indent: 0;
}

main .chrondescription p+p {
    margin-top: 1em;
}

.entry-content>img {
    float: right;
    margin: 1em 0 1em 1em;
}

.entry-content figure img {
    width: 100%;
    max-width: none;
}

.entry-content p.summary {
    display: none;
}

.entryarchive.entry-content p.summary {
    display: block;
}

.evsummary {
    font-family: "Roboto Condensed", Roboto, Helvetica, Verdana, sans-serif;
    font-size: 0.899em;
    line-height: 2;
    text-indent: 0;
    grid-area: summary;
}

.evsummary-image img {
    display: block;
}

.headerwrapper {
    background-color: var(--bkgrd-a);
    width: 100vw;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.entry-header,
.page-header {
    width: 100%;
    max-width: 55em;
    margin: 0 auto 1em;
    padding: 3em 1em 1.5em;
    display: grid;
    grid-template-columns: 60% calc(40% - 2em);
    grid-template-rows: -webkit-max-content;
    grid-template-rows: max-content;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
    row-gap: 1em;
    grid-template-areas: "label label"
        "title image"
        "summary image"
        "summary pagenav";
}

.search-header {
    width: 100%;
    max-width: 55em;
    margin: 0 auto 1em;
    padding: 3em 1em 1.5em;
}

.search .headerwrapper {
    margin-bottom: 1em;
}

.fwp-search-box input,
.fwp-search-box .facetwp-input-wrap {
    width: 100%;
}

.fwp-search-content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fwp-search-facets {
    width: 27%;
    margin-right: 3%;
}

.fwp-search-facets h2 {
    margin-top: 0.42em;
}

.fwp-search-box {
    width: 100%;
}

.fwp-search-box .widget,
.fwp-search-box .facetwp-facet {
    margin-bottom: 0;
}

.fwp-search-results {
    width: 70%;
}

.fwp-search-facets .facetwp-checkbox {
    line-height: 1.6;
    margin-bottom: 0.5em;
}

.fwpl-col+.fwpl-col {
    margin-left: 1em;
}

#facets {
    display: none;
}

.no-pub-access {
    display: none;
}

.search-result img {
    float: left;
    margin: 1em 1em 0.5em 0;
}

.search-result h3 {
    margin: 0.5em 0;
    line-height: 2;
}

.search-result hr {
    margin: 1.5em 0;
    clear: both;
}

.type-page .entry-header {
    margin-bottom: 3em;
}

.archive-header {
    width: 100%;
    max-width: 57em;
    margin: 0 auto 1.25em;
    display: block;
    padding: 1.5em 1em 1em;
}

.entry-header.portraitright {
    grid-template-areas: "label label"
        "title image"
        "summary image"
        "summary pagenav";
    grid-template-columns: 60% calc(40% - 2em);
}

.entry-header.portraitleft {
    grid-template-areas: "label label"
        "image title"
        "image summary"
        "pagenav summary";
    grid-template-columns: calc(40% - 2em) 60%;
}

.entry-header.landscape {
    grid-template-areas: "label label"
        "image image"
        "title pagenav"
        "summary pagenav";
    grid-template-columns: 60% calc(40% - 2em);
}

.attachment .entry-header.portraitleft {
    grid-template-areas: "label label"
        "title title"
        "image summary"
        "pagenav summary";
    grid-template-columns: calc(60% - 2em) 40%;
}

.attachment .entry-header.overflow {
    grid-template-areas: "label label"
        "title title"
        "image pagenav"
        "summary summary";
    grid-template-columns: calc(60% - 2em) 40%;
}

.attachment .summary-image {
    grid-area: image;
}

.attachment .label {
    margin-top: 0;
}

.priresource .entry-header {
    grid-template-areas: "label""title""image""summary";
    grid-template-columns: 1fr;
}

.priresource.block-paragraphs p {
    text-indent: 0;
    margin-bottom: 1.75em;
}

.priresource.block-paragraphs p:last-child {
    margin-bottom: 0;
}

.summary-illustration,
.priresourceimages {
    grid-area: image;
}

.entry-title,
.page-title {
    color: var(--headeroverlay);
    margin: -0.4em 0 0 0;
    line-height: 1.6;
    grid-area: title;
}

.label {
    font-family: Roboto, Helvetica, Verdana, sans-serif;
    font-size: 0.9em;
    color: #666666;
    font-weight: bold;
    letter-spacing: 0.0625em;
    margin: 2em 0 1em 0;
    line-height: 1;
    text-transform: uppercase;
}

.toplbl {
    grid-area: label;
    margin-top: 0;
    margin-bottom: 0;
}

.evsummary .label,
.priresourceimages .label {
    margin: 0 0 1em 0;
}

.entry-content p:first-of-type:not(.summary)::first-letter,
.entry-content .section:first-of-type p:first-of-type:not(.summary)::first-letter,
.rlcontent p:first-of-type::first-letter,
.entry-content .section:first-of-type p:first-of-type:empty+div+p::first-letter,
.entry-content .entry:first-of-type>p:first-of-type:empty+div+p::first-letter {
    font-size: 9em;
    line-height: 0.8;
    float: left;
    font-weight: bold;
    color: var(--headeroverlay);
    text-indent: 0;
    margin-right: 0.0625em;
}

.entry-content p:first-of-type:not(.summary),
.entry-content .section:first-of-type p:first-of-type:not(.summary),
.evsummary p:first-of-type,
.rlcontent p:first-of-type,
.entry-content h2+p:first-of-type:empty+div+p,
.entry-content .entry>p:first-of-type:empty+div+p,
.entry-content h2+div+p {
    text-indent: 0;
}

.entry-content .section p:first-of-type:not(.summary)::first-letter,
#primary .entry-content blockquote p::first-letter,
#primary .transcript p::first-letter,
#primary .brief p::first-letter,
#primary .type-page p::first-letter,
#primary .priresource .entry-content p::first-letter,
#primary .slideshow .sldcontent p::first-letter {
    font-size: 1em;
    line-height: 2.5;
    float: none;
    font-weight: normal;
    color: var(--textcolor);
    margin-right: 0;
}

#primary .slideshow .sldcontent p::first-letter {
    line-height: 1.9;
}

.entry-content h2 {
    margin-bottom: 0;
    clear: none;
}

.entry-content h2+p {
    text-indent: 0;
}

.entry-content .section:first-of-type h2:first-of-type {
    margin-top: 0;
}

.entry-meta {
    font-size: 0.9em;
    margin: 1em 0;
}

.transcribed,
.imagesource {
    display: block;
    font-size: 0.75em;
}

.person {
    margin: 1em 0 1em 1em;
    font-size: 0.8em;
    line-height: 1.75;
}

.job {
    font-weight: bold;
    color: #252525;
}

.authorinfo,
.name {
    font-style: italic;
}

div.byline ul {
    margin: -0.5em 0 0 0;
    padding: 0 0 0 0em;
    list-style-type: none;
}

.byline {
    font-style: italic;
    font-size: 0.8em;
    line-height: 1.75;
}

#pagenav {
    grid-area: pagenav;
    padding-left: 1em;
}

#pagenav h3 {
    margin: 0 0 0.25em 0;
    line-height: 1;
}

#pagenav ul {
    margin: 0;
    list-style-type: none;
    padding-left: 1em;
}

#pagenav li {
    font-size: 0.8em;
    line-height: 2;
}

#pagenav li a {
    color: #777777;
    text-decoration: none;
}

#pagenav li a:hover {
    color: #444444;
}

.entry-content,
.entry-meta {
    display: block;
}

/** Reading Level **/
.rlinput {
    position: absolute;
    left: -100vw;
}

.rlinput:checked+label+.rlcontent {
    display: block;
}

.rlinput:checked~.entry-content,
.rlinput:checked~.entry-meta,
.rlcontent {
    display: none;
}

#original:checked~.entry-content,
#original:checked~.entry-meta {
    display: block;
}

.rlheader {
    font-family: Roboto, Helvetica, Verdana, sans-serif;
    font-size: 0.9em;
    background-color: white;
    color: var(--headeroverlay);
    border: 1px solid var(--headeroverlay);
    padding: 0.5em 1.5em 0 1.5em;
    margin-right: 1em;
    border-radius: 0.5em;
    font-weight: bold;
    -webkit-order: 2;
    order: 2;
    height: 2em;
    line-height: 1;
}

.rlinput:checked+.rlheader {
    background-color: var(--headeroverlay);
    color: white;
}

.maincontent {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.maincontent .label:first-of-type {
    width: 100%;
    -webkit-order: 1;
    order: 1;
}

.maincontent .label:nth-of-type(n+2) {
    width: 100%;
    -webkit-order: 4;
    order: 4;
}

.entry-meta {
    width: 100%;
    -webkit-order: 3;
    order: 3
}

.entry-content,
.rlcontent {
    width: 100%;
    -webkit-order: 5;
    order: 5
}

/** Related Content **/
.relatedcontent {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0.8em;
    margin: 0 0 3em 0;
}

.relatedcontent ul {
    margin: 0;
    padding: 0 0 0 2em;
    list-style-type: none;
    text-indent: -1.25em;
}

.relatedcontent li {
    line-height: 1.8;
    font-style: italic;
    margin: 0.5em 0;
}

.relatedtitle {
    line-height: 1.5;
}

.relatedcontent li a {
    text-decoration: none;
}

.related {
    width: 33%;
}

.timeline .date {
    font-weight: bold;
}

.timeline .chronitem {
    margin-left: 1.5em;
}

.timeline .chrondescription {
    padding-left: 2em;
    font-family: Roboto, Helvetica, Verdana, sans-serif;
    line-height: 1.75;
    color: var(--lightertextcolor);
}

.timeline,
.map,
.addmediasection,
.furtherreading,
.people,
.citation,
.feedbackform,
.commentheader,
.podembed,
.transcript,
.brief,
.innerwrap {
    width: 100%;
    max-width: 55em;
    margin: auto;
}

.wrapper {
    width: 100vw;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: var(--bkgrd-b);
    padding: 1em 1em 2em;
}

.mapw.wrapper,
.mediaw.wrapper,
.podembedw.wrapper {
    background-color: var(--bkgrd-a);
    padding: 1em 1em 3em;
}

#place-map {
    width: 100%;
    height: 45vw;
}

.addmedia {
    display: grid;
    grid-template-columns: 1fr minmax(auto, 30%);
    grid-template-areas: "image video""image audio";
    grid-column-gap: 2em;
    width: 100%;
    max-width: 53em;
    -webkit-align-items: start;
    align-items: start;
}

.addmedia .videomedia {
    grid-area: video;
}

.addmedia .audiomedia {
    grid-area: audio;
}

.addmedia .imagemedia {
    grid-area: image;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.vidwrapper,
.audiowrapper {
    margin: 0.5em 0.25em;
    min-width: 300px;
}

.vidwrapper.homepage {
    margin: 0;
}

.entry .attachwrapper .audiowrapper,
.entry .attachwrapper .virtualtour,
.entry .attachwrapper .threedobject {
    max-width: 50%;
    float: left;
    margin: 1em 1em 1em 0;
}

.imagemedia figure,
.imagemedia::after {
    max-width: 215px;
    min-width: 150px;
    width: 30%;
    position: relative;
    margin: 0.5em 0.125em;
    line-height: 0;
}

.imagemedia::after {
    content: "";
    display: block;
}

.imagemedia :last-child {
    justify-self: flex-start;

}

.vidsleeve {
    width: 100%;
    height: 0;
    padding-bottom: 55.75%;
    position: relative;
}

.vidsleeve.aspect43 {
    padding-bottom: 75%;
}

.vidsleeve video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figcaption,
.audcaption,
.vidcaption {
    font-size: 0.8em;
    line-height: 1.4;
    font-weight: bold;
}

.capwrapper {
    text-align: right;
    color: #FFF;
    width: 100%;
    z-index: 100;
    position: relative;
}

figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0.5em 0.5em 1em 0.5em;
}

figcaption::after {
    content: " ";
    background-color: var(--overlaycolor);
    width: 100%;
    height: 100%;
    position: absolute;
    mix-blend-mode: multiply;
    display: block;
    top: 0;
    left: 0;
    line-height: 0;
}

figcaption::before {
    content: url(img/tri1.5a.svg);
    width: 100%;
    position: absolute;
    mix-blend-mode: multiply;
    display: block;
    bottom: 100%;
    line-height: 0;
    left: 0;
    -webkit-transform: translateY(0.5px);
    transform: translateY(0.5px);
}

@media screen and (max-width:55em) {
    figcaption::before {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.vidcaption {
    margin: 0.25em 0 0 0;
}

/* Audio Player */
.theplayer {
    border: 1px solid var(--linkcolor);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    align-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0.25em;
    position: absolute;
    z-index: 0;
    bottom: -1.75em;
    right: -1px;
    width: 100%;
    background-color: #FFF;
}

.audiowrapper .theplayer {
    position: static;
    margin: -0.9em 0 1em;
}

audio {
    width: 100%;
}

.theplayer+.vidcaption {
    margin: 3em 0 1em;
}

.accessible-text {
    display: block;
    position: absolute;
    left: -100em;
}

.playbtn {
    background-color: transparent;
    width: 1.25em;
    height: 1.75em;
    overflow: hidden;
    padding: 0.25em;
    border: none;
    font-size: 1em;
}

.playing {
    display: none;
    float: left;
}

.playing:before,
.playing:after {
    content: " ";
    display: inline-block;
    width: 0.25em;
    height: 1em;
    background-color: var(--linkcolor);
    border-radius: 5px;
    float: left;
}

.playing:before {
    margin-right: 0.25em;
}

.paused {
    float: left;
}

.paused:before {
    content: "";
    display: block;
    border: 0.5em solid transparent;
    border-left-color: var(--linkcolor);
    border-left-width: 0.75em;
}

.switch .playing {
    display: block;
}

.switch .paused {
    display: none;
}

.timing {
    font-size: 0.8em;
    margin: 0.55em 0;
    line-height: 1;
}

input[type="range"].playhead,
input[type="range"].volume {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 0.0625em;
    background-color: var(--linkcolor);
    border-radius: 3px;
    border: none;
}

.playhead {
    margin: 0.75em 0;
    width: calc(100% - 8.5em);
}

.volume {
    width: 6em;
    margin: 0;
    display: none;
}

.voldiv:before {
    content: "";
    width: 1.25em;
    height: 1.25em;
    border-radius: 0.125em;
    display: block;
    box-shadow: 1em 1em 0 var(--linkcolor) inset;
    border: 0.25em solid transparent;
    border-right-color: var(--linkcolor);
    border-right-width: 0.5em;
    margin: 0.25em 0;
}

.voldiv.openv .volume {
    display: block;
    margin: 0.75em 0;
}

.voldiv.openv div {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 6em;
    right: 1.5em;
    border-left: 0.0625em solid var(--linkcolor);
    padding: 0 0.25em;
    z-index: 1;
    background-color: #FFF;
}

video+.theplayer {
    margin-top: -0.5em;
}

.imgwrap img {
    position: relative;
    z-index: -1;
    line-height: 1;
}

/** Further Reading **/
.furtherreadingw.wrapper ul {
    padding: 0 0 0 1em;
    margin: 0;
    width: 100%;
    max-width: 600px;
}

.furtherreadingw.wrapper li {
    margin: 0 0 1.5em 0;
    list-style-type: none;
    line-height: 1.8;
    font-size: 0.8em;
}

.citation dl {
    font-size: 0.8em;
    margin: 0 0 0 1em;
}

.citation dl :last-child {
    margin-bottom: 0em;
}

.citationw.wrapper,
.peoplew.wrapper,
.feedbackw.wrapper {
    background-color: transparent;
}

.feedbackform {
    border: 1px solid var(--overlaycolor);
    border-radius: 0.125em;
    padding: 0.5em 1em;
    margin-bottom: 2em;
}

.feedbackform[open] {
    border-radius: 0;
}

.feedbackform summary {
    color: var(--overlaycolor);
}

.feedbackform .gform_wrapper {
    margin-bottom: 0;
}

.summary-illustration {
    font-size: 0.8em;
    line-height: 1.5;
}

.summary-illustration caption {
    background-color: var(--linkcolor);
    color: #FFF;
    text-align: center;
    font-weight: bold;
    padding: 0.5em;
}

.summary-illustration table {
    border: 1px solid var(--linkcolor);
    padding: 0.5em;
}

.summary-illustration td {
    padding: 0.375em 0;
}

/*** Individual Media Page ***/
.entry-caption {
    grid-area: summary;
}

.mediameta {
    grid-area: pagenav;
    font-size: 0.8em;
    line-height: 1.6;
}

.prmedia {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.prmedia a {
    display: block;
    margin: 0.5em;
    max-width: 100px;
}

/** Image Captions with Links **/
.post-thumbnail {
    position: relative;
    overflow: hidden;
}

.entry-image {
    position: relative;
    max-width: 50%;
    float: right;
    margin: 1em 0 1em 1em;
    overflow: hidden;
}

.post-thumbnail img,
.entry-image img {
    display: block;
}

.imgcap {
    position: absolute;
    bottom: 0;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    line-height: 2;
}

.imgcap::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--linkcolor);
    mix-blend-mode: multiply;
    z-index: 0;
}

.imgcap::after {
    content: url(img/triangle1.svg);
    position: absolute;
    right: -91px;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 91px;
    mix-blend-mode: multiply;
    z-index: 0;
}

.imgcap a {
    color: #FFF;
    text-decoration: none;
    position: relative;
    z-index: 10;
}

/** Blog/Podcast **/
.blogcast .post-thumbnail {
    width: 100vw;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.blogcast .post-thumbnail img {
    margin: auto;
}

.entry-header.blogcast {
    display: block;
    margin-top: 0;
    padding-top: 0;
    position: relative;
}

.single .entry-header.blogcast {
    padding-top: 1em;
}

.blogcast .entry-title {
    margin: 0.67em 0 -0.25em;
}

.blogcast .entry-title::before {
    content: url(img/blogpost.svg);
    width: 0.75em;
    display: block;
    float: left;
    line-height: 1;
    margin: 0.3em 0.125em -0.25em 0;
}

.borptype-podcast .blogcast .entry-title::before {
    content: url(img/headphones.svg);
    margin: 0.125em 0.125em 0em 0;
}

.blogcast .byline {
    font-size: 1em;
    line-height: 1.75;
    display: block;
    font-style: normal;
}

.blogcast .author a,
.blogcast .posted-on a,
.blogcast .blogtax a {
    font-style: italic;
    color: #777;
}

.blogtax {
    margin-left: 0.5em;
}

.blogcast .entry-meta {
    line-height: 1.75;
    font-size: 0.8em;
}

.podlabel {
    display: none;
}

.borptype-podcast .bloglabel,
.borptype-blog .podlabel {
    display: none;
}

.borptype-podcast .podlabel,
.borptype-blog .bloglabel {
    display: inline;
}

.borptype-blog .wp-block-image img,
.borptype-podcast .wp-block-image img {
    position: relative;
    z-index: -1;
}

.borptype-blog .wp-block-image figcaption::after,
.borptype-podcast .wp-block-image figcaption::before,
.borptype-blog .wp-block-image figcaption::before,
.borptype-podcast .wp-block-image figcaption::after {
    z-index: -1;
}

.borptype-blog .wp-block-image figcaption,
.borptype-podcast .wp-block-image figcaption {
    color: #FFF;
}

.commentheaderwrapper {
    width: 100vw;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: var(--bkgrd-b);
    padding: 0.5em 1em;
}

.comment-list .even,
.comment-list .odd {
    width: 100vw;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: var(--bkgrd-a);
    padding: 1em;
}

.comment-list .odd {
    background-color: var(--bkgrd-b);
}

.commentheader,
.comment-list article {
    width: 100%;
    max-width: 53em;
    margin: auto;
}

.comment-list {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

.comment-list ol {
    list-style-type: none;
}

.comment-list ol article {
    padding-left: 2em;
    border-left: solid 0.25em var(--linkcolor);
}

.comment-meta,
.reply {
    font-family: Roboto, Helvetica, Verdana, sans-serif;
    padding-bottom: 0.25em;
}

.comment-meta .fn {
    font-size: 1.75em;
    line-height: 1;
    padding-top: 1em;
    display: block;
    color: var(--headeroverlay);
}

.comment-author {
    line-height: 2.25;
}

.comment-meta .fn a {
    color: var(--headeroverlay);
}

.comment-meta img {
    float: left;
    margin: 0 1em 0 0;
}

.comment-metadata {
    margin-top: -0.25em;
}

.comment-meta .says {
    display: none;
}

.comment-content {
    clear: both;
}

#respond p {
    text-indent: 0;
}

#respond label,
#reply-title {
    color: var(--headeroverlay);
    font-family: Roboto, Helvetica, Verdana, sans-serif;
    font-weight: bold;
}

.comment-reply-title {
    margin-bottom: 0em;
}

.required {
    color: var(--linkcolor);
}

#respond input,
#respond textarea {
    background-color: #e9e9e6;
    border: none;
}

#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"] {
    width: 100%;
}

#respond input[type="submit"] {
    float: right;
    color: #FFF;
    font-weight: bold;
    background-color: var(--linkcolor);
    margin-bottom: 3em;
    padding: 1em 2em;
    border-radius: 0.5em;
}

#respond .comment-form-cookies-consent label {
    font-weight: normal;
}

blockquote {
    font-style: italic;
    color: #443f40;
    border-left: solid var(--linkcolor) 0.35em;
    margin: 1em 2em;
    padding-left: 2em;
}

/** Archive pages **/
.archive .page-title span {
    font-style: italic;
}

.brief .blogcast .post-thumbnail {
    float: left;
    width: auto;
    margin: 0 1em 0 0;
    -webkit-transform: none;
    transform: none;
}

.brief .entry-title,
.brief .byline,
.brief .posted-on {
    display: inline;
}

.brief .byline {
    margin-right: 1em;
}

.brief .entry-header {
    padding-bottom: 0em;
    padding-left: 0;
    padding-top: 0;
    display: block;
}

.briefw:nth-of-type(2n + 1) {
    background-color: var(--bkgrd-a);
    padding: 1em;
}

.podepisodes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2em;
    width: 100%;
}

.podepisodes article {
    width: 100%;
    max-width: 300px;
}

.podepisodes .pod-title {
    line-height: 1.5;
    margin: 0.125em 0;
}

.podepisodes .podphoto {
    width: 100%;
    margin: 0;
}

.podphoto a:empty {
    background-color: #DDD;
    width: 100%;
    height: 0;
    padding-bottom: 68%;
    display: block;
    text-decoration: none;
}

.podphoto a:empty::after {
    content: "Photo Coming Soon";
    display: block;
    font-family: Roboto, Helvetica, Verdana, sans-serif;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    font-size: 1.75em;
    padding: 20% 0.5em 0;
    line-height: 1.2;
    -webkit-transform: translateX(0) rotate(-20deg);
    transform: translateX(0) rotate(-20deg);
}

/** A to Z **/

.entriesbyletter,
.entriesbycategory {
    list-style-type: none;
    margin: 2em 0 0 0;
    padding-left: 0;
    display: grid;
    grid-template-columns: 32% 32% 32%;
    -webkit-column-gap: 2%;
    -moz-column-gap: 2%;
    column-gap: 2%;
    grid-auto-flow: column;

}

.entriesbyletter li,
.entriesbycategory li {
    line-height: 1.65;
    margin-bottom: 1.5em;
}

.atozfeatured {
    padding: 1.5em 1.25em 1em 1.25em;
    border: var(--headeroverlay) 1px solid;
    font-size: 0.8em;
    grid-column: 2/4;
    grid-row: 1/4;
    margin-bottom: 2em;
}

.atozfeatured .imgcap {
    display: none;
}

.atozfeatured .post-thumbnail {
    width: 215px;
    float: left;
    margin: 0 1em 0.5em 0;
}

.alphabetlinks ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 0;
}

.alphabetlinks a {
    display: block;
    padding: 0.25em 0.5em;
    margin: 0 0.125em;
    color: rgba(35, 45, 75, 0.65);
    text-decoration: none;
    font-family: Roboto, Helvetica, Verdana, sans-serif;
    font-weight: bold;
}

.atozcatsw,
.medialinksw {
    margin-top: -1.5em;
    margin-bottom: 1em;
    padding-bottom: 1em;
}

.atozcats,
.medialinks {
    line-height: 2;
    padding-bottom: 0em;
}

.atozcats ul,
.medialinks ul {
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-bottom: 0;
    display: inline;
}

.atozcats li {
    display: inline;
}

.medialinks li {
    display: inline;
    margin: 0 0.5em;
}

.atozcats ul li::after {
    content: ", ";
}

.atozcats ul li:last-of-type::after,
.atozcats ul li:nth-last-of-type(2)::after {
    content: "";
}

.atozcats ul li:last-of-type:not(:only-of-type)::before {
    content: " and ";
}

.atozcats div span {
    color: var(--lightertextcolor);
}

.atozcats:empty {
    display: none;
}

.currentazpage a,
.alphabetlinks a:hover {
    color: #FFF;
    background-color: rgba(35, 45, 75, 1);
}

.alphabetlinks+h1 {
    margin: 0 0 0 0.5em;
}

.azepinput {
    position: absolute;
    left: -100vw;
}

.azepheader {
    font-family: Roboto, Helvetica, Verdana, sans-serif;
    font-size: 0.9em;
    background-color: white;
    color: var(--headeroverlay);
    border: 1px solid var(--headeroverlay);
    padding: 0.5em 1.5em 0.5em 1.5em;
    margin-right: 1em;
    border-radius: 0.5em;
    font-weight: bold;
    line-height: 1;
}

.azepinput:checked+.azepheader {
    background-color: var(--headeroverlay);
    color: white;
}

#entriesbtn:checked~.entriesbyletter .priresourcelink,
#entriesbtn:checked~.entriesbycategory .priresourcelink {
    display: none;
}

#resourcesbtn:checked~.entriesbyletter .entrylink,
#resourcesbtn:checked~.entriesbycategory .entrylink {
    display: none;
}

#biosbtn:checked~.entriesbyletter li,
#biosbtn:checked~.entriesbycategory li {
    display: none;
}

#biosbtn:checked~.entriesbyletter .biolink,
#biosbtn:checked~.entriesbycategory .biolink {
    display: block;
}

.fomlink {
    display: block;
    text-align: right;
}

.brief .post-thumbnail {
    max-width: 60%;
    float: left;
    margin: 0 1em 1em 0;
}

.brief-entry-title {
    margin-top: 0;
    clear: none;
    line-height: 1;
}

/** Lightbox **/
.showlightbox .lbparent {
    position: absolute;
    top: 50vh;
    left: 50vw;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    z-index: 10000001;
}

.showlightbox .lbparent img {
    max-width: 8ovw;
    width: 100%;
    height: auto;
}

.lbparent {
    display: none;
}

.showlightbox .lbparent::after {
    content: " ";
    width: 20px;
    height: 4px;
    background-color: var(--linkcolor);
    display: block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
}

.lboverlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 100vw;
    background-color: rgba(25, 25, 25, 0.75);
    z-index: 10000000;
    display: none;
}

.lbactive .lboverlay {
    display: block;
}

.lbactive {
    overflow: hidden;
}

.dvb {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}

.dvb a {
    display: block;
}

/** Search Page **/
.search .entry-header {
    display: block;
    padding: 2em 0 0 0;
}

.search .label+.entry-header {
    padding: 0;
}

.search .post-thumbnail {
    max-width: 150px;
    float: left;
    margin: 0 1em 1em 0;
}

.search article {
    overflow: auto;
}

h2 a {
    text-decoration: none;
}

.innerwrap .page-title {
    grid-area: 1/1/2/3;
}

/** Media Archive pages **/
.mediaarchivepage article {
    width: 22%;
    margin: 0 1%;
}

.media-video-page article,
.media-audio-page article {
    width: 30%;
    margin: 0 1%;
}

.mediaarchivepage .media-image-page article,
.mediarchivecontent .imageblock article {
    width: 18%;
    margin: 0 1%;
    min-width: 150px;
}

.mediaarchivepage .mediarchivecontent,
.imageblock {
    padding-top: 1em;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    align-content: flex-start;
}

.vtblock,
.threedblock,
.videoblock {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    grid-area: 1/1/2/2;
    margin: 0 2%;
}

.vtblock article,
.threedblock article {
    width: 46%;
    margin: 0 2% 0 0;
    min-width: 150px;
}

.threedblock article {
    width: 92%;
}

.videoblock article {
    width: 92%;
    min-height: 200px;
}

.allmedia-page .label {
    width: 100%;
    margin-bottom: 0;
    height: 1.25em;
}

.allmedia-page iframe {
    height: auto;
}

.allmedia-page .vidsleeve {
    padding-bottom: 75%;
}

.allmedia-page .vidwrapper {
    min-width: 0px;
    max-width: 250px;
    height: auto;
    width: 100%;
    margin: 1em 0;
    position: relative;
}

.threedblock {
    margin: 0 2%;
    min-width: 150px;
    grid-area: 1/2/2/3;
}

.videoblock {
    margin: 0 2%;
    min-width: 150px;
    grid-area: 1/3/2/4;
}

.audioblock {
    grid-area: 2/1/3/4;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2%;
}

.audioblock .label {
    grid-area: 1/1/2/3;
}

.audioblock article:first-of-type {
    grid-area: 2/1/4/2;
}

.audioblock article:nth-of-type(2) {
    grid-area: 2/2/3/3;
}

.audioblock article:nth-of-type(3) {
    grid-area: 3/2/4/3;
}

.audioblock article:nth-of-type(2) .imgwrap,
.audioblock article:nth-of-type(3) .imgwrap {
    width: 100%;
    max-height: 100px;
    overflow: hidden;
}

.audioblock article:nth-of-type(2) .imgwrap img,
.audioblock article:nth-of-type(3) .imgwrap img {
    margin-top: -100px;
}

.imageblock {
    grid-area: 3/1/4/4;
}

.allmedia-page {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
}

.entry .attachwrapper .vidwrapper,
.entry .attachwrapper .audwrapper {
    max-width: calc(50% - 1em);
    width: 50vw;
    float: left;
    margin: 1em 1em 1em 0;
}

.mediaarchivepage .attachwrapper,
.mediarchivecontent .attachwrapper {
    position: relative;
    line-height: 1;
}

.attachwrapper iframe {
    width: 100%;
    height: 400px;
}

.media-unavailable {
    grid-area: 1/1/2/3;
}

.virtualtour .capwrapper,
.threedobject .capwrapper {
    margin-top: 0.5em;
    line-height: 1.5;
}

.media-image-page .imgreplace {
    width: 100%;
    height: 0;
    max-width: 215px;
    padding-bottom: 100%;
    background-color: #565656;
}

.pagination {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.5;
}

.pagination>* {
    margin: 0 0.25em;
}

/*Home Page*/
.secondary-feature-content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    border-bottom: 5em solid var(--headeroverlay);
}

.secondary-feature-content figure {
    margin-top: 0;
}

.front-page .capwrapper a,
.front-page .capwrapper a:visited,
.featurelink,
.featurelink:visited {
    color: #FFF;
    text-decoration: none;
}

.front-page .featured-home-page-top {
    margin: -1em 0 -1em 0;
}

.front-page .featured-home-page-secondary {
    margin: 0em 0 -1em 0;
}

.front-page figure {
    line-height: 0;
}

.front-page figcaption {
    font-weight: normal;
}

.front-page main {
    padding: 0;
}

.front-page .featured-home-page-top h2 {
    font-size: 2.5em;
    margin: -0.5em 0 0.125em 0;
}

.front-page .featured-home-page-top figcaption {
    padding: 0 3em 1em;
}

.front-page .featured-home-page-top figcaption::before,
.front-page .featured-home-page-secondary figcaption::before {
    content: url(img/tri1.5c.svg);
}

.front-page .featured-home-page-top .label,
.front-page .featured-home-page-secondary .label {
    margin: 2em 0 -3em 1em;
    position: relative;
    z-index: 10;
    color: #252525;
    text-shadow: 1px 1px 0 rgba(250, 250, 250, 0.25), -1px -1px 0 rgba(250, 250, 250, 0.25), 1px -1px 0 rgba(250, 250, 250, 0.25), -1px 1px 0 rgba(250, 250, 250, 0.25);
}

.front-page .featured-home-page-secondary {
    width: 50%;
}

.front-page .featured-home-page-secondary h2 {
    margin: 0.125em 0 0.125em 0;
}

.front-page .featured-home-page-secondary figcaption {
    padding: 0 1em 0.5em;
}

.featured-home-page-top a,
.featured-home-page-secondary a {
    text-decoration: none;
}

.home-page-tiles {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.home-page-tiles .tile:nth-child(even) {
    background-color: #eaeaea;
}

.tile {
    padding: 1.5em;
    position: relative;
    z-index: 0;
    font-size: 0.8em;
    overflow: hidden;
    background-color: #FFF;
}

.tile a {
    text-decoration: none;
}

.tile a:hover {
    text-decoration: underline;
}

.tile h2 {
    margin: 0;
    line-height: 1.2;
    text-align: left;
}

.tile h3 {
    margin: 0 0 0.5em 0;
    line-height: 1.7;
}

.tile header {
    margin-bottom: 1em;
}

.tile header em {
    margin-left: 3.5em;
}

.tile ul {
    margin: 0 0 0 0.5em;
    padding: 0 0 0 1em;
}

.tile li {
    line-height: 1.3;
    margin-bottom: 1em;
    color: var(--overlaycolor);
}

.tile footer {
    text-align: right;
    font-family: Roboto, Helvetica, Verdana, sans-serif;
    padding: 0 1em;
}

.corner .label {
    margin: 0 0 0em 0;
    color: #FFF;
    top: 0.8em;
    left: 0.8em;
    z-index: 200;
    position: absolute;
}

.corner::before {
    content: url(img/corner.svg);
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    mix-blend-mode: multiply;
}

.corner::after {
    content: url(img/bottomcorner.svg);
    display: block;
    width: 100%;
    position: absolute;
    bottom: -1em;
    left: 0;
    z-index: 100;
    opacity: 0.8;
}

.halftile:nth-of-type(even) {
    margin-top: 1em;
}

.front-page-media {
    display: grid;
    position: absolute;
    top: -0.25em;
    left: -25%;
    width: 150%;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(3, 1fr);
}

.front-page-media a {
    line-height: 0;
    display: block;
    width: 2fr;
    height: auto;
}

.front-page-media a:first-child {
    grid-area: 1/2/2/4;
}

.front-page-media a:nth-child(2) {
    grid-area: 1/4/2/6;
}

.front-page-media a:nth-child(3) {
    grid-area: 2/1/3/3;
}

.front-page-media a:nth-child(4) {
    grid-area: 2/3/3/5;
}

.front-page-media a:nth-child(5) {
    grid-area: 2/5/3/7;
}

.front-page-media a:nth-child(6) {
    grid-area: 3/2/4/4;
}

.front-page-media a:nth-child(7) {
    grid-area: 3/4/4/6;
}

.home {
    background-color: #eee;
}

.home #sponsors-bottom {
    margin-top: 0;
}

.podphoto {
    margin: -2.5em 0 0.25em -1.5em;
    width: calc(100% + 3em);
}

.tile .pod-title {
    margin-bottom: 0.2em;
}

.year {
    font-size: 0.9em;
    font-style: italic;
    color: #777;
}

.inva:first-of-type {
    margin-top: -1.5em;
}

.inva:first-of-type::after {
    content: " ";
    width: 70%;
    margin: 1em auto;
    height: 1px;
    background-color: #bbbbbb;
    display: block;
}

.bottom-corner {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 200;
    font-style: italic;
}

.bottom-corner a {
    color: var(--linkcolor);
}

.externallinks {
    margin-bottom: 2em;
}

.externallinks ul {
    margin-left: 0;
}

.underline {
    text-decoration: underline;
}

.smallcaps {
    font-variant: small-caps;
    text-transform: uppercase;
}

.indent {
    text-indent: 2em;
}

.centertext {
    text-align: center;
}

/*** Trigger Warning ***/
.triggerwarn {
    position: relative;
}

#trigger {
    display: none;
}

.triggerwarn::before {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 10;
}

.triggerwarn::after {
    content: "Media may contain triggering content. \A Proceed with caution.";
    white-space: pre;
    text-align: center;
    position: absolute;
    width: 100%;
    padding: 10%;
    line-height: 1.75;
    top: 20%;
    left: 0;
    color: #FFF;
    z-index: 100;
}

#trigger:checked+.triggerwarn::before,
#trigger:checked+.triggerwarn::after {
    display: none;
}

.triglabel {
    display: none;
}

.triggerwarn .triglabel {
    color: #FFF;
    position: absolute;
    z-index: 110;
    width: 8em;
    border-radius: 1em;
    text-align: center;
    border: 0.125em white solid;
    bottom: calc(50% - 4em);
    left: calc(50% - 4em);
    background-color: var(--linkcolor);
    display: block;
}

#trigger:checked+.triggerwarn .triglabel {
    display: none;
}



/**** End Trigger Warning ***/
.slideshow {
    width: 50%;
    float: left;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0;
    margin-right: 1em;
}

.slideshow h3 {
    margin: 0.23em 0 0 0;
    border-bottom: 1px solid var(--linkcolor);
    width: 100%;
    line-height: 1.75;
    text-align: center;
}

.slideshowcontainer,
.thumbs {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.thumbs {
    width: 3em;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 1em;
}

.thumbs li {
    width: 3em;
    height: 3em;
    margin-bottom: 1em;
}

.thumbs li img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 3em;
    height: 3em;
}

.thumbs li:hover,
.thumbs li:focus,
.thumbselected {
    outline: 2px solid var(--linkcolor);
}

.slideshow input {
    display: none;
}

.slideshowcontainer {
    width: calc(100% - 3.5em);
    overflow: hidden;
}

.bigsldimg figure,
.bigsldimg .sldcontent {
    display: none;
}

.bigsldimg figcaption {
    bottom: 1.1em;
}


.bigsldimg input:checked+figure,
.bigsldimg input:checked~.sldcontent {
    display: block;
}

.bigsldimg figure img {
    width: 100%;
    max-height: 20em;
    -o-object-fit: cover;
    object-fit: cover;
}

.bigsldimg figure {
    margin-bottom: 0;
}

.sldcontent {
    margin-top: -1.3em;
    background-color: #AAA;
    padding: 1em 1.25em 1.25em;
    font-size: 0.7em;
    font-style: italic;
    line-height: 1.9;
}

.furtherreading a,
.furtherreading .futurelink {
    display: block;
    text-indent: 0;
    line-height: 1.9;
    margin: 1.25em 0;
}

.furtherreading a.inline {
    display: inline;
    line-height: inherit;
    margin: 0;
}

.histnearu {
    background-image: url(img/mapgraphic.jpg);
    background-size: cover;
    min-height: 400px;
}

.histnearu img {
    width: 100%;
    height: 100%;
    min-height: 400px;
}

.ggskin.ggskin_text.info div {
    padding: 0.75em 1em !important;
    border: 2px solid #999 !important;
    line-height: 1.7 !important;
}

.ggskin.ggskin_rectangle {
    border: 2px solid #999 !important;
}

.ggskin.ggskin_text.tooltip div {
    padding: 0.25em 0.5em 0.125em !important;
    border: 2px solid #555 !important;
    line-height: 1.7 !important;
    background: rgba(255, 255, 255, 0.65) !important;
}


@media screen and (max-width: 50em) {
    .home-page-tiles {
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: dense;
    }

    .home-page-tiles .tile:nth-child(4n - 1) {
        grid-column-start: 2;
    }

    .podphoto a:empty::after {
        padding: 8% 0.5em 0;
        -webkit-transform: translateX(-0.25em) rotate(-20deg);
        transform: translateX(-0.25em) rotate(-20deg);
    }
}

@media screen and (max-width: 41em) {
    .front-page .featured-home-page-secondary {
        font-size: 0.8em;
    }

    .front-page .featured-home-page-top {
        font-size: 0.9em;
    }

    .page .front-page figcaption {
        position: relative;
        padding: 0.5em 1em 0.5em;
    }

    .page .front-page .featured-home-page-top figcaption {
        padding: 1.5em 1em;
    }

    .allmedia-page {
        grid-template-columns: 1fr 1fr;
    }

    .vtblock {
        grid-area: 1/1/2/3;
    }

    .threedblock {
        grid-area: 2/1/3/2;
    }

    .videoblock {
        grid-area: 2/2/3/3;
    }

    .audioblock {
        grid-area: 3/1/4/3;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .audioblock article {
        width: 100%;
        margin-bottom: 1em;
    }

    .imageblock {
        grid-area: 4/1/5/3;
    }

    .vtblock article,
    .threedblock article {
        width: inherit;
    }

    .vtblock,
    .threedblock,
    .videoblock {
        -webkit-justify-content: center;
        justify-content: center;
    }

    .podepisodes {
        grid-template-columns: 1fr 1fr;
    }

    .podphoto a:empty::after {
        padding: 20% 0.5em 0;
    }
}

@media screen and (max-width: 36em) {

    .entry-header,
    .page-header {
        padding: 3em 1em 1.5em;
        grid-template-columns: 1fr;
        grid-template-rows: -webkit-max-content;
        grid-template-rows: max-content;
        -webkit-column-gap: 2em;
        -moz-column-gap: 2em;
        column-gap: 2em;
        row-gap: 1em;
        grid-template-areas: "label"
            "title"
            "image"
            "summary"
            "pagenav";
    }

    .entry-header.portraitright,
    .entry-header.portraitleft {
        grid-template-areas: "label"
            "title"
            "image"
            "summary"
            "pagenav";
        grid-template-columns: 1fr;
    }

    .entry-header.landscape {
        grid-template-areas: "label"
            "image"
            "title"
            "summary"
            "pagenav";
        grid-template-columns: 1fr;
    }

    .related {
        width: 50%;
    }

    .entriesbyletter,
    .entriesbycategory {
        grid-template-columns: 49% 49%;
    }

    .entry-image {
        position: relative;
    }

    .imgcap {
        position: static;
        background-color: var(--linkcolor);
    }

    .imgcap::before {
        content: none;
    }

    .imgcap::after {
        content: none;
    }

    figcaption {
        position: static;
        background-color: var(--linkcolor);
        padding: 0.75em;
        max-width: 215px;
    }

    .home figcaption {
        max-width: none;
    }

    figcaption::before,
    figcaption::after {
        content: none;
    }

    figure {
        line-height: 0;
    }

    .sldcontent {
        padding-top: 2em;
    }

    .slideshow {
        width: 100%;
        margin-right: 0;
    }

    .slideshow figcaption {
        max-width: none;
    }

}

@media screen and (max-width: 33em) {
    .podphoto a:empty::after {
        padding: 6% 0.5em 0;
    }
}

@media screen and (max-width: 31em) {
    .front-page .featured-home-page-secondary {
        width: 100%;
    }

    .page .front-page .featured-home-page-secondary figcaption {
        padding: 1em
    }

    .page .front-page .featured-home-page-secondary figure {
        overflow: hidden;
    }

    .page .front-page .featured-home-page-secondary img {
        margin: 0;
    }

    .home-page-tiles {
        grid-template-columns: 1fr;
    }

    .home-page-tiles .tile:nth-child(4n - 1) {
        grid-column-start: 1;
    }

    .tile {
        min-height: 20em;
    }

    .allmedia-page {
        grid-template-columns: 1fr;
    }

    .vtblock {
        grid-area: 1/1/2/2;
    }

    .threedblock {
        grid-area: 2/1/3/2;
    }

    .videoblock {
        grid-area: 3/1/4/2;
    }

    .audioblock {
        grid-area: 4/1/5/2;
    }

    .imageblock {
        grid-area: 5/1/6/2;
    }

    .allmedia-page .vidwrapper {
        max-width: none;
    }

    .vidwrapper,
    .audiowrapper {
        min-width: 0;
    }

    .front-page .featured-home-page-top h2 {
        font-size: 2em;
    }

    .fwp-search-facets,
    .fwp-search-results {
        width: 100%;
    }

    .fwp-search-facets h2 label::before {
        content: "\25BD";
        font-size: 0.6em;
        display: block;
        float: left;
        line-height: 4;
        margin-right: 0.25em;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .fwp-search-facets h2 {
        margin-bottom: 0;
    }

    .fwp-search-facets .widget {
        margin: 0;
    }

    .thefacets {
        display: none;
    }

    .fwp-search-facets #facets:checked+h2 label::before {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    .fwp-search-facets #facets:checked~.widget .thefacets {
        display: block;
    }

    .fwpl-result>div {
        grid-template-columns: 1fr;
    }

    .entry-content p:first-of-type:not(.summary)::first-letter,
    .entry-content .section:first-of-type p:first-of-type:not(.summary)::first-letter,
    .rlcontent p:first-of-type::first-letter,
    .entry-content .section:first-of-type p:first-of-type:empty+div+p::first-letter,
    .entry-content .entry:first-of-type>p:first-of-type:empty+div+p::first-letter {
        font-size: 6em;
    }

    .dvb {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
}

@media screen and (max-width: 25em) {
    .related {
        width: 100%;
    }

    .podepisodes {
        grid-template-columns: 1fr;
        max-width: 100%;
    }

    .podphoto a:empty::after {
        padding: 20% 0.5em 0;
    }

    .entry-image {
        max-width: 100%;
        float: none;
        margin: 1em 0;
        overflow: hidden;
    }
}

@media screen and (max-width: 22em) {
    .signup h5 {
        width: 100%;
    }

    .section.subscribe .signup .button {
        margin: 0.5em auto;
        display: block;
    }

    .slideshow {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding: 0;
        margin-bottom: 1em;
    }

    .slideshow h3 {
        -webkit-order: 0;
        order: 0;
    }

    .thumbs {
        width: 100%;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-order: 1;
        order: 1;
    }

    .bigsldimg figure {
        margin-top: 0.5em;
    }

    .thumbs li {
        margin: 0 0.5em 0.5em 0.5em;
    }

    .slideshowcontainer {
        width: 100%;
        -webkit-order: 2;
        order: 2;
    }

    .entry-content p:first-of-type:not(.summary)::first-letter,
    .entry-content .section:first-of-type p:first-of-type:not(.summary)::first-letter,
    .rlcontent p:first-of-type::first-letter,
    .entry-content .section:first-of-type p:first-of-type:empty+div+p::first-letter,
    .entry-content .entry:first-of-type>p:first-of-type:empty+div+p::first-letter {
        font-size: 3em;
    }
}

@media screen and (max-width: 20em) {

    .entriesbyletter,
    .entriesbycategory {
        grid-template-columns: 100%;
    }

    .front-page .featured-home-page-top h2 {
        font-size: 1.35em;
    }

    .section.subscribe .social {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .section.subscribe .social .links {
        margin: 0.5em auto;
        display: block;
    }

    .social h5 {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 16em) {
    .podphoto a:empty::after {
        padding: 6% 0.5em 0;
    }

    .entry-content p:first-of-type:not(.summary)::first-letter,
    .entry-content .section:first-of-type p:first-of-type:not(.summary)::first-letter,
    .rlcontent p:first-of-type::first-letter,
    .entry-content .section:first-of-type p:first-of-type:empty+div+p::first-letter,
    .entry-content .entry:first-of-type>p:first-of-type:empty+div+p::first-letter {
        font-size: 1em;
        line-height: inherit;
        float: none;
        font-weight: normal;
        color: var(--textcolor);
        margin-right: 0;
    }
}



/** footer CSS **/
/** sponsors.css **/
#sponsors-bottom {
    padding: 2em;
    background: #F5F5F5;
    /*  text-align: center;*/
    margin-top: 3em;
    width: 100vw;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#sponsors-bottom h4,
#sponsors-bottom h5 {
    margin: 0;
    font-size: 0.8rem;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    text-align: center;
}

#sponsors-bottom .logos {
    max-width: 1024px;
    margin: 2em auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#sponsors-bottom .logos img {
    margin: 1em;
    max-width: 140px;
    max-height: 80px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

#sponsors-bottom .action a {
    color: inherit;
    text-decoration: none;
}

#sponsors-bottom .action a:hover {
    opacity: 0.6;
}

#sponsors-bottom .action a:hover svg.svg-icon {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
}

#sponsors-bottom .action svg.svg-icon {
    position: relative;
    top: -0.15em;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: 1.5em;
    height: 0.85em;
    stroke: currentColor;
    stroke-width: 5;
}

.page-sponsors #sponsors-bottom {
    display: none;
}

/** end sponsors css **/
/** subscribe css **/
#page .section.subscribe {
    width: 100vw;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.section.subscribe {
    position: relative;
    z-index: 1001;
    box-sizing: border-box;
    background: #FFF;
    padding: 1em 2em;
    background: #777;
    color: #FFF;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 1;
}

.section.subscribe>div {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.section.subscribe h5 {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1em;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    font-weight: normal;
    text-transform: uppercase;
    white-space: nowrap;
    padding-top: 3px;
}

.section.subscribe .button {
    margin: 0 1em;
}

.section.subscribe .signup {
    margin-right: 2em;
}

.section.subscribe .social {
    margin-left: 2em;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.section.subscribe .social ul {
    margin: -2px 0 0;
    padding: 0;
    list-style: none;
    font-size: 26px;
}

.section.subscribe .social li {
    margin: 0 0.7em;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}

.section.subscribe .social a {
    color: inherit;
    font-size: 0.92em;
}

.section.subscribe .social a:hover {
    color: white;
}

.section.subscribe input[type="submit"],
.section.subscribe input[type="button"],
.section.subscribe button,
.section.subscribe .button,
.section.subscribe .btn {
    position: relative;
    display: inline-block;
    margin: 0em 0 0;
    padding: 0.8em 3.9em 0.73em 4em;
    text-align: center;
    font-family: din-2014, "Din 2014", sans-serif;
    font-size: 0.8em;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1;
    cursor: pointer;
    color: white;
    background: #232D4B;
    border: 2px solid #232D4B;
    background-color: var(--linkcolor);
    border-color: var(--linkcolor);
    border-radius: 0px;
    transition: all 0.2s linear;
    font-style: normal;
}

@media screen and (min-height: 800px) {
    .section.subscribe.fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        visibility: visible;
    }

    .section.subscribe.done {
        position: relative;
        bottom: auto;
        left: auto !important;
    }
}

@media screen and (max-height: 799px) {
    .section.subscribe {
        visibility: visible;
        width: 100%;
    }

    .section.subscribe.cloned {
        display: none;
    }
}

@media screen and (max-width: 940px) {
    .section.subscribe {
        display: block;
        padding: 1em 0 0.8em;
    }

    .section.subscribe .signup {
        margin: 0 auto;
    }

    .section.subscribe .social {
        margin: 0 auto;
    }
}

@media screen and (max-width: 47em) {
    .section.subscribe .social {
        margin: 1em auto 0.5em;
    }

    .section.subscribe .signup {
        margin: 0.5em auto;
    }

    .section.subscribe>div {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .section.subscribe>div {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .vtblock article,
    .threedblock article {
        min-width: 100px;
    }
}

@media screen and (max-width: 500px) and (min-height: 800px) {
    .section.subscribe {
        padding: 1em 0;
    }

    .section.subscribe .button {
        margin: 0 0.5em;
        padding-left: 1em;
        padding-right: 1em;
    }

    .section.subscribe .signup {
        margin-bottom: 1em;
    }

    .section.subscribe .social li {
        margin: 0 0.3em;
    }
}

@media screen and (max-width: 500px) and (max-height: 799px) {
    .section.subscribe {
        padding: 0.7em 0;
    }

    .section.subscribe h5 {
        margin: 0 0.4em;
    }

    .section.subscribe .button {
        margin: 0 0.5em;
        padding-left: 1em;
        padding-right: 1em;
    }

    .section.subscribe .signup {
        margin: 0.5em auto 1em;
    }

    .section.subscribe .social li {
        margin: 0 0.3em;
    }

    .section.subscribe .social {
        margin: 0;
    }
}

.player-on .section.subscribe.fixed {
    display: none !important;
}

.player-on .section.subscribe.cloned {
    display: -webkit-flex !important;
    display: flex !important;
    visibility: visible !important;
    z-index: auto !important;
}

.section.subscribe.cloned {
    visibility: hidden;
    z-index: -1;
}

.section.subscribe.done+.section.subscribe.cloned {
    display: none;
}

/** end subscribe css **/
/** Footer css **/
#footer {
    position: relative;
    padding: 5em 0 2em;
    background: #d0342f;
    color: white;
    width: 100vw;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

body.page {
    margin-bottom: 0;
}

#footer>.wrap {
    position: relative;
    z-index: 1;
    display: -ms-grid;
    -ms-grid-columns: 400px 1fr 200px 1fr 200px;
    display: grid;
    grid-template-columns: 400px auto 200px auto 200px;
    grid-template-areas: "logo     . .       . .""partners . address . additional""partners . links   . additional""c        c c       c c";
}

@media screen and (max-width: 940px) {
    #footer>.wrap {
        grid-template-columns: 0.25fr 1fr 2em 1fr 0.25fr;
        grid-template-areas: ". logo logo logo ."". partners partners partners ."". address  .        additional ."". links    .        additional ."". c c c .";
    }
}

@media screen and (max-width: 600px) {
    #footer>.wrap {
        grid-template-columns: 1fr 2em 1fr;
        grid-template-areas: "logo logo logo""partners partners partners""address  .        additional""links    .        additional""c c c";
    }

    #footer .address {
        padding: 0 1em;
    }

    #footer .additional {
        padding: 0 1em;
    }
}

@media screen and (max-width: 500px) {
    #footer>.wrap {
        display: block;
    }
}

#footer a {
    text-decoration: none;
    color: #F0F0F0;
}

#footer a:hover {
    text-decoration: underline;
}

#footer h5 {
    margin: 0 0 1.3em;
    letter-spacing: 0.07em;
    font-size: 0.7em;
    font-weight: 500;
    text-transform: uppercase;
    color: #F0F0F0;
}

#footer ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    line-height: 1.2;
    /*
  li.hover,
  li:hover {
      .tooltip {
          opacity: 1;
          @include transform(translate(0, 0));
      }
  }
  */
}

#footer ul.menu li {
    position: relative;
    margin: 0 0 0.7em;
}

#footer ul.menu li:last-child {
    margin-bottom: 0;
}

#footer ul.menu li a {
    display: block;
}

#footer ul.menu .tooltip {
    display: none;
    /*
  margin: 0.5em 0 0;
  top: 100%;
  left: 0%;
  max-width: 400px;
  width: 100%;
  opacity: 0;
  @include transform(translate(0, -20px));
  */
}

#footer .logo {
    -ms-grid-column: 1;
    grid-area: logo;
    width: 308px;
    max-width: 80%;
    margin: 0 auto;
    padding-right: 25px;
}

#footer .logo .programof {
    display: block;
    margin: 0 0 1.3em;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.07em;
    font-size: 0.7em;
    font-weight: 500;
}

#footer .address {
    -ms-grid-column: 3;
    -ms-grid-row: 2;
    grid-area: address;
    color: #F0F0F0;
    font-size: 0.9em;
    margin-bottom: 0.6em;
}

#footer .additional {
    -ms-grid-column: 5;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-area: additional;
}

#footer .additional a,
#footer .links a {
    font-size: 0.9em;
    letter-spacing: 0.05em;
    font-weight: 500;
}

#footer .partners {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    grid-area: partners;
    padding-top: 2.2em;
    padding-bottom: 2em;
}

#footer .partners h5 {
    position: relative;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    white-space: nowrap;
}

#footer .partners h5:before,
#footer .partners h5:after {
    content: " ";
    display: inline-block;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    height: 1px;
    margin: 0;
    background: currentColor;
    opacity: 0.5;
}

#footer .partners h5 span {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 1em;
}

#footer .partners .logos {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin-top: 1.5em;
}

#footer .partners .logos img {
    display: inline-block;
    max-width: 150px;
}

#footer .links {
    -ms-grid-column: 3;
    -ms-grid-row: 3;
    grid-area: links;
    padding: 1em 0 2em;
}

#footer .copyright {
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    -ms-grid-row: 4;
    grid-area: c;
    margin: 5em 0 0;
    font-size: 0.7em;
    color: #F0F0F0;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    text-align: center;
}

#footer .copyright a {
    color: inherit;
}

/** end footer css **/



@media print {

    .main-navigation,
    .secondary-navigation,
    .searchandsocial,
    .masthead-bkgrd::after,
    #pagenav,
    .imgcap::after,
    .imgcap::before,
    .feedbackw,
    #sponsors-bottom,
    #subscribe,
    #footer {
        display: none;
    }

    .site-title {
        -webkit-filter: none;
        filter: none;
        width: 200px;
        top: 0;
    }

    .masthead-bkgrd {
        background: none;
        height: 5em;
    }

    .wrapper,
    .headerwrapper,
    .mapw.wrapper,
    .mediaw.wrapper,
    .podembedw.wrapper {
        background: none;
    }

    .imgcap {
        position: static;
        border: 1px solid #000;
    }

    .imgcap a {
        color: #000;
    }

    #primary a::after {
        content: " ["attr(href) "]";
        font-weight: normal;
    }

    #primary .imgcap a::after,
    #primary .author a::after {
        content: '';
    }

    #primary a {
        text-decoration: none;
        color: var(--textcolor);
        font-weight: bold;
    }

    .related {
        width: 100%;
    }
}