/*
Theme Name: philips
Description: Philips theme — news archive load-more (see .news-load-more).
*/

.news-load-more-wrap {
	display: flex;
	justify-content: center;
	margin-top: 80px;
	margin-bottom: 1rem;
}

.news-load-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 11rem;
	padding: 0.75rem 1.75rem;
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.2;
	color: #fff;
	background-color: #1a1a1a;
	border: 2px solid #1a1a1a;
	border-radius: 2px;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.news-load-more:hover,
.news-load-more:focus {
	color: #1a1a1a;
	background-color: #fff;
	border-color: #1a1a1a;
	outline: none;
}

.news-load-more:focus-visible {
	outline: 2px solid #4a90d9;
	outline-offset: 2px;
}

.news-load-more:active {
	opacity: 0.9;
}

.news-app__message {
	margin-top: 1.5rem;
	text-align: center;
	font-size: 1rem;
}

.news-app__message--error {
	color: #b00020;
}

/* Full-page preloader (news archive Vue) */
.news-page-loader {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	padding: 2rem;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.55);
}

.news-page-loader__spinner {
	box-sizing: border-box;
	width: 44px;
	height: 44px;
	border: 3px solid rgba(255, 255, 255, 0.28);
	border-top-color: #fff;
	border-radius: 50%;
	animation: news-page-loader-spin 0.75s linear infinite;
}

.news-page-loader__text {
	font-size: 0.875rem;
	font-weight: 500;
	color: #fff;
	text-align: center;
}

@keyframes news-page-loader-spin {
	to {
		transform: rotate(360deg);
	}
}

.news-load-more:disabled {
	opacity: 0.55;
	cursor: not-allowed;
	pointer-events: none;
}

/* Our advocates: name mailto */
.principals__name a {
	color: inherit;
	text-decoration: none;
}

.principals__name a:hover {
	opacity: 0.85;
}

/* Our advocates: expand bio (span only when .principals__expand exists) */
.principals__more {
	display: inline-block;
	margin-top: 0.5rem;
	font: inherit;
	line-height: inherit;
	color: inherit;
	cursor: pointer;
	text-decoration: none;
	user-select: none;
}

.principals__more a{
	color: #fff;
	text-decoration: underline;
}

.principals__more a:hover{
	color: #e8231a;
}

.principals__more:hover {
	opacity: 0.75;
}

.principals__more:focus {
	outline: none;
}

.principals__more:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.principals__expand {
	margin-top: 0.75rem;
	font-size: inherit;
	line-height: 1.5;
}

.principals__expand a{
	text-decoration: underline;
	color: #fff;
}

.principals__expand a:hover{
	color: #e8231a;
}
.principals__expand[hidden] {
	display: none;
}

.principals__text a{
	color: #fff;
	text-decoration: underline;
}
.principals__text a:hover{
	color: #e8231a;
}
.advocates-staff{
	padding-bottom: 0;
	
}
.ddasd{
	padding-bottom: 60px;
}

/* Search results: highlight matched query terms in title and excerpt */
.search-highlight {
	padding: 0 0.05em;
	background-color: rgba(232, 35, 26, 0.18);
	color: inherit;
}

.contribute-section__form{
	display: flex;
	justify-content:center;
	padding: 0;
	background: none;
}
.contribute-section__form #IATS_PaymentBoxDiv{
	width: 100% !important;
}

#IATS_PaymentBoxDiv{
	width: 100% !important;
}
.opportunities-sidebar-block .about-sidebar-block__title{
   border:none;
}