/*
Theme Name: Awate 2025
Theme URI: https://awate.com/
Author: Apache Web Services
Author URI: https://apachewebservices.com/
Publisher: Apache Web Services
Publisher URI: https://apachewebservices.com/
Description: A site-specific child theme for Twenty Twenty-Five.
Template: twentytwentyfive
Requires at least: 6.7
Requires PHP: 8.3
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: awate-twentytwentyfive
Tags: full-site-editing, block-patterns, editor-style
*/

:root {
	--awate-blue: #0099cc;
	--awate-border: rgba(0, 0, 0, .12);
	--awate-font-heading: "Helvetica Neue", "Noto Sans Ethiopic", "Noto Kufi Arabic", Arial, Verdana, sans-serif;
	--awate-ink: #424242;
	--awate-menu-gutter: 12px;
	--awate-muted: #757575;
	--awate-page-width: 96%;
	--awate-red: #f44336;
	--awate-soft: #eef1f5;
}

html {
	font-size: 81.25%;
}

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

body {
	background: #fff;
	color: var(--awate-ink);
	font-family: var(--awate-font-heading);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.84615384;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #212121;
	font-family: var(--awate-font-heading);
	font-weight: 400;
}

p,
.entry-content li,
.slide-excerpt,
.awate-sidebar-column li,
.widget ul li {
	font-size: 14px;
}

a {
	color: var(--awate-red);
	text-decoration: none;
}

a:hover {
	color: #757575;
	text-decoration: none;
}

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

button,
a.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-search__button {
	background-color: rgba(244, 67, 54, .72);
	border: 0;
	color: #fff;
	cursor: pointer;
}

button:hover,
a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.wp-block-search__button:hover {
	background-color: var(--awate-red);
	color: #fff;
}

.wp-site-blocks {
	background: #fff;
	margin: 0 auto;
	max-width: 1020px;
	width: 96%;
}

.wp-site-blocks > * {
	margin-block-start: 0;
}

.awate-site-header,
.awate-news-main,
.awate-site-footer {
	background: #fff;
	margin: 0 auto;
	max-width: 1020px;
	padding-left: 0 !important;
	padding-right: 0 !important;
	position: relative;
	width: 100%;
}

.wrap,
.alignwide.wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: none;
	text-align: left;
	width: var(--awate-page-width);
}

.header .wrap {
	padding-top: 24px;
}

.awate-brand {
	margin: 0 0 24px;
	max-width: 426px;
	padding: 0;
	position: relative;
}

.awate-brand .awate-logo {
	margin: 0;
}

.awate-brand .awate-logo a,
.awate-brand .awate-logo img {
	display: block;
}

.awate-brand .awate-logo a,
.awate-brand .awate-logo a:active,
.awate-brand .awate-logo a:focus,
.awate-brand .awate-logo a:focus-visible {
	border: 0;
	box-shadow: none;
	outline: 0;
	text-decoration: none;
}

.awate-brand .awate-logo img {
	border: 0;
	height: auto;
	max-width: 426px;
	width: 100%;
}

.awate-news-nav {
	background-color: var(--awate-red);
	border-bottom: 2px solid var(--awate-blue);
	color: rgba(255, 255, 255, .9);
	padding-left: 0 !important;
	padding-right: 0 !important;
	position: relative;
	text-align: left;
	width: 100%;
	z-index: 20;
}

.awate-news-nav .wrap {
	justify-content: flex-start !important;
	margin-left: auto;
	margin-right: auto;
	max-width: none !important;
	min-height: 48px;
	padding: 0;
	width: 100%;
}

.awate-main-menu {
	font-size: 13px;
	font-weight: 600;
	justify-content: flex-start !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
	width: 100%;
}

.awate-main-menu .wp-block-navigation__responsive-container-content {
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.awate-main-menu .wp-block-navigation__container {
	gap: 0;
	justify-content: flex-start !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
	width: 100%;
}

.awate-main-menu .wp-block-navigation-item {
	margin: 0;
}

.awate-main-menu .wp-block-navigation-item__content {
	color: #fff;
	display: block;
	font-size: 13px;
	line-height: 1.846153846;
	padding: 12px;
	white-space: nowrap;
}

.awate-main-menu .wp-block-navigation__container > .wp-block-navigation-item:first-child > .wp-block-navigation-item__content {
	padding-left: var(--awate-menu-gutter);
}

.awate-main-menu .wp-block-navigation-item__content:hover,
.awate-main-menu .current-menu-item > .wp-block-navigation-item__content {
	background-color: rgba(0, 0, 0, .12);
	color: #fff;
}

.awate-main-menu .wp-block-navigation__submenu-container {
	background: #fff;
	border: 0;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .24), 0 3px 8px rgba(0, 0, 0, .12);
	color: var(--awate-muted);
	padding: 4px 0;
	text-align: left;
	width: 220px;
}

.awate-main-menu .wp-block-navigation__submenu-container .wp-block-navigation-item {
	margin: 0;
	width: 100%;
}

.awate-main-menu .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	color: var(--awate-muted);
	padding: 8px 12px;
}

.awate-main-menu .wp-block-navigation__submenu-container .wp-block-navigation-item__content:hover {
	background-color: var(--awate-red);
	color: #fff;
}

.awate-news-nav .wp-block-navigation__responsive-container-open {
	color: #fff;
	padding: 10px 12px 10px var(--awate-menu-gutter);
}

.awate-news-nav .wp-block-navigation__responsive-container.is-menu-open {
	background: #fff;
	color: var(--awate-ink);
	padding: 24px;
}

.awate-news-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
	color: var(--awate-ink);
	padding: 10px 0;
}

.primary .wrap {
	padding: 32px 0;
	width: 100%;
}

.awate-front-layout.wp-block-columns,
.awate-content-sidebar.wp-block-columns {
	align-items: flex-start;
	display: flex;
	flex-wrap: nowrap;
	gap: 0;
	justify-content: space-between;
	margin: 0 auto;
	max-width: none;
	width: 100%;
}

.awate-front-layout > .wp-block-column,
.awate-content-sidebar > .wp-block-column {
	flex-grow: 0;
	min-width: 0;
}

.awate-front-content.content {
	flex-basis: 48.9166% !important;
	margin: 0 1.04166% 24px 0;
	width: 48.9166%;
}

.awate-home-sidebar.sidebar1 {
	color: var(--awate-muted);
	flex-basis: 31.25% !important;
	margin: 0 1.04166% 24px;
	width: 31.25%;
}

.awate-secondary-sidebar.sidebar2 {
	color: var(--awate-muted);
	flex-basis: 14.5833% !important;
	margin: 0 0 24px 1.04166%;
	width: 14.5833%;
}

.entry-content {
	overflow: hidden;
}

.entry-content > *:first-child,
.awate-sidebar-column > *:first-child {
	margin-top: 0;
}

.page_titles {
	display: none;
}

.flexslider {
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.slides {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.awate-home-slider {
	margin-bottom: 28px;
}

.awate-home-slider .slides > .slide {
	display: none;
	margin-bottom: 0;
	position: relative;
}

.awate-home-slider .slides > .slide:first-child {
	display: block;
}

.awate-home-slider.is-ready .slides > .slide {
	display: none;
}

.awate-home-slider.is-ready .slides > .slide.is-active {
	display: block;
}

.awate-slider-controls {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin: 10px 0 24px;
	width: 100%;
}

.flex-direction-nav {
	display: flex;
	gap: 6px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.awate-slider-arrow {
	background: #757575;
	border: 0;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	height: auto;
	line-height: 1.6667;
	margin: 0;
	min-width: 48px;
	opacity: 1;
	padding: 2px 8px;
	position: static;
	text-align: center;
	text-transform: none;
	transform: none;
	transition: background-color .2s;
}

.awate-slider-arrow:hover,
.awate-slider-arrow:focus {
	background: var(--awate-red);
}

.flex-controls-container {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	line-height: 1;
	margin: 0;
	text-align: left;
}

.awate-slider-dot {
	background: #bdbdbd;
	border: 0;
	border-radius: 50%;
	display: inline-block;
	height: 8px;
	margin: 0;
	min-width: 0;
	padding: 0;
	width: 8px;
}

.awate-slider-dot.is-active,
.awate-slider-dot:hover,
.awate-slider-dot:focus {
	background: var(--awate-red);
}

.slide-image,
.awate-home-slider .post-thumb {
	display: block;
	margin-bottom: 20px;
	position: relative;
}

.awate-home-slider .post-thumb {
	aspect-ratio: 16 / 9;
	background: var(--awate-soft);
	overflow: hidden;
}

.post-thumb img,
.post-thumb .awate-image-placeholder {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.flex-caption {
	padding-bottom: 20px;
	position: relative;
	width: 100%;
}

.flex-caption h2 {
	font-family: var(--awate-font-heading);
	font-size: 28px;
	font-weight: 400;
	line-height: 1.142857;
	margin: 0;
}

.flex-caption h2,
.flex-caption h2 a,
ul.grid_list li h2,
ul.grid_list li h3,
ul.grid_list li h3 a,
.post-list h3,
.post-list h4,
.post-list h3 a,
.awate-legacy-card h3,
.awate-legacy-card h3 a,
.awate-query-grid .wp-block-post-title,
.awate-query-grid .wp-block-post-title a {
	font-family: var(--awate-font-heading);
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}

.flex-caption h2 a,
ul.grid_list li h3 a,
.post-list h3 a {
	color: inherit;
	display: block;
	overflow: visible;
}

.slide-excerpt {
	font-size: 14px;
	margin: 10px 0 0;
	padding-top: 0;
}

.entry-meta,
.awate-article-meta,
.wp-block-post-date {
	color: #9e9e9e;
	font-size: 12px;
	line-height: 16px;
}

.entry-meta a,
.widget .entry-meta a,
.awate-article-meta a {
	color: var(--awate-red);
}

.entry-meta .sep::before,
.meta-box .sep::before {
	content: "\00b7";
	margin: 0 4px;
}

.section,
h4.sba_title,
.sbb_title,
.sbc_title,
.widget_block h4 {
	color: var(--awate-ink);
	font-family: var(--awate-font-heading);
	font-size: 20px;
	font-weight: 400;
	line-height: 1.7142857;
	margin: 0 0 20px;
}

.section {
	margin-top: 28px;
}

.section::after,
h4.sba_title::after,
.sbb_title::after,
.sbc_title::after,
.widget_block h4::after {
	background: var(--awate-red);
	content: "";
	display: block;
	height: 2px;
	margin: 8px 0;
	width: 24px;
}

ul.grid_list {
	list-style: none;
	margin: 0 0 8px;
	overflow: hidden;
	padding: 0;
	position: relative;
}

ul.grid_list li {
	float: left;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	width: auto;
}

ul.grid_list li h2,
ul.grid_list li h3 {
	border-bottom: 1px solid var(--awate-border);
	display: block;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding-bottom: 12px;
}

ul.grid_list li h3 a {
	color: inherit;
}

ul.grid_list li.last {
	margin-right: 0 !important;
}

ul.grid_list li.clear,
.clearf {
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

ul.grid_list.col2 li {
	margin-right: 4%;
	width: 48%;
}

ul.grid_list.col3 li {
	margin-right: 4%;
	width: 30.6666%;
}

.post-thumb {
	background: var(--awate-soft);
	display: block;
	margin-bottom: 12px;
}

.awate-image-placeholder {
	align-items: center;
	aspect-ratio: 16 / 9;
	background: var(--awate-soft);
	color: #6b7280;
	display: flex;
	font-size: 12px;
	font-weight: 700;
	justify-content: center;
	min-height: 84px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.post-list {
	list-style: none;
	margin: 0 0 32px;
	padding: 0;
}

.post-list > li {
	border-bottom: none;
	margin: 0;
	padding: 10px 0 0;
	position: relative;
}

.post-list > li:first-child {
	padding-top: 0;
}

.post-list > li::after {
	border-bottom: 1px solid var(--awate-border);
	clear: both;
	content: "";
	display: block;
	margin: 0 0 0 96px;
	padding: 10px 0 0;
}

.post-list .post-thumb {
	float: left;
	height: 60px;
	margin: 0;
	overflow: hidden;
	position: relative;
	width: 80px;
}

.post-list .post-content {
	margin-left: 96px;
}

.post-list h3,
.post-list h4 {
	clear: none;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}

.post-list h3 a {
	color: inherit;
}

.post-list .entry-meta {
	display: block;
	font-size: 12px;
	line-height: 16px;
	margin: 2px 0;
}

.column {
	float: left;
	margin-right: 3.030303%;
}

.half {
	width: 48.484848%;
}

.last {
	margin-right: 0;
}

.widget,
.awate-sidebar-column > * {
	margin-bottom: 12px;
	word-wrap: break-word;
}

.awate-sidebar-column ul {
	line-height: 20px;
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
}

.awate-sidebar-column li {
	border-bottom: 1px solid var(--awate-border);
	padding: 8px 0;
}

.awate-gofundme-widget {
	background: #fff;
	border: 1px solid #dedede;
	border-top: 3px solid var(--awate-red);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .06);
	color: var(--awate-ink);
	margin: 0 0 22px;
	overflow: hidden;
}

.awate-gofundme-image {
	background: var(--awate-soft);
	display: block;
	height: auto;
	width: 100%;
}

.awate-gofundme-body {
	padding: 10px 12px 12px;
}

.awate-gofundme-title-link {
	display: block;
	text-decoration: none;
}

.awate-gofundme-title {
	color: #111;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	margin: 0 0 10px;
	text-align: center;
}

.awate-gofundme-progress {
	accent-color: #02a95c;
	background: #e6e6e6;
	border: 0;
	display: block;
	height: 7px;
	margin: 0 0 8px;
	width: 100%;
}

.awate-gofundme-progress::-webkit-progress-bar {
	background: #e6e6e6;
}

.awate-gofundme-progress::-webkit-progress-value {
	background: #02a95c;
}

.awate-gofundme-progress::-moz-progress-bar {
	background: #02a95c;
}

.awate-gofundme-status {
	color: var(--awate-muted);
	display: block;
	font-size: 13px;
	line-height: 18px;
}

.awate-gofundme-status strong {
	color: #111;
	font-size: 18px;
	font-weight: 700;
}

.awate-gofundme-separator {
	margin: 0 3px;
}

.awate-gofundme-cta {
	align-items: center;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 12px;
}

.awate-gofundme-button {
	background: #02a95c;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	line-height: 20px;
	padding: 7px 10px;
	text-align: center;
}

.awate-gofundme-button:hover {
	background: #02894c;
	color: #fff;
}

.awate-gofundme-logo-link {
	color: #4a9d44;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}

.awate-disqus-forum {
	margin-bottom: 24px;
}

.awate-disqus-comments .dsq-widget-list {
	line-height: 20px;
	list-style: none;
	margin: 0 0 8px;
	padding: 0;
}

.awate-disqus-comments .dsq-widget-item {
	border-bottom: 1px solid var(--awate-border);
	display: grid;
	grid-template-columns: 32px minmax(0, 1fr);
	column-gap: 8px;
	padding: 8px 0;
}

.awate-disqus-comments .dsq-widget-avatar-wrap {
	display: block;
	line-height: 0;
}

.awate-disqus-comments .dsq-widget-avatar {
	border: 0;
	border-radius: 0;
	display: block;
	height: 32px;
	width: 32px;
}

.awate-disqus-comments .awate-disqus-comment-body {
	display: block;
	min-width: 0;
}

.awate-disqus-comments .dsq-widget-user {
	color: #000;
	display: block;
	font-weight: 700;
	line-height: 18px;
}

.awate-disqus-comments .dsq-widget-user:hover {
	color: #000;
	text-decoration: underline;
}

.awate-disqus-comments .dsq-widget-comment {
	display: block;
	font-size: 13px;
	line-height: 18px;
}

.awate-disqus-comments .dsq-widget-meta {
	color: #9e9e9e;
	display: block;
	font-size: 12px;
	line-height: 16px;
	margin-top: 2px;
}

.awate-forum-link {
	font-size: 13px;
	margin: 8px 0 0;
}

.awate-regional-news {
	margin-bottom: 24px;
}

.awate-regional-news-list {
	line-height: 20px;
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
}

.awate-regional-news-list li {
	border-bottom: 1px solid var(--awate-border);
	padding: 8px 0;
}

.awate-regional-news-list a {
	display: block;
	font-size: 13px;
	line-height: 18px;
}

.awate-regional-news-list .rss-date {
	color: #9e9e9e;
	display: block;
	font-size: 12px;
	line-height: 16px;
	margin-top: 2px;
}

.awate-regional-news-fallback {
	font-size: 13px;
	margin: 0 0 24px;
}

.awate-archives-widget {
	margin-bottom: 24px;
}

.awate-archives-dropdown {
	background: #fff;
	border: 1px solid #bdbdbd;
	color: var(--awate-muted);
	font-family: var(--awate-font-heading);
	font-size: 13px;
	height: 34px;
	line-height: 18px;
	max-width: 100%;
	padding: 6px 8px;
	width: 100%;
}

.awate-archives-empty {
	font-size: 13px;
	margin: 0 0 24px;
}

.awate-ad-slot {
	background: #fafafa;
	border: 1px solid #e5e5e5;
	clear: both;
	margin: 0 0 18px;
	overflow: hidden;
	padding: 7px;
	width: 100%;
}

.awate-ad-label {
	color: #9e9e9e;
	display: block;
	font-size: 10px;
	line-height: 14px;
	margin: 0 0 6px;
	text-align: center;
	text-transform: uppercase;
}

.awate-ad-slot .adsbygoogle {
	display: block;
	min-height: 90px;
	width: 100%;
}

.awate-ad-slot--rail .adsbygoogle {
	min-height: 140px;
}

.awate-ad-slot--sidebar .adsbygoogle {
	min-height: 220px;
}

.awate-post-insert {
	margin: 18px 0;
}

.awate-post-insert--wrap {
	clear: right;
	float: right;
	margin: 8px 0 26px 52px;
	max-width: 300px;
	padding-left: 8px;
	width: 42%;
}

.awate-post-insert--wide {
	clear: both;
}

.awate-post-insert--campaign {
	background: #fff;
	border: 1px solid #dedede;
	border-top: 3px solid var(--awate-red);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .06);
	padding: 10px;
}

.awate-post-insert--campaign.awate-post-insert--wrap {
	margin-left: 52px;
	padding-left: 8px;
}

.awate-post-insert--campaign .awate-gofundme-widget {
	border: 0;
	margin-bottom: 0;
}

.awate-post-insert--campaign .awate-donation-widget {
	margin-bottom: 0;
	max-width: none;
}

.awate-donation-widget-frame {
	background: #fff;
	border: 1px solid #dedede;
	border-top: 3px solid var(--awate-red);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .06);
	margin: 0 0 22px;
	padding: 10px;
}

.awate-donation-widget-frame .awate-donation-heading {
	margin-bottom: 16px;
}

.awate-donation-widget-frame .awate-donation-widget {
	margin-bottom: 0;
	max-width: none;
}

.awate-post-campaign-title {
	color: var(--awate-ink);
	font-family: var(--awate-font-heading);
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0 0 10px;
	text-align: center;
}

.awate-post-campaign-title::after {
	background: var(--awate-red);
	content: "";
	display: block;
	height: 2px;
	margin: 6px auto 0;
	width: 24px;
}

.awate-post-insert--campaign .awate-gofundme-body {
	padding: 9px 10px 10px;
}

.awate-post-insert--campaign .awate-gofundme-title {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 8px;
}

.awate-post-insert--campaign .awate-gofundme-status strong {
	font-size: 15px;
}

.awate-post-insert--campaign .awate-gofundme-cta {
	margin-top: 10px;
}

.awate-post-insert--campaign .awate-gofundme-button {
	font-size: 12px;
	padding: 5px 9px;
}

.awate-ad-slot--post {
	background: #fff;
	border-color: #ddd;
	margin-bottom: 0;
	padding: 7px;
}

.awate-ad-slot--post .adsbygoogle {
	min-height: 250px;
}

.awate-ad-slot--post-wide .adsbygoogle {
	min-height: 120px;
}

@media only screen and (max-width: 760px) {
	.awate-post-insert--wrap {
		clear: both;
		float: none;
		margin: 18px 0;
		max-width: none;
		width: 100%;
	}
}

.awate-donation-widget {
	margin-bottom: 24px;
}

.awate-donation-copy {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 10px;
}

.awate-donation-box {
	background: #f7f8fa;
	border-left: 3px solid var(--awate-red);
	margin: 0 0 10px;
	padding: 10px 12px;
}

.awate-donation-label {
	color: var(--awate-muted);
	display: block;
	font-size: 12px;
	line-height: 16px;
}

.awate-donation-box strong {
	color: var(--awate-ink);
	display: block;
	font-size: 22px;
	font-weight: 400;
	line-height: 28px;
}

.awate-donation-progress {
	appearance: none;
	display: block;
	height: 8px;
	margin: 0 0 10px;
	width: 100%;
}

.awate-donation-progress::-webkit-progress-bar {
	background: #e6e6e6;
}

.awate-donation-progress::-webkit-progress-value {
	background: var(--awate-red);
}

.awate-donation-progress::-moz-progress-bar {
	background: var(--awate-red);
}

.awate-donation-details {
	color: var(--awate-muted);
	font-size: 13px;
	line-height: 18px;
	list-style: none;
	margin: 0 0 12px;
	padding: 0;
}

.awate-donation-details li {
	border-bottom: 1px solid var(--awate-border);
	padding: 6px 0;
}

.awate-donation-action {
	margin: 0;
}

.awate-donation-button {
	border-radius: 2px;
	display: inline-block;
	font-size: 13px;
	line-height: 24px;
	margin: 0;
	min-width: 96px;
	padding: 6px 16px;
	text-align: center;
}

.awate-donation-note {
	color: var(--awate-muted);
	font-size: 13px;
	line-height: 18px;
	margin: 12px 0 0;
}

.awate-donation-form {
	font-size: 13px;
	line-height: 18px;
}

.give-hidden {
	display: none !important;
}

.awate-donation-form fieldset {
	border: 0;
	margin: 0 0 12px;
	padding: 0;
}

.awate-donation-form legend {
	color: var(--awate-ink);
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	margin: 0 0 8px;
	padding: 0;
}

.give-total-wrap {
	margin: 0 0 12px;
}

.give-donation-amount {
	align-items: stretch;
	display: flex;
	width: 100%;
}

.give-currency-symbol {
	align-items: center;
	background: #f7f8fa;
	border: 1px solid #bdbdbd;
	border-right: 0;
	color: var(--awate-muted);
	display: flex;
	font-size: 15px;
	line-height: 20px;
	padding: 7px 10px;
}

.give-text-input.give-amount-top,
.awate-donation-form .give-input {
	border: 1px solid #bdbdbd;
	border-radius: 0;
	color: var(--awate-ink);
	font-family: var(--awate-font-heading);
	font-size: 14px;
	line-height: 20px;
	min-height: 36px;
	padding: 7px 8px;
	width: 100%;
}

.awate-donation-form .form-row {
	margin: 0 0 10px;
}

.awate-donation-form .give-label {
	color: var(--awate-ink);
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 18px;
	margin: 0 0 4px;
}

.give-required-indicator {
	color: var(--awate-red);
}

.give-donation-submit {
	margin-bottom: 0;
}

.give-donation-submit .form-wrap {
	align-items: center;
	background: #f7f8fa;
	display: flex;
	justify-content: space-between;
	margin: 0 0 10px;
	padding: 8px 10px;
}

.give-donation-total-label {
	color: var(--awate-muted);
}

.give-final-total-amount {
	color: var(--awate-ink);
	font-weight: 700;
}

.give-submit.give-btn {
	border-radius: 2px;
	display: inline-block;
	font-size: 13px;
	line-height: 24px;
	margin: 0;
	min-width: 112px;
	padding: 6px 16px;
	text-align: center;
}

.awate-donation-heading {
	color: #3f3f3f;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
}

.awate-donation-heading::after {
	height: 4px;
	margin: 24px auto 0;
	width: 48px;
}

.awate-donation-widget.give-form-wrap {
	color: #6f6f6f;
	container-type: inline-size;
	max-width: 638px;
}

.awate-donation-widget .awate-donation-copy,
.awate-donation-widget .give-form-title {
	display: none;
}

.awate-donation-form {
	color: #6f6f6f;
	font-size: 28px;
	line-height: 1.25;
}

.awate-donation-form .give-total-wrap {
	margin: 0 0 24px;
	width: 100%;
}

.awate-donation-form .give-donation-amount {
	height: 70px;
}

.awate-donation-form .give-currency-symbol {
	background: #f8f8f8;
	border: 2px solid #d0d0d0;
	border-right: 0;
	color: #3f3f3f;
	font-size: 38px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	width: 72px;
}

.awate-donation-form .give-text-input.give-amount-top {
	border: 2px solid #d0d0d0;
	color: #6f6f6f;
	font-size: 34px;
	height: 70px;
	line-height: 1.15;
	padding: 13px 26px;
}

.awate-donation-form .give-checkout-user-info {
	display: grid;
	column-gap: 20px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	margin: 0 0 14px;
}

.awate-donation-form .give-checkout-user-info legend {
	border-bottom: 2px solid #e5e5e5;
	color: #6f6f6f;
	display: block;
	float: left;
	font-size: 30px;
	font-weight: 700;
	grid-column: 1 / -1;
	line-height: 1.25;
	margin: 0 0 18px;
	padding: 0 0 12px;
	width: 100%;
}

.awate-donation-form .form-row {
	margin: 0 0 18px;
}

.awate-donation-form .give-checkout-user-info .form-row:last-child {
	margin-bottom: 0;
}

.awate-donation-form .form-row-wide {
	grid-column: 1 / -1;
}

.awate-donation-form .give-label {
	align-items: center;
	color: #6f6f6f;
	display: flex;
	font-size: 28px;
	font-weight: 400;
	gap: 7px;
	line-height: 1.25;
	margin: 0 0 16px;
}

.awate-donation-form .give-required-indicator {
	color: #b00000;
	font-weight: 700;
}

.awate-donation-form .give-tooltip {
	align-items: center;
	border: 4px solid #9a9a9a;
	border-radius: 50%;
	color: #9a9a9a;
	display: inline-flex;
	font-size: 18px;
	font-weight: 700;
	height: 29px;
	justify-content: center;
	line-height: 1;
	width: 29px;
}

.awate-donation-form .give-input {
	background: #fff;
	border: 2px solid #d0d0d0;
	color: #6f6f6f;
	font-size: 28px;
	height: 72px;
	line-height: 1.2;
	padding: 16px 14px;
}

.awate-donation-form .give-input::placeholder {
	color: #6f6f6f;
	opacity: 1;
}

.give-donation-submit .form-wrap {
	align-items: stretch;
	background: transparent;
	display: flex;
	height: 70px;
	justify-content: flex-start;
	margin: 0 0 24px;
	padding: 0;
	width: 100%;
}

.give-donation-total-label,
.give-final-total-amount {
	align-items: center;
	border: 2px solid #d0d0d0;
	display: flex;
	font-size: 36px;
	line-height: 1;
	padding: 0 25px;
}

.give-donation-total-label {
	background: #f8f8f8;
	color: #2f2f2f;
	flex: 1 1 auto;
	font-weight: 400;
}

.give-final-total-amount {
	border-left: 0;
	color: #6f6f6f;
	flex: 0 0 auto;
	font-weight: 400;
}

.give-submit-button-wrap {
	margin: 0;
	text-align: center;
}

.give-submit.give-btn {
	background: #ff8f8b;
	border: 0;
	border-radius: 4px;
	color: #fff;
	font-size: 27px;
	font-weight: 400;
	height: 72px;
	line-height: 1;
	min-width: 207px;
	padding: 0 28px;
}

.give-submit.give-btn:hover,
.give-submit.give-btn:focus {
	background: var(--awate-red);
	color: #fff;
}

@media only screen and (max-width: 760px) {
	.awate-donation-heading {
		font-size: 32px;
	}

	.awate-donation-form,
	.awate-donation-form .give-label,
	.awate-donation-form .give-input {
		font-size: 20px;
	}

	.awate-donation-form .give-text-input.give-amount-top {
		font-size: 26px;
	}

	.awate-donation-form .give-currency-symbol {
		font-size: 30px;
		width: 62px;
	}

	.awate-donation-form .give-checkout-user-info {
		column-gap: 12px;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}

	.give-donation-total-label,
	.give-final-total-amount {
		font-size: 24px;
		padding: 0 14px;
	}

	.give-submit.give-btn {
		font-size: 22px;
		min-width: 168px;
	}
}

@container (max-width: 520px) {
	.awate-donation-form,
	.awate-donation-form .give-label,
	.awate-donation-form .give-input {
		font-size: 18px;
	}

	.awate-donation-form .give-total-wrap {
		margin-bottom: 18px;
	}

	.awate-donation-form .give-donation-amount,
	.awate-donation-form .give-text-input.give-amount-top,
	.awate-donation-form .give-input,
	.give-donation-submit .form-wrap {
		height: 54px;
	}

	.awate-donation-form .give-currency-symbol {
		font-size: 26px;
		width: 54px;
	}

	.awate-donation-form .give-text-input.give-amount-top {
		font-size: 24px;
		padding: 10px 16px;
	}

	.awate-donation-form .give-checkout-user-info {
		column-gap: 12px;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		margin-bottom: 10px;
	}

	.awate-donation-form .give-checkout-user-info legend {
		font-size: 22px;
		margin-bottom: 14px;
		padding-bottom: 10px;
	}

	.awate-donation-form .form-row {
		margin-bottom: 14px;
	}

	.awate-donation-form .give-label {
		margin-bottom: 8px;
	}

	.awate-donation-form .give-tooltip {
		border-width: 3px;
		font-size: 14px;
		height: 23px;
		width: 23px;
	}

	.give-donation-submit .form-wrap {
		margin-bottom: 22px;
	}

	.give-donation-total-label,
	.give-final-total-amount {
		font-size: 20px;
		padding: 0 10px;
	}

	.give-submit.give-btn {
		font-size: 20px;
		height: 56px;
		min-width: 154px;
	}
}

.awate-sidebar-column a {
	color: rgba(0, 0, 0, .7);
}

.awate-sidebar-column a:hover,
.awate-sidebar-column span.rss-date {
	color: var(--awate-red);
}

.awate-sidebar-search .wp-block-search__input {
	border: 1px solid #bdbdbd;
	font-size: 14px;
	min-height: 36px;
	padding: 7px 8px;
}

.awate-sidebar-search .wp-block-search__button {
	margin-left: 4px;
	min-height: 36px;
	padding: 7px 10px;
}

.awate-primary-column {
	flex-basis: 64.5833% !important;
	margin: 0 1.04166% 24px 0;
}

.awate-single .awate-sidebar-column {
	color: var(--awate-muted);
	flex-basis: 31.25% !important;
	margin: 0 0 24px 1.04166%;
}

.awate-article-title {
	font-family: var(--awate-font-heading);
	font-size: 34px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.1765;
	margin: 0 0 8px;
	text-transform: none;
}

.awate-article-title a {
	color: inherit;
	font-family: inherit;
	font-weight: inherit;
	letter-spacing: 0;
	text-transform: none;
}

.awate-post-categories a {
	background: var(--awate-red);
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	margin: 0 6px 8px 0;
	padding: 5px 7px;
	text-transform: uppercase;
}

.awate-post-categories a:hover {
	background: #111;
	color: #fff;
}

.awate-article-meta {
	border-bottom: 1px solid var(--awate-border);
	border-top: 1px solid var(--awate-border);
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 10px 0;
}

.awate-article-image {
	margin: 24px 0;
}

.awate-post-tags {
	border-top: 1px solid var(--awate-border);
	margin-top: 36px;
	padding-top: 16px;
}

.awate-video-embed {
	aspect-ratio: 16 / 9;
	background: var(--awate-soft);
	margin: 20px 0;
	overflow: hidden;
	width: 100%;
}

.awate-video-embed iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.awate-legacy-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 20px 0 28px;
}

.awate-legacy-card {
	border-bottom: 1px solid var(--awate-border);
	min-width: 0;
	padding-bottom: 14px;
}

.awate-legacy-card img,
.awate-legacy-card .awate-image-placeholder,
.awate-link-card__initial {
	aspect-ratio: 16 / 10;
	background: var(--awate-soft);
	display: block;
	margin-bottom: 10px;
	object-fit: cover;
	width: 100%;
}

.awate-legacy-card h3 {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin: 0;
}

.awate-legacy-card p {
	color: #626262;
	font-size: 13px;
	margin: 8px 0 0;
}

.awate-link-card a {
	color: var(--awate-ink);
	display: block;
}

.awate-link-card strong {
	display: block;
	font-size: 14px;
	overflow-wrap: anywhere;
}

.awate-link-card__initial {
	align-items: center;
	color: var(--awate-red);
	display: flex;
	font-size: 32px;
	font-weight: 700;
	justify-content: center;
	text-transform: uppercase;
}

.awate-legacy-list {
	border-top: 1px solid var(--awate-border);
	list-style: none;
	margin: 20px 0 28px;
	padding: 0;
}

.awate-legacy-list li {
	border-bottom: 1px solid var(--awate-border);
	padding: 10px 0;
}

.awate-legacy-list li span {
	color: var(--awate-muted);
	display: block;
	font-size: 12px;
	margin-top: 2px;
}

.awate-legacy-panel {
	background: #f7f8fa;
	border-left: 3px solid var(--awate-red);
	margin: 20px 0 28px;
	padding: 16px 18px;
}

.awate-legacy-panel h2 {
	font-size: 22px;
	line-height: 1.25;
	margin: 0 0 10px;
}

.awate-legacy-panel p {
	margin: 0 0 10px;
}

.awate-legacy-panel p:last-child {
	margin-bottom: 0;
}

.awate-legacy-note {
	display: inline-block;
	margin: 0 12px 12px 0;
}

.awate-archive-header {
	border-bottom: 1px solid var(--awate-border);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 28px;
	max-width: none;
	padding-bottom: 14px;
	width: 100%;
}

.awate-archive-header h1 {
	font-size: 30px;
	line-height: 1.15;
	margin: 0;
}

.awate-query-grid .wp-block-post {
	border-bottom: 1px solid var(--awate-border);
	padding-bottom: 18px;
}

.awate-query-grid {
	margin-left: auto;
	margin-right: auto;
	max-width: none;
	width: 100%;
}

.awate-query-grid .wp-block-post-title {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin: 8px 0 0;
}

.awate-query-grid .wp-block-post-excerpt {
	color: #626262;
	font-size: 14px;
}

.awate-site-footer {
	color: var(--awate-muted);
}

.awate-site-footer .wrap {
	border-top: 1px solid var(--awate-border);
	padding: 16px 0;
}

.awate-footer-wrap {
	align-items: center;
	column-gap: 18px;
	display: grid;
	grid-template-columns: max-content minmax(0, 1fr);
}

.awate-footer-wrap > * {
	align-self: center;
	margin-block-start: 0 !important;
	margin-top: 0 !important;
}

.notes_left,
.notes_powered {
	color: var(--awate-red);
	display: block;
	font-size: 13px;
	line-height: 20px;
	white-space: nowrap;
}

.notes_powered {
	margin-top: 8px;
	text-align: right;
}

.awate-site-footer .footer-links {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	gap: 0;
	justify-self: center;
	margin-bottom: 0;
	margin-top: 0;
	white-space: nowrap;
}

.notes_powered a {
	color: var(--awate-blue);
}

.notes_powered a:hover {
	color: var(--awate-muted);
}

.awate-site-footer > .notes_powered {
	margin-left: auto;
	margin-right: auto;
	max-width: 1020px;
	text-align: center;
	width: 96%;
}

.awate-footer-menu a,
.awate-site-footer .wp-block-navigation-item__content {
	color: var(--awate-red);
	font-size: 13px;
	line-height: 20px;
	padding: 0 5px;
	text-decoration: none;
}

.awate-footer-menu a:hover,
.awate-site-footer .wp-block-navigation-item__content:hover {
	color: var(--awate-muted);
}

.awate-language-select {
	background: #fff;
	border: 1px solid rgba(244, 67, 54, .35);
	color: var(--awate-red);
	font-family: var(--awate-font-heading);
	font-size: 13px;
	height: 24px;
	line-height: 20px;
	margin: 0 5px;
	max-width: 120px;
	padding: 1px 18px 1px 5px;
	vertical-align: middle;
}

@media only screen and (max-width: 900px) {
	.awate-footer-wrap {
		grid-template-columns: 1fr;
		row-gap: 8px;
		text-align: center;
	}

	.notes_left,
	.notes_powered,
	.awate-site-footer .footer-links {
		justify-self: center;
		text-align: center;
	}

	.awate-site-footer .footer-links {
		overflow-x: auto;
		white-space: nowrap;
		width: 100%;
	}

	.awate-front-layout.wp-block-columns,
	.awate-content-sidebar.wp-block-columns {
		flex-wrap: wrap;
	}

	.awate-front-content.content,
	.awate-primary-column {
		flex-basis: 100% !important;
		margin: 0 0 24px;
		width: 100%;
	}

	.awate-home-sidebar.sidebar1,
	.awate-secondary-sidebar.sidebar2,
	.awate-single .awate-sidebar-column {
		flex-basis: 47.9% !important;
		margin: 0 1.04166% 24px;
		width: 47.9%;
	}
}

@media only screen and (max-width: 768px) {
	.header .wrap {
		padding-top: 16px;
	}

	.awate-brand {
		margin-bottom: 16px;
		max-width: 100%;
		text-align: center;
	}

	.awate-brand .awate-logo img {
		margin-left: auto;
		margin-right: auto;
	}

	.awate-brand .wp-block-site-title {
		font-size: 30px;
		line-height: 36px;
	}

	.awate-news-nav .wrap {
		justify-content: flex-start !important;
		min-height: 44px;
		width: 100%;
	}

	.awate-legacy-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media only screen and (max-width: 600px) {
	:root {
		--awate-page-width: 94%;
	}

	.wp-site-blocks {
		width: 100%;
	}

	.wrap,
	.alignwide.wrap {
		width: var(--awate-page-width);
	}

	.primary .wrap {
		width: 100%;
	}

	.awate-news-main {
		padding-bottom: 10px;
	}

	.awate-front-content.content,
	.awate-home-sidebar.sidebar1,
	.awate-secondary-sidebar.sidebar2,
	.awate-primary-column,
	.awate-single .awate-sidebar-column {
		flex-basis: 100% !important;
		margin: 0 0 24px;
		max-width: 100%;
		width: 100%;
	}

	.column,
	.half {
		float: none;
		margin: 0 0 24px;
		max-width: 100%;
		width: 100%;
	}

	.awate-article-title {
		font-size: 30px;
	}

	.awate-legacy-grid {
		grid-template-columns: 1fr;
	}
}

@media only screen and (max-width: 480px) {
	ul.grid_list.col2 li,
	ul.grid_list.col3 li {
		float: none;
		margin: 0 0 24px;
		max-width: 100%;
		width: 100%;
	}

	.flex-caption h2 {
		font-size: 22px;
		line-height: 1.18;
	}

	.post-list .post-thumb {
		height: 54px;
		width: 72px;
	}

	.post-list .post-content,
	.post-list > li::after {
		margin-left: 86px;
	}
}
