/**
 * Fonts
 */ 
@font-face {
  font-family: 'Freight Text Pro';
  src: url('/wp-content/uploads/fonts/FreightText-Bold.woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Freight Text Pro';
  src: url('/wp-content/uploads/fonts/FreightText-BoldItalic.woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Freight Text Pro';
  src: url('/wp-content/uploads/fonts/FreightText-Book.woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Freight Text Pro';
  src: url('/wp-content/uploads/fonts/FreightText-BookItalic.woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Meursault';
  src: url('/wp-content/uploads/fonts/MeursaultWeb-Medium.woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Meursault Condensed';
  src: url('/wp-content/uploads/fonts/MeursaultUltraCondensedWeb-Medium.woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Publico Banner Condensed';
  src: url('/wp-content/uploads/fonts/PublicoBannerCondensed-Black-Web.woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('/wp-content/uploads/fonts/SofiaProBlack.woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('/wp-content/uploads/fonts/SofiaProSemiBold.woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('/wp-content/uploads/fonts/SofiaProRegular.woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

h2, h3, h4, h5, h6,
.entry-title,
.widget .wpnbha .entry-title,
.font-meursault-condensed {
	font-family: 'Meursault Condensed', serif;
	font-weight: 500;
	line-height: 1.2;
}

.font-meursault,
.home p {
	font-family: 'Meursault', serif;
	font-weight: 500;
}

h1,
.font-publico-banner-condensed {
	font-family: 'Publico Banner Condensed';
	line-height: 1;
}

.font-freight-text-pro {
	font-family: 'Freight Text Pro', serif;
}

.font-sofia-pro {
	font-family: 'Sofia Pro', sans-serif;
}

h1.font-sofia-pro,
h2.font-sofia-pro,
h3.font-sofia-pro,
h4.font-sofia-pro,
h5.font-sofia-pro,
h6.font-sofia-pro {
	font-weight: 900;
}

h1 b, 
h2 b, 
h3 b,
h4 b {
	font-weight: inherit;
}

.widget h1, 
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
	font-family: "Sofia Pro", sans-serif;
	font-weight: bold;
}

@media (max-width: 781px) {
	.entry-content h1 {
		font-size: var(--newspack-theme-font-size-xxl) !important;
	}
	h1,
	h1 a,
	h2,
	h2 a,
	h3,
	h3 a,
	h4,
	h4 a,
	h5,
	h5 a,
	h6,
	h6 a,
	.entry-title{
		hyphens: none;
	}
}


/**
 * CSS Variables
 */ 
:root {
	--newspack-theme-color-text-main: #212427;
	--newspack-theme-font-line-height-body: 1.4;
}

/**
 * Header
 */ 
.site-header .custom-logo-link {
	margin-top: 4px;
}

@media (min-width: 960px) {
	.h-sh .middle-header-contain .wrapper {
		padding: 1.25em 0;
	}
}

.h-sh .site-branding {
	flex-basis: 40%;
	margin-right: 0 !important;
}

.h-sh .site-branding + .nav-wrapper {
	flex-basis: 50%;
}

.h-sb .site-description {
	color: #82766E;
	font-size: 0.75rem;
	font-style: normal;
	padding: 0;
	font-family: 'Sofia Pro';
}

.nav1 .main-menu > li > a {
	font-weight: normal;
	font-size: 0.8rem;
}

.nav3 .menu-highlight a,
.site-header .mb-cta {
	background: var( --newspack-theme-color-secondary );
	border: 0;
	color: #fff;
	font-size: 0.8rem;
	font-weight: 900;
	padding: 0.7em 2em 0.6em;
	text-transform: none;
}

.site-header .button.mb-cta:not(:hover):visited {
	color: #fff;
}


.site-header .mb-cta {
	padding-left: 1em;
	padding-right: 1em;
}

/* Switch to mobile header "sooner" */
@media (max-width: 1200px) {
	.h-sh .site-header .desktop-menu-toggle,
	.h-sh .desktop-only {
		display: none;
	}
	
	 .h-sh .site-header .mobile-menu-toggle, 
	.h-sh .site-header .mb-cta {
		 display: inherit;
	}
}

@media (max-width: 782px) {
	.site-description {
		display: none;
	}
	
	.side-nav {
		display: none;
	}
	
}

/* Dropdown menus */
.h-sh .site-header .nav1 .main-menu > li {
	padding: 0.75rem 0;
}

.dd-menu > ul > li.menu-item-has-children .submenu-expand {
	position: relative;
	top: -4px;
}

.dd-menu > ul > li.menu-item-has-children {
	position: relative;
}

.dd-menu > ul > li.menu-item-has-children:after {
	border-style: solid;
	border-width: 0 8px 8px;
	border-color:transparent transparent  var( --newspack-theme-color-primary ) transparent;
	content: '';
	display: none;
	height: 10px;
	inset: auto auto 0 calc( 50% - 5px );
	position: absolute;
	width: 10px;
}

.dd-menu > ul > li.menu-item-has-children:hover:after {
	display: block;
}

.sub-menu ul,
.site-header .dd-menu .sub-menu a,
.site-header .menu-item-has-children > .sub-menu {
	background: var( --newspack-theme-color-primary );
	color: #D2F9F6;
}

.site-header .dd-menu .sub-menu a:hover {
	background: var( --newspack-theme-color-secondary );
	color: #fff;
}

.site-header .dd-menu > ul > li > .sub-menu::before,
.dd-menu .sub-menu > li.menu-item-has-children .submenu-expand,
.site-header .dd-menu .topics-dropdown .sub-menu .sub-menu .submenu {
	display: none;	
}

.h-sh .site-header .nav1 .main-menu > li > .sub-menu {
	padding: 1.25rem;
	box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
	border-left: 1px solid #504558;
  border-right: 1px solid #504558;
  border-bottom: 1px solid #504558;
}

.site-header .dd-menu .sub-menu a {
	padding: 0.5rem;
}

.site-header .topics-dropdown.menu-item-has-children:hover > .sub-menu,
.site-header .topics-dropdown.menu-item-has-children > .submenu-expand.open-dropdown + .sub-menu {
	display: flex;
	gap: 2rem;
	left: -15rem;
	width: 40rem;
	align-items: stretch;
} 

.site-header .dd-menu .topics-dropdown .sub-menu .sub-menu {
	display: block;
	flex-basis: 25%;
	position: static;
	opacity: 1;
	width: 100%;
}

.site-header .dd-menu .topics-dropdown .sub-menu > li:not(:last-of-type ) > .sub-menu:after {
	border-right: 1px solid #635E77;
	content: '';
	display: block;
	inset: 0 -1rem 0 auto;
	position: absolute;
	
}

.site-header .topics-dropdown.menu-item-has-children > .sub-menu > li {
	width: 100%;
}

.site-header .topics-dropdown.menu-item-has-children > .sub-menu > li > a {
	background: transparent !important;
	color: #fff !important;
	font-weight: 900;
	font-size: 1.1em;
}


/* Hamburger Menu */

.site-header .desktop-menu-toggle svg {
	height: 28px;
	width: 28px;
}

.desktop-sidebar,
.mobile-sidebar {
	background-color: var( --newspack-theme-color-primary );
	color: #fff;
}

.desktop-sidebar button,
.desktop-sidebar button:hover,
.mobile-sidebar button,
.mobile-sidebar button:hover {
	color: #fff;
}

.desktop-sidebar a,
.desktop-sidebar a:visited,
.mobile-sidebar a,
.mobile-sidebar a:visited {
	color: #D2F9F6;
}

.desktop-sidebar .widget_nav_menu a,
.mobile-sidebar .widget_nav_menu a {
	display: block;
	padding: 3px 2px 1px;
}

.desktop-sidebar .widget_nav_menu a:hover,
.mobile-sidebar .widget_nav_menu a:hover {
	background: var( --newspack-theme-color-secondary );
	color: #fff;
	outline: 4px solid var( --newspack-theme-color-secondary );
	text-decoration: none;
}

.desktop-sidebar .wp-block-search,
.mobile-sidebar .wp-block-search {
	background: #fff;
}

.desktop-sidebar .wp-block-heading,
.mobile-sidebar .wp-block-heading {
	font-size: 0.85rem;
}

.desktop-sidebar .wp-block-heading a,
.mobile-sidebar .wp-block-heading a {
	color: #fff;
}

.desktop-sidebar .widget,
.mobile-sidebar .widget {
	border: 0;
	padding: 0;
}

.desktop-sidebar .widget.widget_block,
.desktop-sidebar .wp-block-separator,
.mobile-sidebar .widget.widget_block,
.mobile-sidebar .wp-block-separator {
	margin: 20px 0;
}

.desktop-sidebar .wp-block-separator,
.desktop-sidebar .wp-block-columns.is-style-borders > .wp-block-column::after,
.mobile-sidebar .wp-block-separator,
.mobile-sidebar .wp-block-columns.is-style-borders > .wp-block-column::after {
	border-color: rgba(255,255,255,0.15);
}

.mobile-sidebar .nav1,
.mobile-sidebar .nav3,
.mobile-sidebar .search-form,
.mobile-sidebar .social-navigation {
	display: none;
}

.overlay-mask {
	backdrop-filter: blur(3px);
	background-color: rgba( 99, 94, 119, 0.8);
}

/**
 * Content
 */ 

/* Accent headers */
.accent-header:not(.widget-title)::before, 
.article-section-title::before,
.cat-links::before, 
.page-title::before { 
	display: none;	
}

.accent-header:not(.widget-title), 
div.wpnbha .article-section-title {
	color: #635E77;
	font-family: 'Sofia Pro', sans-serif;
	font-weight: 900;
	letter-spacing: .2em;
}

.accent-header:after, 
div.wpnbha .article-section-title:after {
	border-bottom: 4px solid currentcolor;
	content: '';
	display: block;
	margin: 0.5em auto 0;
	width: 250px;
}

/* Post elements */
.cat-links,
div.wpnbha .cat-links {
	font-family: 'Sofia Pro', sans-serif;
	font-weight: 900;
	letter-spacing: .2em;
}

.cat-links a,
div.wpnbha .cat-links a {
	color: #F28282;
}

.avatar, 
.entry-content .wpnbha .avatar {
	border-radius: 100%;
}

/* Captions */

figcaption,
.wp-caption-text,
.wp-block-image figcaption {
	color: var(--newspack-theme-color-text-main);
	font-size: 0.75rem;
	line-height: 1.4;
	text-align: left;
}

.image-credit .credit-label-wrapper {
	display:none;
}

.image-credit {
	font-weight:bold;
}

/* Blocks - Columns */
.wp-block-columns.columns-no-gap {
	gap: 0 !important;
}

@media (max-width: 900px) {
	.wp-block-column:empty {
		display: none;
	}
}

/* Blocks - Group */
.wp-block-group.is-style-border {
	border-color: #B4ADA8;
}

@media (min-width: 782px) {
	.entry .entry-content > .wp-block-group.alignleft,
	.entry .entry-content > .wp-block-group.alignright {
		max-width: 40%;
	}
}

/* Blocks - Homepage Posts */
div.wpnbha .article-section-title {
	text-align: center;
}

div.wpnbha .entry-wrapper .cat-links {
	font-size: 0.75rem;
}

div.wpnbha article .entry-wrapper .entry-meta {
	font-size: 0.7rem;
}

.wpnbha .entry-wrapper p {
	font-family: 'Meursault', serif;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1.4;
}

.site-footer .footer-widgets section:first-of-type {
    background-size: 60%;
}

@media (min-width: 600px) {
	div.wpnbha.image-alignleft.is-4 .post-thumbnail, 
	div.wpnbha.image-alignright.is-4 .post-thumbnail {
		flex-basis: 66%;
	}

	div.wpnbha.image-alignleft.is-4 .entry-wrapper, 
	div.wpnbha.image-alignright.is-4 .entry-wrapper {
	flex-basis: 33%;
	}
}

.wpnbha.image-alignleft.is-4 .entry-wrapper,
.wpnbha.image-alignright.is-4 .entry-wrapper {
	align-content: center;
	display: flex;
	flex-wrap: wrap;
}

.wpnbha.image-alignleft.is-4 .entry-wrapper > *,
.wpnbha.image-alignright.is-4 .entry-wrapper > * {
	width: 100%;
}

.wpnbha.image-alignbehind .post-has-image  {
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.wpnbha.image-alignbehind .post-thumbnail a {
	inset: 0;
	position: absolute;
}

div.wpnbha.image-alignbehind .post-has-image .post-thumbnail::after {
	display: none;
}

div.wpnbha.image-alignbehind .post-thumbnail a:after { 
	background: linear-gradient(0deg, rgba(0,0,0,0.70) 0%, rgba(0,0,0,0) 60%); 
	content: '';
	display: block;
	inset: 0;
	position: absolute;
}

div.wpnbha.image-alignbehind .post-has-image .entry-wrapper {
	margin: 2rem 1rem;
	padding: 0;
}

div.wpnbha.is-style-borders:not(.is-grid) article {
	margin-bottom: 1rem;
}

.wp-block-separator + .wpnbha.is-style-borders {
	margin-top: -12px !important;
}

.wp-block-separator + .wpnbha.is-style-borders + .wp-block-separator {
	margin-top: -24px !important;
}

/* Blocks - buttons */
.wp-block-button__link, 
.button,
button, 
input[type="button"], input[type="reset"],
input[type="submit"] {
	border-radius: 0;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
}

/* Blocks - Navigation */
.wp-block-navigation-link {
	font-size: 0.8rem;
}

.wp-block-navigation-link a:hover {
	background: var( --newspack-theme-color-secondary );
	outline: 4px solid var( --newspack-theme-color-secondary );
	text-decoration: none;
}

.wp-block-navigation.is-vertical,
.wp-block-navigation.is-vertical li,
.wp-block-navigation.is-vertical li a {
	justify-content: flex-stretch;
	width: 100%;
}

.wp-block-navigation.is-vertical li a {
	padding: 4px 0 0;
}

/* Blocks - Pullquote */
.wp-block-pullquote {
	color: #635E77;
	padding: 0.5rem 0;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
	margin-top: 0;
	padding: 0;
}

.wp-block-pullquote blockquote p {
	font-family: 'Freight Text Pro', serif;
	font-style: normal;
}

.wp-block-pullquote blockquote::before,
.wp-block-pullquote blockquote::after,
.wp-block-pullquote blockquote p:first-of-type::before {
	display: none;	
}

.wp-block-pullquote cite {
	font-size: 0.7rem;
}

/* Single Posts */
.single .entry-header {
	text-align: center;
}

.single .entry-subhead {
	justify-content: center;
	gap: 0.5em;
	flex-wrap: wrap;
}

.sd-content ul li {
	margin-bottom: 0;
}

.single .entry-subhead .entry-meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	width: 100%;
}

.single.single-featured-image-default .byline {
   margin-right: 1.5rem;
}

.single .entry-header .cat-links {
	font-size: 0.7rem;
}

.single .entry-header .author-avatar {
	margin-bottom: 0.5rem;
	position: relative;
	z-index: 4;
}

.single .entry-header .author-avatar:nth-of-type(2) {
	z-index: 3;
}

.single .entry-header .author-avatar:nth-of-type(3) {
	z-index: 2;
}

.single .entry-header .author-avatar:nth-of-type(4) {
	z-index: 1;
}
.single .entry-header .author-avatar + .author-avatar {
	margin-left: -20px;
}



.newspack-post-subtitle {
	font-style: normal;
}

.entry-header .newspack-post-subtitle {
	font-size: 1.1rem;
	margin-top: 1rem;
}

.article-summary {
	background: #F6F4EB;
	border: 1px solid #B4ADA8;
	color: #535d67;
	font-family: 'Sofia Pro', sans-serif;
	font-size: 0.8rem;
}

.article-summary .article-summary-title {
	color: #F28282;
	font-family: 'Sofia Pro', sans-serif;
	font-size: 0.7rem;
	font-weight: 900;
	letter-spacing: 0.2em;
	margin-bottom: -10px;
	text-transform: uppercase;
}

/* Single - small feat image */
.single:not(.has-large-featured-image) .entry-header {
	border: 0;
	padding-bottom: 0;
}

/* Single - featured image behind & beside */
.single .featured-image-behind .entry-header {
	text-align: left;
}

.single .featured-image-behind .entry-subhead {
	display: block;
}

.single .featured-image-behind .cat-links a {
	color: #F8CD65;
}

.single .featured-image-behind .entry-header .entry-meta .byline a {
	color: #D2F9F6;
}

.featured-image-behind {
	text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.featured-image-behind:before { 
	background: linear-gradient(0deg, rgba(0,0,0,0.60) 0%, rgba(0,0,0,0.1) 60%); 
}


@media only screen and (min-width: 782px) {
  .h-sh .featured-image-behind,
	.h-sh .featured-image-beside {
    min-height: 45vh;
  }
	
	.h-sb .featured-image-beside {
		background: var( --newspack-theme-color-primary );
	}
	
	.single .featured-image-beside .entry-header {
		text-align: left;
	}

	.single .featured-image-beside .entry-subhead {
		display: block;
	}

	.single .featured-image-beside .cat-links a {
		color: #F8CD65;
	}

	.single .featured-image-beside .entry-header .entry-meta .byline a {
		color: #D2F9F6;
	}
}

/* Single - featured image beside */ 

/* Single - Author Bio */
.author-bio-header .accent-header:not(.widget-title) {
	font-size: 0.8rem;
}

.author-bio-header .accent-header:not(.widget-title):after {
	display: none;
}

/**
 * Pages
 */ 
body.page .entry-header .entry-title {
	color: #3D3741;
	font-family: 'Publico Banner Condensed', serif;
}

@media (min-width: 960px) {
	body.page .entry-header .entry-title {
		font-size: 2.6rem;
	}
}

/* Page - title hidden */
.hide-page-title .entry .entry-content > .alignfull:first-child {
	margin-top: 0;
}

.entry .entry-content > .alignfull + .alignfull {
	margin-top: -22px;
}

/**
 * Archives
 */ 
.page-subtitle {
	font-family: 'Sofia Pro', sans-serif;
	font-size: 0.7rem;
	font-weight: 900;
	letter-spacing: 0.2em;
}

.page-description {
	font-family: 'Meursault Condensed', serif;
  font-weight: 500;
}

.taxonomy-description {
	font-style: normal;
}

.archive article .entry-content p {
	font-family: 'Meursault', serif;
	font-size: 0.9rem;
}

/**
 * Secondary
 */ 
#secondary .wpnbha {
	font-size: 1.1em;
}

#secondary div.wpnbha .article-section-title {
	font-size: 0.8rem;
	margin-bottom: 2rem;
	text-align: center;
}

#secondary .wpnbha .cat-links {
	font-size: 0.65rem;
}

/**
 * Campaigns
 */ 
.newspack-popup,
.newspack-popup p {
	font-family: 'Sofia Pro', sans-serif;
}

.newspack-popup h2,
.newspack-popup h3,
.newspack-popup h4 {
	font-family: 'Publico Banner Condensed', serif;
	font-weight: bold;
}

.newspack-lightbox .newspack-lightbox-overlay[style*="opacity: 0.3;background-color:#000000;"] {
	backdrop-filter: blur(3px);
	background-color: rgba( 99, 94, 119, 0.8) !important;
	opacity: 1 !important;
}

/**
 * Footer
 */ 
#colophon .widgettitle {
	font-weight: 900;
	text-transform: none;
}

.site-footer {
	padding-top: 2rem;
}

.site-footer p {
	font-family: 'Freight Text Pro', serif;
}

.site-footer .widget.widget_block,
.site-footer :where(.wp-block-columns),
.site-footer .wp-block-separator {
	margin: 0;
}

.site-footer .footer-widgets section:first-of-type {
	background: url('/wp-content/uploads/IW-Website-2024-Cook-county-sketch-Recovered-1.png'), #f6f4eb;
	background-size: contain;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-blend-mode: multiply;
	padding-bottom: 2rem;
}

.site-footer .footer-widgets h2 + .widget_nav_menu {
	margin-top: -16px;
}

@media (min-width: 782px) {
	.site-footer .footer-widgets section:first-of-type {
		padding-bottom: 40px;
	}
	
	.site-footer .wp-block-social-links {
		justify-content: flex-end;
	}
}

.site-info {
	background: var( --newspack-theme-color-primary );
}

.site-info,
.site-info a,
.site-info a:hover {
	color: #fff;
}

.site-info .social-navigation {
	display: none;
}

.site-info .site-info-contain:first-child {
	border: 0;
}

/* GET CURRENT STUDIO CUSTOM CSS */

.opacity {
	opacity: 40%;
}

/* Site Tagline */
.h-sb .site-description {
    font-size: .74em;
}

/* Slide Out Menu */
#block-7 p.has-text-align-center {
    font-family: 'Sofia Pro';
    margin-top: -15px;
}

/* Home */

.project-cover h5 {
    margin-bottom: -10px;
    letter-spacing: 1px;
}

html {
    margin-top: 0px !important; 
}

body {
    border-left: 10px solid #FFF;
    border-right: 10px solid #FFF;
    position: relative;
    background-color: white;
		z-index: 10000;
}

body:before, body:after {
    position: fixed;
    content: "";
    background: #FFF;
    left: 0;
    right: 0;
    height: 10px;
	  z-index: 10000;
}

body:before {
    top: 0;
}

body:after {
    bottom: 0;
}

#page {
    margin-top: 10px;
}

footer#colophon {
    margin-bottom: 10px;
}

div#content {
    overflow: hidden;
}

/* Article Header Max-width */
header.entry-header {
    max-width: 960px;
    margin: 0 auto;
}


/* Sticky Nav */
.page-template-single-wide .site-content {
    overflow: unset !important;
}

.side-nav {
  position: sticky;
  top: 10px;
}

a.wp-block-navigation-item__content:active {
    background: var(--newspack-theme-color-secondary);
    outline: 4px solid var(--newspack-theme-color-secondary);
    text-decoration: none;
}

/* Single Post Author Bio */
.single-post .author-job-title::before {
    content: "\a";
    white-space: pre;
}

.single-post .author-job-title {
    font-family: 'Sofia Pro' !important;
    font-weight: 300;
    margin-top: -5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: .7rem !important;
}

/* Author Bio */
.author-bio {
    padding: 30px;
    border: 1px solid #C7C5BA;
    background-color: var(--bec-color-light-brown,#f6f4eb) !important;
}

.archive.author .page-header {
    padding: 30px;
    border: 1px solid #C7C5BA;
    background-color: var(--bec-color-light-brown,#f6f4eb) !important;
}

.author-bio-header a {
    font-family: 'Meursault Condensed',serif !important;
    font-weight: 500;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    font-size: 1.9em !important;
}

/* Autho Bio */
.author-meta .author-email {
    font-family: 'Sofia Pro', sans serif !important;
    font-size: 1em !important;
}

/* Republish Button */
.side-widget.republication_tracker_tool button.republication-tracker-tool-button, .widget.republication_tracker_tool button.republication-tracker-tool-button {
    background: #ea6d59 !important;
    border: none !important;
    border-radius: 0 !important;
    text-shadow: none !important;
}

#republication_tracker_tool-2 p a {
    text-decoration: none !important;
    background: none;
}

/* Footer Nav */
#block-64 h4.wp-block-heading {
    margin-bottom: -22px !important;
    margin-top: 20px !important;
}

@media only screen and (max-width: 600px) {
    section#block-15 {
        padding-bottom: 205px;
    }	

    /* GCS Larger Head on ts-3 */	
    .wpnbha.ts-3 .entry-title {
        font-size: 1.5em !important;
    }
}

/* Hover effect */
article .main-content .entry-content a::before {
    content: '';
    background-color: hsla(8, 78%, 63%, .20);
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 8px;
    z-index: -1;
    transition: all .3s ease-in-out;
}

article .main-content .entry-content a:hover::before {
    bottom: 5px;
    height: 75%;
}

.entry-content p a {
    color: #FF2300;
    background: linear-gradient(0deg, rgb(246 244 235 / 0%) 4px, rgba(234,109,89,0.7) 4px, rgba(234,109,89,0.7) 5px, rgba(251,50,18,0.15) 5px, rgba(251,50,18,0.15) 96%, rgb(246 244 235 / 0%) 96%);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 100% 40%;
    transition: background-size .1s ease-in;
    text-decoration: none;
}

.entry-content p a:hover,
.entry-content p a:focus {
    background-size: 100% 100%;
    color: #FF2300;
}

#main .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow > ul li a:hover {
    background-size: 100% 100%;
    color: #FF2300;
}
#main .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow > ul li a {
    color: #FF2300;
    background: linear-gradient(0deg,rgb(246 244 235 / 0%) 4px,rgba(234,109,89,0.7) 4px,rgba(234,109,89,0.7) 5px,rgba(251,50,18,0.15) 5px,rgba(251,50,18,0.15) 96%,rgb(246 244 235 / 0%) 96%);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 100% 40%;
    transition: background-size .1s ease-in;
    text-decoration: none;
}

/*Projects Page*/
.page-id-455234 .entry-content p a,
.entry-content p a:focus {
    background: none;
}

.page-id-455234 .entry-content p a:hover,
.entry-content p a:focus {
    text-decoration: underline;
}

/* Button */

.wp-block-button__link, .button, button, input[type="button"], input[type="reset"], input[type="submit"] {
    text-transform: unset;
}

/* Accent Header */
.wp-block-group.alignfull.has-white-color.has-primary-background-color.has-text-color.has-background.has-link-color p a {
    background: none;
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 100% 40%;
    transition: background-size .1s ease-in;
}

.wp-block-group.alignfull.has-white-color.has-primary-background-color.has-text-color.has-background.has-link-color p a:hover {
    text-decoration: underline;
}

.opacity {align-content
	opacity: 70%;
}

/* Footer Button */
.footer-button {
	    font-size: 1rem !important;
}