/*
Theme Name:		United Way DR 2021
Author:			CMS Web Solutions
Author URI:		http://cmswebsolutions.com
*/

/* montserrat-regular - latin */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: local(''),
		url('fonts/montserrat-v15-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		url('fonts/montserrat-v15-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-italic - latin */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 400;
	src: local(''),
		url('fonts/montserrat-v15-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		url('fonts/montserrat-v15-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-500 - latin */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	src: local(''),
		url('fonts/montserrat-v15-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		url('fonts/montserrat-v15-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-600 - latin */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	src: local(''),
		url('fonts/montserrat-v15-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		url('fonts/montserrat-v15-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-700 - latin */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: local(''),
		url('fonts/montserrat-v15-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		url('fonts/montserrat-v15-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
    font-size: 110%;
}

body {
	margin: 0 auto;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: 400;
	position: relative;
	color: #010101;
	background-color: #fffefe;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
}

@media (prefers-reduced-motion: reduce) {
	* {
		-webkit-animation-duration: 0.01ms !important;
		        animation-duration: 0.01ms !important;
		-webkit-animation-iteration-count: 1 !important;
		        animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

header, nav, main, footer,
iframe, embed, figcaption, section, summary {
	display: block;
	position: relative;
	margin: 0 auto;
}

main {
	overflow: hidden;
}

table {
	border-collapse: collapse;
	width: 100%;
}

table caption {
	padding: .5rem;
	color: #da291c;
	text-align: left;
}

table th {
	text-align: left;
}

table th,
table td {
	padding: .5rem;
	border: 1px solid #ddd;
}

address {
	font-style: normal;
}

figure {
	display: table;
}

figcaption {
	width: 100%;
	display: table-caption;
	caption-side: bottom;
}

.inner {
	display: block;
	margin: 0 auto;
	padding: 0 1rem;
	max-width: 70rem;
	position: relative;
}

nav {
	margin-bottom: .5rem;
}

h1 {
	margin: .75rem 0;
	color: #da291c;
	font-size: 1.892rem;
	font-weight: 600;
}

h2 {
	margin: 1.25rem 0 .75rem;
	color: #da291c;
	font-weight: 500;
}

h1 + h2 {
	margin: .25rem 0 .75rem;
}

h2 a {
	color: #da291c;
	-webkit-text-decoration-color: #aaa;
	text-decoration-color: #aaa;
}

h2 a:hover,
h2 a:focus {
	color: #da291c;
	-webkit-text-decoration-color: #54585a;
	text-decoration-color: #54585a;
}

h3 {
	margin: 1.5rem 0 .75rem;
	color: #54585a;
	font-weight: 500;
}

h4 {
	margin: 1.5rem 0 .75rem;
	color: #da291c;
	font-weight: 600;
}

main p + p, 
main p * {
	margin-top: 0;
}

main li {
	margin-bottom: 1rem;
}

ul[class],
ol[class] {
  padding: 0;
}

ul[class],
ol[class] {
  list-style: none;
}

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

a {
	color: #076ad4;
	transition: color .1s;
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	        text-decoration-skip-ink: auto;
}

a[href^="tel:"] {
	text-decoration: none;
}

a:hover,
a:focus {
	color: #da291c;
}

:focus {
	outline: 2px solid #cbdce4;
}

a:active {
	transition: color 2s;
	color: blue;
}

a img {
	border: none;
	outline: none;
}

iframe,embed {
	margin-bottom: 1.5rem;
	max-width: 100%;
}

input,
textarea,
select {
	margin: 0;
	font: inherit;
}

button {
	font-family: inherit;
	font-size: inherit;
	line-height: 1.5;
	padding: .25rem 1rem;
}

.wp-block-button {
	color: #fff;
	background-color: #da291c;
	border: 1px solid #da291c;
	border-radius: 6px;
	font-family: inherit;
	font-size: inherit;
	line-height: 1.5;
	padding: .25rem 1rem;
	text-align: center;
	text-decoration: none;
}

.wp-block-button {
	color: inherit;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0 !important;
	padding: 0;
}

.wp-block-button__link:not(.has-background),
.wp-block-button__link:visited {
	padding: .25rem .75rem;
	color: #fff;
	background: #da291c;
	border: 1px solid #da291c;
	border-radius: 6px;
	font-size: inherit;
}

.wp-block-button__link {
	padding: .25rem .75rem;
}

.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button__link.has-red-color:hover, 
.wp-block-button__link.has-red-color:focus {
	color: #da291c;
	background-color: #fff;
}

.wp-block-button__link.has-red-background-color {
	color: #fff;
	background-color: #da291c;
	border: 1px solid #da291c;
}

.wp-block-button__link.has-red-background-color:hover, 
.wp-block-button__link.has-red-background-color:focus {
	color: #da291c;
	background-color: #fff;
}

.wp-block-button__link.has-white-background-color {
	color: #da291c;
	background-color: #fff;
	border: 1px solid #da291c;
}

.wp-block-button__link.has-white-background-color:hover, 
.wp-block-button__link.has-white-background-color:focus {
	color: #fff;
	background-color: #da291c;
}

@-webkit-keyframes pulse{
	to {
	  transform: scale(1.1);
	}
   }
   
@keyframes pulse{
	to {
		transform: scale(1.1);
	}
}

.wp-block-button__link .pulse {
	margin-right: .25rem;
	width: 24px;
	height: 20px;
	display: inline-block;
	background: url(img/heart.png) center center no-repeat;
	background-size: contain;
	vertical-align: middle;
	transform: translateZ(0);
}

.wp-block-button__link.has-white-background-color .pulse {
	margin-right: .25rem;
	width: 24px;
	height: 20px;
	display: inline-block;
	background: url(img/heart_red.png) center center no-repeat;
	background-size: contain;
	vertical-align: middle;
	transform: translateZ(0);
}

.wp-block-button__link:hover .pulse,
.wp-block-button__link:focus .pulse {
	background: url(img/heart_red.png) center center no-repeat;
	background-size: contain;
	-webkit-animation-name: pulse;
	        animation-name: pulse;
	-webkit-animation-duration: 0.3s;
	        animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	        animation-direction: alternate;
}

.wp-block-button__link.has-white-background-color:hover .pulse,
.wp-block-button__link.has-white-background-color:focus .pulse {
	background: url(img/heart.png) center center no-repeat;
	background-size: contain;
	-webkit-animation-name: pulse;
	        animation-name: pulse;
	-webkit-animation-duration: 0.3s;
	        animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	        animation-direction: alternate;
}

.hidden {
	position: absolute;
	left: -1000rem;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	margin: -1px;
	padding: 0;
	clip: rect(0,0,0,0);
	border: 0;
}

.clearfix {
	overflow: hidden;
	content: "";
	visibility: hidden;
	display: block;
	height: 1px;
	width: 1px;
	clear: both;
}

a.skip {
	position: absolute;
	top: 0;
	left: -1000rem;
	color: #fff;
	background-color: #54585a;
	text-decoration: none;
	border-radius: 0 0 3px 3px;
}

a.skip:focus,
a.skip:hover {
	left: 1rem;
	top: 0;
	padding: .5rem 1rem;
}

header {
	padding: .5rem 0;
	text-align: center;
}

.notice {
	margin: 1rem 0;
	color: #2c2a29;
	background-color: #eaaa00;
}

.notice .inner {
	display: block;
	padding: .01rem 1.5rem;
	max-width: 70rem;
	font-size: 1.1rem;
	text-align: left;
}

.notice .inner * {
	padding: .25rem 0;
}

.logo {
	max-width: 250px;
	height: auto;
	margin: 1rem auto;
	display: block;
	text-align: center;
}

.tag {
	color: #da291c;
}

div[role="search"] {
	margin: 1rem 0;
}

div[role="search"] form {
	width: 100%;
	display: inline-block;
	display: flex;
	justify-content: center;
	align-items: center;
}

div[role="search"] [type="text"] {
	margin: 0;
	width: auto;
	max-width: 6rem;
	height: 36px;
	color: #2c2a29;
	background: #f2f2f2;
	font-family: inherit;
	font-size: 1rem;
	border: 1px solid #e2e2e2;
	outline: none;
}

div[role="search"] [type="text"]::-moz-placeholder {
	color: #050626;
}

div[role="search"] label {
	margin-right: .25rem;
	font-size: .9rem;
}

div[role="search"] button[type="submit"],
div[role="search"] input[type="submit"] {
	margin: 0 .5rem 0 0;
	padding: .25rem .1rem;
	height: 36px;
	width: 36px;
	color: #2c2a29;
	background: #f4f4f4 url(img/search.png) center center no-repeat;
	border: none;
	border-radius: 0;
}

nav {
	margin: 0 auto;
	max-width: 70rem;
}

nav .mobile {
	transition: none;
	cursor: pointer;
	display: block;
	width: 100%;
	color: #54585a;
	background-color: #fff;
	margin: 0 auto;
	padding: .25rem 0;
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	border: none;
	border-bottom: 1px solid #54585a;
	border-radius: 0;
}

nav .mobile span::before {
	content: '\2630';
	display: inline-block;
	margin-right: .25rem;
	font-size: 1.25rem;
}

nav .mobile.open span::before {
	content: '\00D7';
}

nav .mobile:hover,
nav .mobile:focus {
	color: #da291c;
}

nav ul {
	width: 100%;
	margin: 0;
	padding-left: 0;
}

.main_nav {
	display: none;
}

.footer_nav {
	border-top: 1px solid #888d8f;
	border-bottom: 1px solid #888d8f;
}

nav li {
	list-style: none;
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
}

nav a {
	padding: .25rem 0;
	width: 100%;
	text-align: center;
	text-decoration: none;
}

.main_nav a {
	color: #54585a;
	font-weight: 600;
	border-bottom: 2px solid transparent;
}

.footer_nav a {
	color: #fff;
}

.nav_trigger {
	margin: 0;
	padding: .5rem .25rem;
	width: 100%;
	color: #54585a;
	background-color: transparent;
	border: none;
	border-bottom: 2px solid transparent;
	border-radius: 0;
	font-weight: 600;
}

.nav_trigger span {
	display: inline-block;
	background: url(img/down_arrow.png) bottom left no-repeat;
	width: 11px;
	height: 11px;
	margin-right: .25rem;
}

.main_nav li:hover,
.main_nav li:focus {
	background-color: #fff;
}

.main_nav a:hover,
.main_nav a:focus,
.main_nav a:active,
.main_nav .current_page_ancestor .nav_trigger,
.nav_trigger:hover,
.nav_trigger:focus,
.nav_trigger:active {
	color: #da291c;
	border-bottom: 2px solid #da291c;
}

.footer_nav a:hover,
.footer_nav a:focus {
	color: #da291c;
	background-color: #fff;
}

nav .open + ul {
	display: block;
}

nav .open + ul li {
	padding: .5rem;
	text-align: center;
}

nav .sub-menu {
	min-width: 5rem;
	transition: all 0.5s ease;
	display: none;
}

nav .sub-menu.open {
	display: block;
	position: relative;
}

nav .sub-menu.open li {
	display: block;
	position: relative;
	background-color: #eee;
	border-bottom: 1px solid #fff;
}

nav .sub-menu.open a:hover,
nav .sub-menu.open a:focus,
nav .sub-menu.open a:active {
	color: inherit;
	background-color: #fff;
	border-bottom: 2px solid #fff;
}

.donate-side {
	display: none;
}

.banner {
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
	border-top: 1px solid #d2cbc2;
	border-bottom: 1px solid #d2cbc2;
}

.banner_image img {
	display: block;
	width: 100%;
}

.banner_image.with_overlay::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background: rgb(255,255,255);
	background: linear-gradient(to right,rgba(255,255,255,1),rgba(255,255,255,0.8) 45%,rgba(255,255,255,0) 60%);
}

.banner h2 {
	font-size: 1.892rem;
	font-weight: 600;
}

.feature {
	margin: 1rem 0;
	padding: 1.5rem 1.5rem 2.5rem;
	color: #444;
	background-color: #eee;
}

.cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.cards > li {
	position: relative;
	margin: 1.5rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.feature .cards > li {
	height: auto;
	box-shadow:  none;
}

@supports (display: grid) {
	.cards {
		display: -ms-grid;
     	display: grid;
     	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
		grid-gap: 1.5rem;
     }
     
     .cards > li {
          margin: 0;
     }
	
	.blog .cards > li,
	.category .cards > li,
	.archive .cards > li {
		margin: 1.5rem .25rem;
	}
}

.cards .intro {
	padding: .25rem 1rem;
}

.cards h2,
.cards h3 {
	margin: .75rem 0 .25rem;
	color: #da291c;
	font-size: 1.1rem;
}

.cards h2 a,
.cards h3 a {
	color: #da291c;
	text-decoration: none;
}

.cards h2 a:hover,
.cards h2 a:focus,
.cards h3 a:hover,
.cards h3 a:focus {
	color: #54585a;
	text-decoration: underline;
}

.cards img {
	border-bottom: 1px solid #ddd;
}

/* Feature section modals */

.video {
	position: relative;
}

.video img {
	width: 100%;
	display: block;
	border-bottom-right-radius: 10px;
}

.video button.play {
	display: block;
	padding: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* added to accommodate text span in button */
.video button.play  > * {
	pointer-events: none;
}

.video button.play::after {
	content: '';
	display: block;
	position: absolute;
	width: 60px;
	height: 60px;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	background: url(img/play.png) center center no-repeat;
}

.video .caption {
	position: relative;
	z-index: 1;
	margin: -.5rem 0 0;
	padding: .25rem 1rem;
	border-radius: 10px 0 10px;
}

.cards li:nth-of-type(1) .caption {
	background-color: #41b6e6;
}

.cards li:nth-of-type(2) .caption {
	background-color: #8cd600;
}

.cards li:nth-of-type(3) .caption {
	background-color: #eaaa00;
}

.callouts {
	margin: 1rem 0;
	padding: 2rem 0;
}

.callouts h2 {
	margin: .5rem 0 1rem;
	border-bottom: 2px solid #da291c;
}

.callouts .cards {
	margin: .5rem 0;
}

.categories {
	background-color: #eee;
}

.categories li {
	margin-bottom: 0;
	border-top: 2px solid #fff;
}

.categories a {
	display: block;
	padding: .25rem 1rem;
	color: #54585a;
	text-decoration: none;
}

.categories a:hover,
.categories a:focus {
	color: #da291c;
	background-color: #fff;
}

.categories .children a {
	padding-left: 1.75rem;
}

.sitemap ul {
	padding-left: 1.5rem;
}


/* 
.has-white-color {
	color: #ffffff;
}

.has-white-background-color {
	color: #2c2a29;
	background-color: #ffffff;
}

.has-black-color {
	color: #2c2a29000;
}

.has-black-background-color {
	color: #fff;
	background-color: #2c2a29000;
}

.has-orange-color {
	color: #faa61a;
}

.has-orange-backround-color {
	color: #2c2a29000;
	background-color: #faa61a;
}

.has-purple-color {
	color: #56276a;
}

.has-purple-background-color {
	color: #fff;
	background-color: #56276a;
} */

/* Default gallery */
.gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.gallery-item {
	margin: 1rem;
}

@supports (display: grid) {
	.gallery {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (minmax(260px, 1fr))[auto-fit];
		grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
		grid-gap: 1rem;
	}

	.gallery-item {
		margin: 0;
	}
}

.gallery-caption {
	margin: 0;
	text-align: center;
}

.gallery br {
	display: none;
}

img.alignleft,
.wp-block-image .alignleft,
.wp-post-image.alignleft,
img.alignright,
.wp-block-image .alignright,
.wp-post-image.alignright,
img.aligncenter,
.wp-block-image .aligncenter,
.wp-post-image.aligncenter,
figure.aligncenter {
	display: block;
	clear: both;
	margin: 1.5rem auto;
}

.wp-block-image .aligncenter > figcaption, 
.wp-block-image .alignleft > figcaption, 
.wp-block-image .alignright > figcaption {
	display: inline-block;
}

.wp-caption {
	margin: 1rem 0;
	max-width: 100%;
	position: relative;
	display: table;
}

.wp-caption img {
	display: block;
	max-width: 100%;
	height: auto;
}

.wp-caption p.wp-caption-text {
	display: block;
	position: absolute;
	width: 100%;
	margin: 0;
	padding: .5rem;
	left: 0;
	bottom: 0;
	color: #fff;
	background: rgba(0,0,0,0.7);
}

.newsletter {
	padding: 2.5rem 1.5rem;
	color: #fff;
	background-color: #0072ce;
}

.newsletter .inner {
	display: block;
}

.newsletter h2 {
	color: #fff;
}

.newsletter h2 span {
	font-size: 1rem;
}

.newsletter input[type=submit] {
	padding: 0 1.5rem;
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
}

.newsletter input[type=submit]:hover,
.newsletter input[type=submit]:focus {
	color: #0072ce;
	background-color: #fff;
}

footer {
	padding: 1rem;
	width: 100%;
	color: #fff;
	background: #54585a;
}

footer * {
	color: #fff;
}

footer h2,
footer h3 {
	font-size: 1.1rem;
}

footer ul {
	padding-left: 0;
	list-style: none;
}

footer a:hover,
footer a:focus {
	color: #da291c;
	text-decoration: underline;
}

footer .wp-block-button__link {
	padding: .5rem .75rem;
	border: 1px solid #fff;
}

footer .logo {
	max-width: 200px;
}

footer .links {
	display: flex;
	justify-content: center;
	gap: 1rem;
}

.social {
	margin-top: .5rem;
	padding-top: .5rem;
}

.social ul {
	display:flex;
	justify-content: center;
}

nav.social li {
	list-style: none;
	margin: .5rem .5rem .5rem 0;
	width: auto;
}

.social a {
	color: #fff;
	display: block;
}

.social a:hover,
.social a:focus {
	color: #da291c;
}

.social svg {
	width: auto;
	height: 28px;
	fill: #fff;
}

.social svg:hover,
.social svg:focus {
	fill: #da291c;
}

#mc-embedded-subscribe-form label,
#mc-embedded-subscribe-form input {
	margin: .25rem 0;
	display: block;
}

@media screen and (min-width: 37.5rem) {
	img.alignleft,
	.wp-block-image .alignleft,
	.wp-post-image.alignleft {
		float: left;
		margin: 1.5rem 1.5rem 1.5rem 0;
	}
    
	img.alignright,
	.wp-block-image .alignright,
	.wp-post-image.alignright {
		float: right;
		margin: 1.5rem 0 1.5rem 1.5rem;
	}
    
	img.aligncenter,
	.wp-block-image .aligncenter,
	.wp-post-image.aligncenter,
	figure.aligncenter {
		display: block;
		clear: both;
		margin: 1.5rem auto;
		text-align: center;
	}

	.posts {
		display: inline-block;
		display: flex;
		justify-content: space-between;
		gap: 1rem;
		flex-wrap: wrap;
	}

	.posts li {
		display: inline-block;
		max-width: 48%;
		flex-basis: 48%;
	}

	@supports (display: grid) {
		.posts {
			display: -ms-grid;
			display: grid;
			-ms-grid-columns: (minmax(240px, 1fr))[auto-fit];
			grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
		}

		.posts li {
			max-width: none;
		}
	}
}

@media screen and (min-width: 64rem) {

	header .inner {
		padding: .5rem 1.5rem;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.logo {
		margin: 0 .5rem 0 0;
		text-align: left;
	}

	.utilities {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	div[role="search"] {
		margin: 0;
	}
	
	nav {
		margin: .5rem auto;
		padding: .5rem 1rem;
	}

	nav .mobile {
		display: none;
	}

	.main_nav {
		font-size: .9rem;
	}

	.main_nav,
	.footer_nav {
		display: flex;
		justify-content: space-between;
	}

	nav li {
		width: auto;
		padding: 0;
	}

	.main_nav li {
		border-bottom: none;
	}

	nav a {
		display: block;
		padding: .5rem;
	}

	nav .sub-menu.open {
		position: absolute;
		z-index: 10;
		width: auto;
		min-width: 10rem;
		background-color: #fff;
		background-color: rgba(255,255,255,.95);
		box-shadow: 0px 5px 5px 0px rgba(40,40,40,0.2);
	}

	/* nav .sub-menu.open li:hover,
	nav .sub-menu.open li:focus,
	nav .sub-menu.open .current_page_item {
		color: #fff;
		background-color: #56276a;
	} */

	nav .sub-menu.open a {
		text-align: left;
	}

	/* nav .sub-menu.open a:hover,
	nav .sub-menu.open a:focus,
	.sub-menu.open .current_page_item a {
		color: #fff;
		background-color: #56276a;
	} */

	.main_nav .current_page_item:not(.menu-item-home) a,
	.main_nav .current_page_ancestor .nav_trigger {
		color: #da291c;
		border-bottom: 2px solid #da291c;
	}

	.donate-side {
		display:block; 
		padding: .5rem;
		width: 5rem;
		height: 6rem;
		position: fixed;
		right: 0;
		top: 30rem;
		color: #fff;
		background: #da291c;
		font-size: .9rem;
		border: 1px solid #fff;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		z-index: 101;
	}
	
	.donate-side:hover,
	.donate-side:focus {
		color: #fff;
		background-color: #535859;
	}

	.banner .overlay {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	
	.banner .overlay .inner {
		top: 30%;
		transform: translateY(-30%);
	}
	
	.banner .overlay .inner * {
		max-width: 60ch;
	}
	
	.main_wrapper {
		display: flex;
		justify-content: space-between;
		margin-bottom: 2rem;
	}	

	.main_wrapper main {
		flex: 0 1 65%;
		overflow: visible;
	}

	.sidebar {
		flex: 0 1 25%;
	}

	.posts li {
		display: inline-block;
		flex-basis: 30%;
	}

	.newsletter .inner {
		display: inline-block;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.newsletter .inner * {
		margin: 0;
	}

	footer .inner {
		display: inline-block;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 2rem;
	}

	footer .col {
		flex: 0 1 33.333%;
	}

	footer .col:last-of-type {
		text-align: right;
	}

}