/**
 *
 * Print stylesheet for /gv-theme/
 *
 *
 * @package
 * @copyright
 * @license
 *
 */

#SHOW-URL-AFTER-LINK:after,
.contributor-name a:after,
.entry a:link:after,
.entry a:visited:after,
.footer-license a:link:after,
.footer-license a:visited:after,
.update-post a:link:after,
.update-post a:visited:after,
.show-url-after-link:after {
   content: " [" attr(href) "] ";
   font-size: 10px;
   font-weight: normal;
   color: #000;
}

/* Remove unwanted elements */
#DISPLAY-NONE,
.skip-link,
.header-banner,
#disambiguation,
.a11y-dialog-open,
.a11y-dialog-container,
.about-site-translation-content-container,
.header-nav-bar,
.header-subterms-container,
.archive-menus,
.headlines-container,
#emergencytitle,
#title-language,
#site-desc,
#blurb a,
#header-promo,
#tabbed,
#featured,
#special-coverage,
.post-header .post-sharing-icons,
.read-more,
.more-link,
.link-icon,
.media-icons,
.feed-link,
.contributor img,
.post-translations,
.custom-context-badge,
.date > a,
.post-edit-link,
.post-header-sharing,
#toc_container,
.translation-tabs .ui-tabs-nav,
.entry .gv-mailchimp-form-container,
.postfooter,
.post-footer-sharing,
.single-post-footer-sidebar-container,
.recent-articles,
#comments,
#respond,
.main-sidebar,
#footernav,
#footer,
#footersearch,
.footer-license-badge,
.translations,
.display-none {
	display: none;
}

#NBSP-1:after, 
.post-terms-inline:after,
.credit-label:after,
.nbsp-1:after {
	content: "\00a0 ";
 }

#HIDDEN-LINKS,
h2.post-title a:link,
h2.post-title a:visited,
.post-date a:link,
.post-date a:visited,
.hidden-links {
	color: #000;
	text-decoration: none;
}

/* Base styles */

body {
	background-color: #fff;
	color: #000;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

a:link, 
a:visited {
	color: #045885;
	text-decoration: underline;
}

.wp-caption-text {
	padding: 0 1em;
}
blockquote {
	font-style: italic;
}

img,
.wp-caption img,
.entry .wp-caption img {
	width: auto !important;
	/* max-width: 100% !important;
	height: auto !important; */
	page-break-inside: avoid !important;
	max-height: 95vh !important;
	max-width: 95vw !important;
}

}

/* Site structure */
h1.site-title,
header {
	margin-bottom: .5em;
}
.site-header-image {
	max-width: 250px !important;
}
h2.post-title {
	font-size: 2.5em;
	line-height:1.5em;
	margin-bottom:0;
	margin-top: 0;
}

#container, 
.main-wrapper {
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#ITALIC-TEXT,
#blurb,
.postmeta-container,
.postmeta,
.wp-caption-text {
	font-style: italic;
}
.post-tagline {
	font-size: 150%;
	font-style: normal;
	margin-bottom: 1em;
}
.post-header-meta {
	margin-bottom: 1em;
}
.date {
	margin-bottom: 1em;
}

.entry p {
	font-size: 14px;
	line-height: 20px;
}

.sponsors-badges li {
	display: inline;
}

/* updates */
.update-post .postfooter {
	display: inline;
	}

.footer-license-container {
	margin-top: 1.5rem;
	border-top: 1px solid black;
	padding-top: 0.75rem;
}

/* Page break corrections */

h1, h2, h3, h4, h5, h6, img {
	page-break-after: avoid;
	page-break-inside: avoid;
	}

blockquote, table, pre {
	page-break-inside: avoid;
}

ul, ol {
	page-break-before: avoid;
	page-break-inside: avoid;
}
