.hide-launch {
	display: none !important;
}

.grant-grid,
.card-grid,
.research-programs-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-bottom: 20px;
}

.card-grid.vertical {
	grid-template-columns: 1fr;
}

.grant,
.card {
	display: block;
	padding: 24px;
	background: #fff;
	background-repeat: no-repeat;
	text-decoration: none !important;
	color: #000E29;
	border-radius: 16px;
	transition: 0.3s;
	position: relative;
}

.grant:hover,
.card:hover {
	background-repeat: no-repeat;
}

.grant:hover .arrow,
.card:hover .arrow {
	transform: scale(1.4);
}

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

.grant .image img {
	max-width: 130px;
	height: auto;
	border-radius: 5px;
}

.meta {
	font-size: 14px;
	color: #777;
}

.area-amount {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin: 20px 0 10px;
	font-family: "Avenir Book", Sans-serif;
}

.title {
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.home-feature p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.details {
	font-family: "Avenir Book", Sans-serif;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	color: #5F6B7B;
	position: relative;
	padding-right: 25px;
}

.details .sponsor {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.details .researcher {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.details .investigators {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.grant .arrow,
.card .arrow {
	width: 24px;
	height: 24px;
	background-image: url('../images/arrow-up-right.svg');
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 24px;
	bottom: 24px;
}

.card.hidden {
	display: none;
}

#load-more-wrapper,
#scientist-spotlight-load-more-wrapper {
	text-align: center;
	margin-top: 40px;
}

#load-more-grants,
.view-more-btn {
	display: inline-block;
	padding: 12px 24px;
	background: #003594;
	color: white !important;
	border: none;
	cursor: pointer;
	border-radius: 48px !important;
	font-size: 18px !important;
	font-weight: bolder !important;
	font-family: "Avenir Heavy", sans-serif;
}

.view-more-btn {
	margin: 25px auto 0;
	display: block;
	width: auto;
	max-width: 143px;
}

#load-more-grants:hover,
.view-more-btn:hover,
[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover {
	background: #005b89;
}

#grant-filter-form,
#publication-filter-form,
#posts-filter-form,
#disease-history-filter-form,
#pir-filter-form {
	display: flex;
	gap: 20px;
}

.apply-filter,
.clear-filter {
	background-color: #003594;
	font-size: 18px;
	border-radius: 48px;
	color: #ffffff;
	padding: 8px 25px;
	border: 0px;
	font-family: "Avenir Heavy", sans-serif !important;
}

#grant-filter-form select,
#search,
#search-grants,
.dropdown-btn,
#search-research,
#publication-filter-form select,
#search-publications,
#pir-filter-form select,
#search-pirs {
	border: 1px solid #D6D9DE !important;
	border-radius: 48px !important;
	background: #ffffff !important;
	color: #000E29 !important;
	font-size: 16px !important;
	font-weight: normal;
	display: flex;
	align-items: center;
	gap: 10px;
}

#search,
#search-grants,
#search-publications,
#search-pirs {
	width: 250px;
}

#grant_status,
#breed,
#disease {
	width: 110px;
}

.breed {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.grant-status-btn {
	display: inline-block;
	background-color: #8CE6BE;
	color: #000E29;
	padding: 2px 12px;
	border-radius: 9999px;
	font-size: 16px;
	margin-right: 5px;
}

.grant-status-btn.Active {
	background-color: #8CE6BE;
}

.grant-status-btn.Completed,
.grant-status-btn.completed,
.grant-status-btn.Closed,
.grant-status-btn.closed,
.grant-status-btn.closed-grant {
	background-color: #317FD4;
	color: #ffffff;
}

.grant-status-btn.withdrawn,
.grant-status-btn.transferred,
.grant-status-btn.cancelled {
	background-color: #FFC44C;
}

.grant-header .grant-status-btn {
	font-size: 12px;
	margin-left: 10px;
}

.grant-header:has(> .meta:first-child:last-child) {
	justify-content: flex-end;
}

.detail-item {
	margin: 15px 10px;
}

.item-header {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: "Avenir Heavy", Sans-serif;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 5px;
}

.item-header svg {
	max-width: 32px;
}

.item-content {
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.item-content a {
	font-size: 16px;
	text-decoration: underline;
	color: #003594;
}

.publications ul {
	background-color: #faf0ed;
	border-radius: 16px;
	padding: 16px !important;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	list-style: none;
	margin: 0;
	padding-inline-start: 0;
}

.publications ul li {
	background-color: white;
	border-radius: 16px;
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.publications ul li a {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 24px;
	text-decoration: none;
	color: inherit;
	border-radius: 16px;
	transition: background 0.3s ease;
}

.publications ul li:hover::after {
	transform: scale(1.4);
}

.publications ul li::after {
	content: "";
	position: absolute;
	bottom: 24px;
	right: 24px;
	width: 24px;
	height: 24px;
	background-image: url('../images/arrow-up-right.svg');
	background-size: contain;
	background-repeat: no-repeat;
	transition: transform 0.3s ease;
}

.publications ul li a strong {
	font-size: 20px;
	color: #000E29;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.publications ul li a>div {
	font-family: "Avenir Book", Sans-serif;
	color: #5F6B7B;
	font-size: 16px;
	line-height: 24px;
	font-style: normal;
	margin-top: auto;
	padding-top: 10px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	display: block;
	padding-right: 10px;
}

.publications ul li a .clip2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 25px;
}

.related-grants-wrapper {
	background: #EEF5FB;
	padding: 60px 0;
	position: relative;
}

.one-health-slider-wrapper {
	background: #FAF0ED;
	padding: 60px 0;
	position: relative;
}

.related-news-wrapper {
	background: #FAF0ED;
	padding: 60px 0;
	position: relative;
}

.related-grants-container,
.one-health-container,
.related-news-container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}

.related-grants-wrapper h2,
.one-health-slider-wrapper h2,
.related-news-wrapper h2 {
	font-family: "Libre Baskerville", sans-serif;
	font-weight: 400;
	font-size: 48px;
	line-height: 60px;
	letter-spacing: -2%;
}

.slick-slide {
	margin: 0 15px;
}

.slick-list {
	margin: 0 -15px;
}

.slick-prev,
.slick-next {
	position: absolute;
	top: -50px;
	z-index: 10;
	width: 40px;
	height: 40px;
	background: #fff !important;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0.8;
	transition: opacity 0.3s ease, background 0.3s ease;
	border: none;
	color: #003594 !important;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: rgba(0, 53, 148, 0.4);
}

.slick-prev::before,
.slick-next::before {
	display: none;
}

.slick-prev {
	right: 60px;
	left: auto;
}

.slick-next {
	right: 10px;
}

.slick-prev:hover,
.slick-next:hover {
	opacity: 1;
	background: #aaa;
}

.slick-prev svg,
.slick-next svg {
	width: 16px;
	height: 16px;
	fill: #003594;
}

.custom-excerpt {
	color: #5F6B7B;
}

.arrow-up-right {
	position: relative;
	display: inline-block;
}

.arrow-up-right::after {
	content: "";
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 32px;
	height: 32px;
	background-image: url('../images/arrow-up-right.svg');
	background-size: contain;
	background-repeat: no-repeat;
}

.arrow-up-right .image-box-description {
	padding-right: 20px;
}

.arrow-up-right.elementor-widget-icon-box::after {
	width: 24px;
	height: 24px;
	right: 20px;
	bottom: 20px;
}

.link-arrow a {
	position: relative;
	display: inline-block;
	padding-right: 15px;
	border-bottom: 2px solid #003594;
	line-height: 24px;
}

.link-arrow a::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -3px;
	width: 16px;
	height: 16px;
	background-image: url('../images/arrow-up-right-16.svg');
	background-size: contain;
	background-repeat: no-repeat;
}

.blue-hover:hover {
	background-color: #317FD4 !important;
	color: #ffffff !important;
}

.blue-hover:hover h2,
.blue-hover:hover p,
.blue-hover:hover a {
	color: #ffffff !important;
}

.link-arrow .blue-hover:hover a {
	border-bottom: 2px solid #ffffff;
}

.link-arrow .blue-hover:hover a::after {
	background-image: url('../images/arrow-up-right-white.svg');
}

.orange-hover:hover {
	background-color: #FF8561 !important;
}

.yellow-hover:hover {
	background-color: #FFC44C !important;
}

.green-hover:hover {
	background-color: #8CE6BE !important;
}

.orange-hover:hover h2,
.orange-hover:hover p,
.orange-hover:hover a,
.yellow-hover:hover h2,
.yellow-hover:hover p,
.yellow-hover:hover a,
.green-hover:hover h2,
.green-hover:hover p,
.green-hover:hover a {
	color: #000E29 !important;
}

.link-arrow .orange-hover:hover a,
.link-arrow .yellow-hover:hover a,
.link-arrow .green-hover:hover a {
	border-bottom: 2px solid #000E29;
}

.link-arrow .orange-hover:hover a::after,
.link-arrow .yellow-hover:hover a::after,
.link-arrow .green-hover:hover a::after {
	background-image: url('../images/arrow-up-right-dk-blue.svg');
}

.read-more a,
.swp-results-template-1 .swp-result-item a.swp-result-item--button,
.share-actions a,
.read-more-show a {
	position: relative;
	display: inline-block;
	padding-right: 15px;
	border-bottom: 2px solid #003594;
	line-height: 24px;
}

.read-more a::after,
.swp-results-template-1 .swp-result-item a.swp-result-item--button::after,
.share-actions a::after,
.read-more-show a::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -3px;
	width: 16px;
	height: 16px;
	background-image: url('../images/arrow-up-right-16.svg');
	background-size: contain;
	background-repeat: no-repeat;
}

.read-more-white a {
	position: relative;
	display: inline-block;
	padding-right: 15px;
	border-bottom: 2px solid #fff;
	line-height: 24px;
}

.read-more-white a::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -3px;
	width: 16px;
	height: 16px;
	background-image: url('../images/arrow-up-right-16-white.svg');
	background-size: contain;
	background-repeat: no-repeat;
}

.download-pdf a {
	position: relative;
	display: inline-block;
	padding-right: 15px;
	border-bottom: 2px solid #003594;
	line-height: 24px;
}

.download-pdf a::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -3px;
	width: 16px;
	height: 16px;
	background-image: url('../images/cloud-download.svg');
	background-size: contain;
	background-repeat: no-repeat;
}

.swp-results-template-1 .swp-result-item a.swp-result-item--button {
	padding: 0 15px 0 0;
	margin-top: 10px;
	font-size: 16px;
}

.tile-1 {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	padding: 10px;
	display: flex;
	min-height: 450px;
	flex-direction: column;
	container-widget-width: 100%;
	container-widget-height: initial;
	container-widget-flex-grow: 0;
	container-widget-align-self: initial;
	flex-wrap-mobile: wrap;
	justify-content: flex-end;
}

.tile-1 .read-more {
	display: none;
	transition: all 0.3s ease-in-out;
}

.initiative-card img {
	border-radius: 16px;
}

.initiative-card .details {
	border-top: 0px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.initiative-card p {
	font-size: 18px;
}

.tile-1 p,
.initiative-card p {
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tile-1 .details {
	background: #ffffff;
	border-radius: 16px;
	padding: 14px 16px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	transition: height 0.2s ease;
}

.tile-1 h2,
.initiative-card h2 {
	font-family: "Avenir Heavy", Sans-serif;
	font-size: 20px;
	line-height: 28px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
}

.initiative-card h2 {
	font-weight: 900;
}

.partner-logos {
	display: flex;
	gap: 10px;
}

.partner-logos img {
	max-height: 30px;
}

.tile-2 {
	position: relative;
	padding: 5px;
	transition: all 0.3s ease-in-out;
}

.image-wrapper {
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}

.image-wrapper img {
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	transition: transform 0.3s ease-in-out;
	border-radius: 10px;
}

.tile-2 .read-more {
	display: none;
	transition: all 0.3s ease-in-out;
}

.tile-2:hover .read-more {
	display: inline-block;
}

.tile-2:hover .image-wrapper {
	height: 175px;
}

.tile-3 {
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}

.tile-3 .custom-image-wrapper {
	height: 100%;
	transition: background-position 0.3s ease;
}

.tile-3:hover .custom-image-wrapper {
	height: 200px !important;
	min-height: unset !important;
}

.tile-3 .custom-content-wrapper {
	transition: transform 0.3s ease;
}

.tile-3 .read-more {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transform: translateY(10px);
	transition: max-height 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.tile-3:hover .read-more {
	max-height: 30px;
	opacity: 1;
	transform: translateY(0);
}

.tile-3:hover .custom-content-wrapper {
	transform: translateY(-10px);
}

.tile-3:hover .read-more {
	display: inline-block;
}

.tile-3 p {
	margin-bottom: 0 !important;
}

.highlight-page-grid {
	display: flex;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	gap: 10px;
	justify-content: center;
}

.hp-grid-item {
	flex: 0 0 220px;
	height: 445px;
	transition: flex-basis 0.3s ease, border-radius 0.3s ease;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	border-radius: 16px;
}

.hp-grid-item.active {
	flex-basis: 632px;
}

.hp-grid-image {
	width: 100%;
	height: 100%;
}

.hp-grid-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 16px;
}

.hp-grid-text {
	position: absolute;
	width: auto;
	left: 20px;
	bottom: 20px;
	font-family: 'Avenir', sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: -0.02em;
	color: #fff;
	z-index: 2;
	text-align: left;
}

.hp-grid-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	opacity: 0;
	transition: opacity 0.3s ease;
	display: flex;
	flex-direction: column;
	text-align: left;
	z-index: 3;
	color: #fff;
	pointer-events: none;
}

.hp-grid-content-inner {
	position: absolute;
	width: 85%;
	left: 32px;
	bottom: 23px;
	display: flex;
	flex-direction: column;
	pointer-events: auto;
}

.hp-grid-content-title {
	font-family: 'Avenir', sans-serif !important;
	font-style: normal;
	font-weight: 900;
	font-size: 20px !important;
	line-height: 28px !important;
	letter-spacing: -0.02em;
	color: #FFFFFF !important;
	margin-bottom: 8px;
	white-space: normal;
}

.hp-grid-content-text {
	font-family: 'Avenir', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #EBF2FF;
	width: auto;
}

.hp-grid-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 14, 41, 1) 100%);
	opacity: 1;
	z-index: 1;
	border-radius: 16px;
	transition: opacity 0.3s ease;
}

.highlight-page-grid:hover .hp-grid-item {
	flex-basis: 220px;
}

.highlight-page-grid .hp-grid-item:hover {
	flex-basis: 632px;
}

.hp-grid-item.active::before {
	opacity: 1;
}

.hp-grid-item:hover .hp-grid-content,
.hp-grid-item.active .hp-grid-content {
	opacity: 1;
	pointer-events: auto;
}

.hp-grid-item:hover .hp-grid-text,
.hp-grid-item.active .hp-grid-text {
	display: none;
}

.hp-read-more {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: 'Avenir', sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 18px;
	line-height: 25px;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 0;
	width: fit-content;
	white-space: nowrap;
	border-bottom: 2px solid #ffffff;
	position: relative;
	padding-right: 15px;
}

.hp-read-more::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -3px;
	width: 16px;
	height: 16px;
	background-image: url('../images/arrow-up-right-white.svg');
	background-size: contain;
	background-repeat: no-repeat;
}

.hp-read-more:hover {
	color: #ffffff;
}

.hp-read-more:hover::after {
	transform: translateY(-10px);
}

.hp-grid-item .hp-grid-content>* {
	width: auto;
	margin: 0;
}

.hp-grid-item .hp-grid-content>*:not(.hp-grid-content-inner) {
	display: none;
}

.white-box {
	background: rgba(255, 255, 255);
	padding: 20px;
	border-radius: 16px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	left: 10px;
}

.image-card {
	min-height: 272px;
	background-size: cover;
}

.image-card .arrow {
	right: 15px;
	bottom: 15px;
}

.card p {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #5F6B7B;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0;
	padding-right: 25px;
}

#research-programs-filter {
	display: flex;
	gap: 15px;
	margin-bottom: 20px;
	align-items: center;
}

input#search-research {
	width: 250px;
}

.dropdown {
	position: relative;
}

.dropdown-content {
	display: none;
	position: absolute;
	background: white;
	top: 100%;
	left: 0;
	max-height: 80vh;
	overflow-y: auto;
	border: 1px solid #ddd;
	padding: 20px;
	width: 400px;
	border-radius: 16px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	z-index: 1000;
}

.dropdown-content.status {
	width: 200px
}

.dropdown-content label {
	display: block;
	margin-bottom: 5px;
	cursor: pointer;
	font-size: 16px;
	margin: 8px 0;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.filter-checkbox {
	margin-right: 5px;
}

/* Legacy modal (kept as-is) */
.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	overflow-y: auto;
}

.modal-content {
	background: #fff;
	padding: 20px;
	width: 50%;
	border-radius: 24px;
	position: relative;
	max-height: 90vh;
	overflow: hidden;
	margin: 5% auto;
	display: flex;
	flex-direction: column;
}

.modal-content.form {
	padding: 24px 40px;
	max-width: 600px;
}

.modal-form {
	overflow-y: auto;
	max-height: calc(90vh - 60px);
	padding-right: 10px;
}

.modal-body {
	display: flex;
	gap: 20px;
	flex-direction: column;
	overflow-y: auto;
}

.modal-top {
	display: flex;
	gap: 20px;
	align-items: center;
}

.modal-image img {
	width: 325px;
	border-radius: 16px;
	height: 200px;
	object-fit: cover;
	object-position: top;
}

.modal-info {
	flex: 1;
}

.modal-info h2 {
	font-size: 32px;
	margin: 0 0 10px;
	line-height: 40px;
}

.modal-info p {
	font-size: 16px;
	margin: 0;
}

.modal-info .email {
	display: flex;
	gap: 10px;
	font-size: 14px;
	color: #003594;
}

.modal .close {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 24px;
	cursor: pointer;
	z-index: 99999;
}

.hidden {
	display: none;
}

/* NEW MODALS (Elementor/local + breed-club) — does not change legacy modal formatting */
.modal.local-modal,
#breed-club-modal {
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.modal.local-modal:not(.hidden),
#breed-club-modal:not(.hidden) {
	display: flex;
}

.modal.local-modal .modal-content {
	margin: 0;
	width: min(900px, 100%);
	max-height: 90vh;
	overflow: hidden;
	position: relative;
	padding: 0;
	display: flex;
	flex-direction: column;
	border-radius: 24px;
	background: #fff;
}
,
#breed-club-modal .modal-content {
	width: min(900px, 100%);
	max-height: 90vh;
	overflow: hidden;
	position: relative;
	padding: 0;
	display: flex;
	flex-direction: column;
	border-radius: 24px;
	background: #fff;
}

/* Elementor form modal uses .modal-inner */
.modal.local-modal .modal-inner {
	flex: 1;
	min-height: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 24px 32px 24px 24px;
	box-sizing: border-box;
}

/* breed-club modal uses .modal-body */
#breed-club-modal .modal-body {
	flex: 1;
	min-height: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 24px 32px 24px 24px;
	box-sizing: border-box;
}

/* If you use the .form variant on new modals, keep the tighter max-width */
.modal.local-modal .modal-content.form,
#breed-club-modal .modal-content.form {
	max-width: 600px;
	padding: 24px 40px;
}

/* Close button positioning for new modals */
.modal.local-modal .modal-content .close,
#breed-club-modal .modal-content .close {
	position: absolute;
	top: 12px;
	right: 12px;
	cursor: pointer;
	z-index: 2;
}

/* Optional spacing tweak used in your file */
.regular.modal .modal-content {
	padding: 0;
}

.regular.modal .modal-content .close {
	right: 25px;
}

.card h3 {
	font-family: "Avenir Black", Sans-serif;
	font-size: 18px;
	line-height: 28px;
	vertical-align: middle;
	text-transform: capitalize;
	margin: 0;
}

.directory-container .image-card {
	min-height: 308px;
	background-size: cover;
}

.directory-container .team {
	font-weight: 800;
	font-size: 16px;
	line-height: 24px;
	color: #000E29;
	margin-bottom: 10px;
}

.directory-container .title {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.image-card-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-bottom: 20px;
}

.speakers-block .image-card-grid {
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

@media (max-width: 1024px) {
	.image-card-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
		margin-bottom: 20px;
	}

	.modal-content {
		width: 80%;
	}

	.speakers-block .image-card-grid {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media (max-width: 600px) {
	.image-card-grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
		margin-bottom: 20px;
	}

	.modal-content {
		width: 90%;
	}
}

.speakers-block .job-title,
.speakers-block .place-of-work {
	font-size: 13px;
	line-height: 20px;
}

.speakers-block .directory-container .image-card {
	min-height: 425px;
}

.support-work,
.discovery-award,
.ambassador {
	border-radius: 8px;
	padding: 30px 40px 15px;
	background-image: url('../images/Support-Work-Dogs.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px -195px;
	min-height: 130px;
	position: relative;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
}

.discovery-award {
	background-image: url('../images/Woman-giving-dog-treat.jpeg');
	background-position: 0px -176px;
}

.ambassador {
	background-image: url('../images/Ambassador-scaled.jpeg');
	background-position: 0px -267px;
}

#mega-menu-90-0-1 .support-work {
	background-position: 0px -70px;
}

.support-work::before,
.discovery-award::before,
.ambassador::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 14, 41, 0.8) 100%);
	z-index: 1;
	pointer-events: none;
}

.support-work>*,
.discovery-award>*,
.ambassador>* {
	position: relative;
	z-index: 2;
}

.support-work a,
.discovery-award a,
.ambassador a {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	align-items: flex-end;
}

.support-work h3,
.discovery-award h3,
.ambassador h3 {
	font-family: "Avenir Black", Sans-serif;
	font-weight: 900;
	font-size: 20px;
	line-height: 28px;
	margin: 0;
	vertical-align: middle;
	color: #ffffff;
}

.support-work p,
.discovery-award p,
.ambassador p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin: 0 !important;
	vertical-align: middle;
	color: rgba(255, 255, 255, 0.8)
}

.support-work .arrow,
.discovery-award .arrow,
.ambassador .arrow {
	background-image: url('../images/arrow-up-right-white.svg');
	background-size: contain;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
}

@media (max-width: 768px) {
	.support-work,
	.discovery-award,
	.ambassador {
		background-position: 0px -50px;
	}
}

.mega-menu-item-custom_html-2 {
	padding: 15px 0 0 !important;
}

#mega-menu-menu-2 {
	padding: 20px !important;
	width: 350px !important;
	right: 0 !important;
}

#mega-menu-menu-2 .more-menu a {
	font-family: "Avenir Black", sans-serif !important;
	font-weight: 900 !important;
	font-size: 16px !important;
	line-height: 24px !important;
	color: rgba(255, 255, 255, 0.2) !important;
	letter-spacing: 2px;
	padding: 0 !important;
}

#mega-menu-wrap-menu-2 #mega-menu-menu-2>li.mega-menu-item>a.mega-menu-link {
	padding: 10px 0;
	font-family: "Libre Baskerville", sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
	vertical-align: middle;
	text-transform: capitalize;
}

.tile-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

@media (max-width: 1340px) {
	.hp-grid-item,
	.hp-grid-item.active,
	.highlight-page-grid .hp-grid-item:hover {
		flex-basis: calc(50% - 10px);
		height: auto;
	}

	.hp-grid-item {
		height: auto;
	}
}

@media (max-width: 1024px) {
	.hp-grid-content-title {
		font-size: 18px;
		line-height: 22px;
	}

	.hp-grid-text {
		font-size: 18px;
		line-height: 22px;
	}

	.hp-read-more {
		font-size: 16px;
	}

	.hp-grid-content-text {
		font-size: 16px;
	}

	#grant-filter-form,
	#pir-filter-form {
		flex-wrap: wrap;
	}

	#research-area {
		width: unset;
	}

	.grant-grid,
	.card-grid,
	.research-programs-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	.highlight-page-grid {
		justify-content: center;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.hp-grid-item,
	.hp-grid-item.active,
	.highlight-page-grid .hp-grid-item:hover {
		flex-basis: 100%;
		height: auto;
	}

	.hp-grid-content-inner {
		width: 90%;
		left: 20px;
		bottom: 20px;
	}

	.hp-grid-content-title {
		font-size: 16px;
		line-height: 20px;
	}

	.hp-grid-text {
		display: none;
	}

	.hp-read-more {
		font-size: 14px;
	}

	.hp-grid-content-text {
		font-size: 14px;
	}

	.highlight-page-grid:hover .hp-grid-item,
	.highlight-page-grid .hp-grid-item:hover,
	.hp-grid-item:hover::before,
	.hp-grid-item:hover .hp-grid-content,
	.hp-grid-item:hover .hp-grid-text,
	.hp-read-more:hover svg {
		flex-basis: 100%;
		opacity: 1;
		transform: none;
		pointer-events: auto;
	}

	.hp-grid-item .hp-grid-content,
	.hp-grid-item.active::before {
		opacity: 1;
		display: flex;
		pointer-events: auto;
	}

	.hp-grid-item.active .hp-grid-content {
		opacity: 1;
		pointer-events: auto;
	}

	.hp-grid-item .hp-grid-content>*:not(.hp-grid-content-inner) {
		display: flex;
	}

	.hp-grid-item::before {
		opacity: 1;
	}

	.hp-grid-item.active .hp-grid-content,
	.hp-grid-item:hover .hp-grid-content-inner {
		opacity: 1;
		display: flex;
	}

	.hp-grid-item:hover::before {
		opacity: 1;
	}

	.grant-grid,
	.card-grid,
	.research-programs-grid {
		grid-template-columns: repeat(1, 1fr);
	}
}

#breadcrumbs>span {
	display: flex;
	flex-direction: row;
	gap: 9px;
	flex-wrap: wrap;
}

#breadcrumbs a {
	text-decoration: underline !important;
}

.custom-share-container {
	position: relative;
	display: flex;
	flex-direction: row;
	width: 90px;
	gap: 10px;
	justify-content: flex-end;
}

.custom-share-dropdown {
	display: none;
	position: absolute;
	top: 40px;
	right: 0;
	background: white;
	border: 0px solid #ddd;
	border-radius: 24px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	min-width: 300px;
	z-index: 100;
	width: 400px;
	padding: 20px;
}

.custom-share-dropdown.active {
	display: block;
}

.custom-share-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: "Avenir Book", sans-serif;
	font-weight: 900;
	font-size: 34px;
	line-height: 46.44px;
	margin-bottom: 10px;
	color: #000E29;
}

.custom-share-close {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
}

.contact-info,
.contact-info a {
	font-size: 16px;
}

.phone-email {
	display: flex;
	gap: 15px;
	align-items: center;
}

.author-avatar img {
	border-radius: 60px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
	font-family: "Avenir Heavy", sans-serif;
	font-weight: 900;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu .mega-description-group .mega-menu-description {
	color: #5F6B7B;
	font-style: normal;
	font-family: "Avenir Book", sans-serif;
	font-size: 14px;
	margin: 0;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item a.mega-menu-link:before {
	margin: 0 15px 0 0px
}

#mega-menu-91-0-1,
#mega-menu-91-0-0,
#mega-menu-91-1-1,
#mega-menu-153-0-0,
#mega-menu-153-1-1 {
	border-right: 1px solid rgba(0, 0, 0, 0.08) !important;
	padding-right: 10px !important;
}

#mega-menu-91-0-2,
#mega-menu-91-0-1,
#mega-menu-91-1-2,
#mega-menu-153-0-1,
#mega-menu-153-1-2 {
	padding-left: 30px !important;
}

.mega-menu-title {
	white-space: nowrap;
}

.mega-menu-description {
	white-space: normal;
	padding-right: 15px;
}

.mega-menu-link {
	display: flex !important;
}

.mega-menu-link::before {
	margin-right: 15px;
	flex-shrink: 0;
}

.mega-description-group {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	overflow: hidden;
}

.menu-section-titles h4 {
	color: #5F6B7B !important;
	font-weight: normal !important;
	line-height: 24px;
}

#mega-menu-91-2-0 #mega-menu-item-custom_html-4,
#mega-menu-153-1-0 #mega-menu-item-custom_html-7,
#mega-menu-153-2-0 #mega-menu-item-custom_html-7 {
	padding: 20px 0 0 !important;
}

.card-trigger {
	cursor: pointer;
}

.year-review-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}

.year-review-wrapper>* {
	flex: 0 0 calc(33.333% - 40px);
}

@media (max-width: 768px) {
	.year-review-wrapper>* {
		flex: 0 0 calc(50% - 30px);
	}
}

@media (max-width: 550px) {
	.year-review-wrapper>* {
		flex: 0 0 100%;
	}
}

.year-review-item {
	box-sizing: border-box;
	padding: 20px 0 40px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.yir-title {
	font-size: 20px !important;
	line-height: 28px !important;
}

.year-review-item p {
	margin-bottom: 0;
}

#one-health-articles-container .image-card {
	min-height: 335px;
}

.card-date {
	color: #5F6B7B;
	font-style: normal;
	font-family: "Avenir Book", sans-serif;
	font-size: 16px;
	margin: 0;
}

.card h3.card-title {
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.press-release {
	min-height: 393px;
}

.press-release.card {
	display: flex;
	flex-direction: column;
}

.press-release.card .card-content,
.breakthrough-grid .card .card-content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.gform-body input[type=date],
.gform-body input[type=email],
.gform-body input[type=number],
.gform-body input[type=password],
.gform-body input[type=search],
.gform-body input[type=tel],
.gform-body input[type=text],
.gform-body input[type=url],
.gform-body select,
.gform-body textarea,
.gform-footer [type=submit] {
	border: 0px;
	border-radius: 48px;
	padding: 12px 16px !important;
}

.border .gform-body input[type=date],
.border .gform-body input[type=email],
.border .gform-body input[type=number],
.border .gform-body input[type=password],
.border .gform-body input[type=search],
.border .gform-body input[type=tel],
.border .gform-body input[type=text],
.border .gform-body input[type=url],
.border .gform-body select,
.border .gform-body textarea {
	border: 1px solid #ccc;
	border-radius: 15px;
	padding: 12px 16px !important;
}

.gform_wrapper.gravity-theme .gfield_header_item,
.gform_wrapper.gravity-theme .gform_fileupload_rules,
.gform_wrapper.gravity-theme .ginput_complex label {
	font-size: 16px;
	font-weight: 700;
	padding: 0;
	margin-bottom: 8px;
}

.gform_wrapper.gravity-theme .description,
.gform_wrapper.gravity-theme .gfield_description,
.gform_wrapper.gravity-theme .gsection_description,
.gform_wrapper.gravity-theme .instruction {
	padding-top: 0;
}

.gfield_label_before_complex {
	margin-bottom: 0;
	line-height: 24px;
}

.gform_wrapper.gravity-theme .field_description_above .gfield_description {
	padding: 0 !important;
	line-height: 24px;
}

.gfield_checkbox .gchoice input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin-top: 4px;
	vertical-align: top;
}

.ginput_container_textarea {
	margin-top: 10px;
}

.gfield_checkbox .gchoice {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 10px;
}

.gfield_checkbox .gchoice label {
	line-height: 1.4;
	font-size: 16px;
}

.gform_wrapper.gravity-theme .gfield_checkbox label,
.gform_wrapper.gravity-theme .gfield_radio label {
	font-size: 16px;
}

.gform-footer [type=submit] {
	width: 100%;
	text-align: center;
}

.horizontal-form {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 15px;
}

.footer .gform-body input[type=email] {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: rgba(222, 222, 222, 1);
}

.footer .gform-footer [type=submit] {
	background: transparent;
	border: 1px solid #ffffff;
	font-size: 18px;
	line-height: 25px;
	padding: 12px 28px !important;
}

.footer .gform-body input::placeholder {
	color: white;
	opacity: 1;
}

.horizontal-form .gform-body {
	flex-grow: 1;
}

.horizontal-form .gform-body input[type="email"] {
	width: 100%;
	box-sizing: border-box;
}

.horizontal-form .gform-footer {
	flex-shrink: 0;
}

.horizontal-form .gform-footer input[type="submit"] {
	white-space: nowrap;
}

.blue-paw .elementor-button-icon {
	color: #003594;
}

.modal-overlay {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: rgba(0, 0, 0, 0.6);
}

.close-modal {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
}

.latest-research .icon {
	max-width: 50px;
}

.latest-research .details {
	border-top: 0;
}

.latest-research h3 {
	margin: 8px 0 16px;
}

#press-release-cards .card-image,
.related-news-slider .card-image {
	height: 120px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	margin-bottom:10px;
}

#press-release-cards .card-image img,
.related-news-slider .card-image img {
	width: 100%;
	/* height: 100%; */
}

.standard-form iframe {
	width: 800px !important;
}

@media (max-width: 800px) {
	.standard-form iframe {
		width: 90% !important;
	}
}

.reason-icon img {
	background: #ffffff;
	position: absolute;
	top: -40px;
	right: -40px;
}

#searchwp-form-1 {
	width: 500px;
}

form.searchwp-form .searchwp-form-input-container .swp-input {
	border: 1px solid #D6D9DE;
	border-radius: 48px;
}

.swp-result-item--desc {
	font-size: 16px !important;
	color: #000E29 !important;
	line-height: 26px !important;
}

.swp-result-item--info-container h2,
.swp-result-item--info-container a {
	font-size: 20px;
	line-height: 28px;
}

.swp-load-more {
	display: flex;
	justify-content: center;
	align-items: center;
}

.swp-load-more-button {
	margin: 0 auto;
}

.initiatives-slider {
	justify-content: flex-start !important;
	text-align: left;
}

.slick-track {
	margin-left: 0 !important;
}

.initiative-card .card-image {
	height: 220px;
	width: 100%;
	object-fit: cover;
	object-position: top;
	display: block;
}

#gfield_description_5_5 {
	margin-bottom: 10px;
}

.grant-header .image img {
	border-radius: 0;
}

.post img {
	border-radius: 16px;
}

.post .meta {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 0;
}

.post-type-button {
	color: #000E29;
	padding: 2px 15px 4px;
	border-radius: 500px;
}

.post-type-button.blog {
	background-color: #8CE6BE;
}

.post-type-button.video {
	background-color: #FFC44C;
}

.post-type-button span {
	font-size: 16px;
	color: #000E29;
}

.post-type-button span::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.post-type-button.blog span::before {
	background-image: url('../images/blog-icon.svg');
}

.post-type-button.video span::before {
	background-image: url('../images/video-icon.svg');
}

.sidebar {
	position: relative;
}

.sidebar .sticky {
	position: sticky;
	top: 0;
}

.featured-grid .post img {
	width: 100%;
	height: auto;
	display: block;
}

.featured-grid h2,
.featured-grid h2 a {
	font-family: "Avenir Black", Sans-serif;
	font-size: 26px;
	line-height: 32px;
	color: #000E29;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.featured-grid h2 {
	margin: 10px 0;
}

.featured-grid .post.small h2,
.featured-grid .post.small h2 a {
	margin: 0;
	font-size: 20px;
	line-height: 28px;
}

.featured-grid .read-more a {
	font-weight: 900;
	margin-top: 10px;
}

.story-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 20px;
}

.story-grid .post img {
	border-radius: 8px;
}

.story-grid .post h2,
.story-grid .post h2 a {
	font-size: 20px;
	margin: 10px 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000E29;
	font-family: "Avenir Black", Sans-serif;
}

.post-actions {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0;
	gap: 0;
}

.post.small .post-actions {
	margin-top: 5px;
}

.story-grid .post {
	background: #ffffff;
	padding: 20px;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.story-grid .post-actions {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0;
	gap: 0;
	margin-top: auto;
}

#external-news-tiles .tile-1 {
	background-color: #F7FAFF;
}

ul {
	margin-bottom: .9rem;
}

.rfp-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

@media (max-width: 768px) {
	.rfp-grid {
		grid-template-columns: 1fr;
	}
}

.rfp-card {
	height: 220px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.rfp-details {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 10px;
}

.rfp-details span {
	font-family: "Avenir Book", Sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
}

.hide-mobile,
#more-menu {
	display: none !important;
}

.hide-desktop {
	display: block !important;
}

@media (min-width: 769px) {
	.hide-desktop {
		display: none !important;
	}

	.hide-mobile,
	#more-menu {
		display: block !important;
	}
}

.gform_wrapper.gravity-theme .gfield_label {
	line-height: 20px;
}

li {
	margin-bottom: 15px;
}

.breakthrough-grid,
.research-progress-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 600px) {
	.breakthrough-grid,
	.research-progress-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.breakthrough-grid {
		grid-template-columns: repeat(4, 1fr);
	}

	.research-progress-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.breakthrough-grid .card {
	min-height: 275px;
	display: flex;
	flex-direction: column;
}

.breakthrough-grid .card h3.card-title {
	-webkit-line-clamp: 3;
	min-height: 84px;
}

.research-progress-grid .card {
	min-height: 225px;
	display: flex;
	flex-direction: column;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0;
	padding: 24px 0;
	max-width: 310px;
}

.research-progress-grid .card-title {
	min-height: 56px;
}

.press-release.card .read-more,
.breakthrough-grid .card .read-more,
.research-progress-grid .card .read-more {
	margin-top: auto;
}

#rsvpify-wrapper iframe {
	border-radius: 16px;
}

.image-wrapper {
	height: 125px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f0f0f0;
}

.bg-one {
	background-color: #FF8561;
}

.bg-two {
	background-color: #8CE6BE;
}

.bg-three {
	background-color: #FFC44C;
}

.image-wrapper img {
	width: auto;
	height: 100%;
	object-fit: contain;
}

#disease-history-container .custom-excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.paws-reflect-section {
	background-color: #F7FAFF;
	padding: 15px 20px;
}

.paws-reflect-section h3 {
	font-family: "Avenir Black", Sans-serif;
	font-size: 30px;
}

.paws-reflect-section .paws-heading {
	font-family: "Avenir Black", Sans-serif;
}

.paws-reflect-section li {
	font-size: 16px;
	line-height: 24px;
}

.border-bottom {
	padding-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.paws-heading {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
}

.paws-reflect-section p {
	font-size: 16px;
	line-height: 24px;
}

.related-post .wp-post-image {
	max-height: 130px;
}

.related-post {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.related-post .read-more {
	margin-top: auto;
}

.related-post .card-image {
	min-height: 130px;
	background-color: #F7FAFF;
	border-radius: 16px;
	display: flex;
	align-items: center;
}

.distinguished-partners-container .image-card-grid {
	grid-template-columns: repeat(3, 1fr);
}

.distinguished-partners-container .image-card {
	min-height: 430px;
}

.distinguished-partners-container .card h3 {
	line-height: 24px;
}

.legacy-award-container .image-card-grid {
	grid-template-columns: repeat(2, 1fr);
}

.legacy-award-container .image-card {
	min-height: 430px;
}

.tile-395 {
	min-height: 395px !important;
}

.dark-gray {
	color: #000E29;
}

.light-gray {
	color: #5F6B7B;
}

dialog {
	max-width: 95vw;
	max-height: 95vh;
	overflow: hidden;
}

.mega-donate-btn a,
.donate-btn a {
	background-color: #003594 !important;
	font-family: "Avenir Heavy", Sans-serif !important;
	fill: #FFFFFF !important;
	color: #FFFFFF !important;
	border-style: solid !important;
	border-width: 1px 1px 1px 1px !important;
	border-color: #003594 !important;
}

@media (min-width: 1025px) and (max-width: 99999px) {
	.elementor .elementor-hidden-desktop {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.header-donate {
		margin: 0 auto;
	}
}

.discoveries .card p {
	display: unset;
	-webkit-line-clamp: unset;
	-webkit-box-orient: unset;
}

.discoveries .card h3.card-title {
	min-height: unset;
}

.research-progress-actions {
	display: flex;
	justify-content: center;
	margin: 20px auto;
}

.paws-reflect-section {
	border-radius: 16px;
}

.blue-bg {
	background-color: #F7FAFF;
	padding: 10px 15px;
	border-radius: 16px;
	margin-bottom: 20px;
}

.detail-item:last-of-type .item-content {
	border: 0;
}

.peach-bg {
	background-color: #FAF0ED;
	padding: 10px 15px;
	border-radius: 16px;
	margin-bottom: 20px;
}

.single-success-story p.meta {
	margin: 0;
}

.blue-btn {
	text-align: center;
	background-color: #003594;
	color: #ffffff !important;
	font-family: "Avenir Black", Sans-serif !important;
	font-size: 20px !important;
	font-weight: 500 !important;
	line-height: 28px !important;
	text-decoration: none !important;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #003594;
	border-radius: 50px 50px 50px 50px;
	width: 100%;
	padding: 12px 24px;
	display: block;
}

.join-chr {
	font-size: 28px !important;
	line-height: 35px !important;
}

.discovery .card-image {
	width: 100%;
	height: 120px;
	overflow: hidden;
	margin-bottom: 10px;
}

.discovery .card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 8px;
}

.breakthrough-grid.discoveries .card {
	min-height: 320px;
}

.amplify-articles-container .image-card {
	min-height: 340px;
}

.amplify-articles-container .card h3 {
	line-height: 23px;
}

.past-webinars-list {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.pw-item {
	display: flex;
	gap: 20px;
	align-items: flex-start;
}

.pw-media {
	flex: 0 0 60%;
}

.pw-media a {
	display: block;
	height: 100%;
}

.pw-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 16px;
}

.pw-body {
	flex: 0 0 40%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.pw-date {
	font-size: 18px;
	color: #5F6B7B;
	line-height: 30px;
	margin: 0 !important;
}

.pw-title a,
.pw-title {
	font-size: 28px !important;
	line-height: 38px !important;
	margin: 0 !important;
	text-decoration: none;
	color: #000E29;
}

.pw-actions {
	margin-top: 18px;
	text-align: center;
}

.pw-load-more {
	display: inline-block;
	padding: 10px 16px;
	border: 1px solid #ccc;
	background: #f7f7f7;
	cursor: pointer;
}

#gform_15 .gform-footer [type=submit] {
	width: unset;
}

#gform_15 .gform_footer,
#gform_15 .gform_page_footer {
	padding: 0 !important;
}

@media (max-width: 800px) {
	.pw-item {
		flex-direction: column;
	}

	.pw-media,
	.pw-body {
		flex: 0 0 auto;
	}
}

.upcoming-webinars-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

.upcoming-webinars-grid>.uw-card:nth-child(3n+1) {
	background: #8CE6BE;
}

.upcoming-webinars-grid>.uw-card:nth-child(3n+2) {
	background: #FF8561;
}

.upcoming-webinars-grid>.uw-card:nth-child(3n+3) {
	background: #FFC44C;
}

.uw-title {
	font-size: 34px !important;
	line-height: 40px !important;
	margin: 0 0 14px;
	font-weight: 800 !important;
	font-family: "Avenir Book", Sans-serif !important;
}

.uw-title a {
	text-decoration: none;
}

.uw-speakers {
	margin-top: 6px;
}

.uw-speakers-heading {
	font-size: 12px;
	letter-spacing: 0.08em;
	font-weight: 700;
	color: #5F6B7B;
}

.uw-speaker-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

.uw-speaker {
	display: grid;
	grid-template-columns: 40px 1fr;
	align-items: center;
	gap: 10px;
}

.uw-speaker-avatar {
	width: 40px;
	height: 40px !important;
	border-radius: 50% !important;
	object-fit: cover;
	display: block;
}

.uw-speaker-name {
	font-weight: 600;
	line-height: 1.2;
}

.uw-speaker-title {
	font-size: 0.9rem;
	line-height: 1.2;
	font-weight: 400 !important;
	font-family: "Avenir Book", Sans-serif !important;
}

.uw-date,
.uw-time {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.uw-icon {
	width: 18px;
	height: 18px;
	fill: currentColor;
	flex: 0 0 18px;
}

.uw-date span,
.uw-time span {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400 !important;
	font-family: "Avenir Book", Sans-serif !important;
}

@media (max-width: 1200px) {
	.upcoming-webinars-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 900px) {
	.upcoming-webinars-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.upcoming-webinars-grid {
		grid-template-columns: 1fr;
	}
}

.uw-card-link {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.uw-card-link:hover .uw-title {
	text-decoration: underline;
}

.uw-card-link {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.uw-card {
	display: flex;
	flex-direction: column;
	min-height: 500px;
	padding: 20px;
	border-radius: 12px;
	position: relative;
}

.uw-datetime {
	margin-top: auto;
	display: grid;
	gap: 6px;
	padding-top: 12px;
}

.uw-card .read-more {
	max-height: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	transform: translateY(6px);
	transition: max-height .25s ease, opacity .25s ease, transform .25s ease;
}

.uw-card:hover .read-more {
	max-height: 36px;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.uw-card:hover .uw-datetime::after {
	height: 0;
}

.uw-card .read-more a {
	color: #000E29;
	border-bottom: 2px solid #000E29;
}

.upcoming-webinars-slider .slick-track>.slick-slide.uw-card:nth-of-type(3n+1) {
	background: #8CE6BE;
}

.upcoming-webinars-slider .slick-track>.slick-slide.uw-card:nth-of-type(3n+2) {
	background: #FF8561;
}

.upcoming-webinars-slider .slick-track>.slick-slide.uw-card:nth-of-type(3n+3) {
	background: #FFC44C;
}

.upcoming-webinars-slider .slick-slide {
	height: auto;
}

.upcoming-webinars-slider .slick-slide.uw-card {
	min-height: 500px;
	border-radius: 12px;
}

.uw-card .read-more a {
	color: #000E29;
	border-bottom: 2px solid #000E29;
}

.upcoming-webinars-slider .slick-slide.uw-card {
	display: flex;
	flex-direction: column;
}

.upcoming-webinars-slider .uw-datetime {
	margin-top: auto;
}

.uw-slider-wrapper {
	position: relative;
	margin-bottom: 12px;
}

.uw-slider-head {
	position: relative;
}

.uw-arrows {
	position: absolute;
	top: 0px;
	right: 0;
	display: flex;
	gap: 10px;
	z-index: 2;
}

.uw-arrows .slick-prev,
.uw-arrows .slick-next {
	border: none;
	font-size: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.uw-arrows .slick-disabled {
	opacity: .5;
}

.paws-icon img {
	max-width: 32px;
	width: 32px;
}

.amplify-accordion,
.fundraising-focus-accordion {
	display: grid;
	gap: 24px;
}

.amplify-month summary,
.fundraising-focus-month summary {
	font-family: "Avenir Heavy", sans-serif;
	list-style: none;
	cursor: pointer;
	padding: 14px 16px;
	border: 1px solid #e2e2e2;
	border-radius: 16px;
	font-weight: 600;
	font-size: 24px;
	background: #ffffff;
	position: relative;
}

.amplify-month summary::after,
.fundraising-focus-month summary::after {
	content: "+";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 22px;
	line-height: 1;
	color: #003594;
	transition: transform 0.3s ease, color 0.3s ease;
}

.amplify-month[open]>summary::after,
.fundraising-focus-month[open]>summary::after {
	content: "–";
	color: #317FD4;
}

.amplify-month[open]>summary,
.fundraising-focus-month[open]>summary {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: 0;
}

.amplify-month summary:hover::after,
.fundraising-focus-month summary:hover::after {
	color: #003594;
}

.amplify-month>.tile-grid,
.fundraising-focus-month>.fundraising-focus-grid {
	border: 1px solid #e2e2e2;
	background-color: #ffffff;
	border-top: 0;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	padding: 20px;
}

.tile-grid,
.fundraising-focus-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.share-text {
	font-size: 16px;
	line-height: 1.4em;
}

@media (max-width: 1024px) {
	.tile-grid,
	.fundraising-focus-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	.tile-grid,
	.fundraising-focus-grid {
		grid-template-columns: 1fr;
	}
}

.amplify-month summary::-webkit-details-marker {
	display: none;
}

.amplify-month summary::marker {
	content: "";
}

.share-actions {
	margin: 10px 0 6px;
}

.share-header {
	font-size: 18px;
	font-weight: bolder;
}

.share-links {
	display: flex;
	gap: 20px;
}

.tile-amplify,
.fundraising-focus-card {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 600px;
	background-color: #003594;
}

.fundraising-focus-card {
	background-repeat: no-repeat;
}

.tile-amplify::before,
.fundraising-focus-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60%;
	background-image: var(--amplify-bg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	transform: none;
	z-index: 0;
}

.tile-amplify::after,
.fundraising-focus-card::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40%;
	height: 100px;
	background: linear-gradient(to bottom, rgba(0, 53, 148, 0), #003594 90%);
	pointer-events: none;
	z-index: 1;
}

.tile-amplify .details,
.fundraising-focus-body {
	position: relative;
	z-index: 5;
	background: #ffffff;
	border-radius: 16px;
	padding: 14px 16px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	transition: height 0.2s ease;
}

.tile-amplify h2,
.fundraising-focus-body h2 {
	font-family: "Avenir Heavy", Sans-serif;
	font-size: 20px;
	line-height: 28px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
	color: #000E29;
}

.fundraising-focus-excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tile-amplify p,
.tile-amplify .share-text,
.fundraising-focus-body p {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.4;
	color: #5F6B7B;
}

.tile-amplify .read-more-show,
.fundraising-focus-read-more {
	margin-top: 4px;
}

.tile-amplify .read-more-show a,
.fundraising-focus-read-more a {
	position: relative;
	display: inline-block;
	padding-right: 15px;
	border-bottom: 2px solid #003594;
	line-height: 24px;
	color: #003594;
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
}

.tile-amplify .read-more-show a::after,
.fundraising-focus-read-more a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -3px;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background-image: url('../images/arrow-up-right-16.svg');
	background-size: contain;
	background-repeat: no-repeat;
}

.tile-amplify .share-actions {
	margin: 10px 0 0;
	display: flex;
	flex-direction: column;
	gap: 0px;
}

.tile-amplify .share-header {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #5F6B7B;
}

.tile-amplify .share-links {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.tile-amplify .share-links a {
	position: relative;
	display: inline-block;
	padding-right: 15px;
	border-bottom: 2px solid #003594;
	line-height: 20px;
	font-size: 18px;
	font-weight: 700;
	color: #003594;
	text-decoration: none;
}

.tile-amplify .share-links a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -3px;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background-image: url('../images/arrow-up-right-16.svg');
	background-size: contain;
	background-repeat: no-repeat;
}

.tile-amplify .copy-share-text {
	align-self: flex-start;
	margin-top: 4px;
	padding: 4px 10px;
	font-size: 13px;
	font-weight: 600;
	border-radius: 999px;
	border: 1px solid #003594;
	background: #ffffff;
	color: #003594;
	cursor: pointer;
	transition: all 0.2s ease;
}

.tile-amplify .copy-share-text:hover,
.tile-amplify .copy-share-text.copied {
	background: #003594;
	color: #ffffff;
}

.tile-amplify .share-text-wrap {
	position: relative;
	margin: 30px 0 10px;
	padding: 12px 14px;
	border: 1px solid #ccc;
	border-radius: 10px;
	background: #ffffff;
}

.tile-amplify .share-text {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: #5F6B7B;
}

.tile-amplify .copy-share-text {
	position: absolute;
	top: -17px;
	right: 12px;
	transform: translateY(-50%);
	padding: 8px 10px 6px;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 0;
	border: 1px solid #ccc;
	border-bottom: 0;
	background: #ffffff;
	color: #5F6B7B;
	cursor: pointer;
	line-height: 1;
	white-space: nowrap;
	transition: all 0.18s ease;
	z-index: 2;
}

.tile-amplify .copy-share-text:hover,
.tile-amplify .copy-share-text.copied {
	background: #003594;
	border-color: #003594;
	color: #ffffff;
}

.pom {
	background-color: #ffffff;
	border-radius: 16px;
	padding: 20px;
}

.pom .header {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 20px;
}

.pom .header .elementor-heading-title {
	font-family: "Avenir Heavy", Sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #000000;
}

.pom p,
.bcom,
.hlom {
	font-size: 16px;
	line-height: 24px;
	color: #5F6B7B;
}

.bcom,
.hlom {
	margin-top: .9em;
}

@media (max-width: 1024px) {
	#mega-menu-menu-1 {
		margin-top: 20px !important;
	}

	#mega-menu-menu-1>li {
		padding: 10px !important;
		border-bottom: 1px solid #0000001A !important;
	}

	#mega-menu-menu-1>li>a {
		justify-content: space-between;
	}

	.mobile-donate a {
		font-family: "Avenir Heavy", Sans-serif !important;
		font-size: 20px !important;
		color: #FFFFFF !important;
		justify-content: center !important;
		align-items: center !important;
	}

	#mega-menu-menu-1>li.mobile-donate {
		border-bottom: 0px !important;
		margin-bottom: 20px !important;
	}

	#mega-menu-menu-1>li.contact-us {
		border-bottom: 0px !important;
	}

	#mega-menu-91-0,
	#mega-menu-153-0 {
		display: none !important;
	}

	#mega-menu-91-1-2,
	#mega-menu-153-1-2 {
		padding-left: 0 !important;
	}

	.hide-mobile.hide-tablet {
		display: none !important;
	}

	.hide-desktop.show-tablet,
	.show-tablet .hide-desktop {
		display: block !important;
	}
}

.mobile-search-icon {
	display: none !important;
}

@media (max-width: 767px) {
	.mobile-search-icon {
		display: block !important;
	}
}

@media (max-width: 980px) {
	.header-donate {
		display: none !important;
	}
}

.highlight-month {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 16px;
	font-size: 13px;
	padding: 7px 13px;
	line-height: 13px;
	color: #000E29;
}

.health-liaison-container .month {
	position: absolute;
	top: 0px;
	right: 0px;
	background: #003594;
	border-radius: 16px;
	font-size: 13px;
	padding: 7px 13px;
	line-height: 13px;
	color: #ffffff;
}

.health-liaison-container .card {
	padding-top: 40px;
	border-top-color: #003594;
	border-start-end-radius: 16px;
	min-height: 255px;
}

.health-liaison-container .card .card-title {
	min-height: unset;
}

.health-liaison-container .card p {
	-webkit-line-clamp: 4;
}

strong {
	font-family: "Avenir Heavy", sans-serif;
}

.sidebar-ad {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 526px auto;
	display: flex;
	border-radius: 16px 16px 16px 16px;
	padding-top: 150px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	flex-direction: column;
	position: relative;
}

.sidebar-ad::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 16px;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 15%, rgba(0, 0, 0, 0.86) 86%);
	z-index: 1;
	pointer-events: none;
}

.sidebar-ad>* {
	position: relative;
	z-index: 2;
}

.donate-btn a {
	display: flex;
	flex-direction: row;
	gap: 5px;
	justify-content: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
	padding: 12px 24px;
	border-radius: 50px 50px 50px 50px;
}

.donate-btn a svg {
	max-width: 24px;
}

.donate-btn a span {
	padding-top: 2px;
}

.sidebar-ad h4 {
	color: #ffffff;
}

.elementor-element.sidebar {
	align-self: flex-start;
	overflow: visible !important;
}

.elementor-element.sidebar .sticky {
	position: sticky;
	top: 24px;
}

.callout-box {
	background-color: #F7FAFF;
	border-radius: 16px;
	padding: 20px;
}

.latest-fundraising-focus-badge a p,
.latest-scientist-spotlight-badge a p {
	font-family: "Avenir Book", Sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	color: #5F6B7B;
}

.latest-fundraising-focus-badge img,
.latest-scientist-spotlight-badge img {
	height: 90px;
}
.breed-selector-wrapper.dropdown.is-select {
  position: relative;
  display: inline-block;
}

.breed-selector-wrapper.dropdown.is-select .dropdown-btn {
  width: 100%;
}

.breed-selector-wrapper.dropdown.is-select select.akcchf-breed-selector {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
}

.impact-stories-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.impact-story-card {
	display: block;
	max-width: 416px;
	width: 100%;
	margin: 0 auto;
	text-decoration: none;
	color: inherit;
}

.impact-story-card-inner {
	position: relative;
	width: 100%;
	height: 450px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 16px;
	overflow: hidden;
}

.impact-story-card-inner:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,.25) 46%, rgba(0,0,0,.75) 100%);
	z-index: 1;
}

.impact-story-card-overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding: 22px 22px 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.impact-story-title {
	margin: 0;
	font-size: 20px !important;
	line-height: 28px !important;
	color: #fff !important;
	font-family: "Avenir", sans-serif !important;
	font-weight:800;
}

.impact-story-excerpt {
	color: rgba(255,255,255,.9);
	font-size: 15px;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-family: "Avenir", sans-serif !important;
	font-weight:400;
}

.impact-story-readmore {
	position: relative;
	display: inline-flex;
	align-items: center;
	width: fit-content;
	padding-right: 15px;
	border-bottom: 2px solid #ffffff;
	line-height: 24px;
	font-weight: 600;
	color: #ffffff;
	text-decoration: none;
}

.impact-story-readmore::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -3px;
	width: 16px;
	height: 16px;
	background-image: url('../images/arrow-up-right-white.svg');
	background-size: contain;
	background-repeat: no-repeat;
}

.impact-stories-actions {
	margin-top: 25px;
	display: flex;
	justify-content: center;
}

.impact-stories-view-more.is-loading {
	opacity: .6;
	pointer-events: none;
}

.stories-slider-wrap {
	width: calc(50vw + 640px);
	min-width: 0;
	margin: 0 auto 0 0;
	overflow-x: hidden;
}
.elementor-element-c3dbeb4 {
  overflow-x: hidden;
}

.stories-slider {
	min-width: 0;
	overflow-x: hidden;
}

.stories-slider .slick-list {
	overflow: visible;
	margin: 0;
	padding-right: 150px;
}

.stories-slider .slick-track {
	margin-left: 0;
}

.stories-slider .slick-slide {
	margin: 0 30px 0 0;
}

.stories-slider .slick-slide > div {
	width: min(846px, 100%);
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
}
.stories-slider-arrow {
	margin-top:20px !important;
}
.story-slide {
	width: min(846px, 100%);
	max-width: 100%;
	min-width: 0;
	height: 370px;
	display: grid !important;
	grid-template-columns: minmax(0, 345fr) minmax(0, 501fr);
	gap: 15px;
	align-items: stretch;
	box-sizing: border-box;
}

.story-slide-image {
	min-width: 0;
	height: 370px;
	border-radius: 16px;
}

.story-slide-image a {
	display: block;
	width: 100%;
	height: 100%;
}

.story-slide-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 16px;
}

.story-slide-content {
	min-width: 0;
	height: 370px;
	padding: 25px;
	background-color: #FAF7ED;
	background-image: url('../images/Paw-Heart-FFC44C.svg');
	background-repeat: no-repeat;
	background-position: right bottom;
	display: flex;
	flex-direction: column;
	border-radius: 16px;
}

.story-slide-content h2 {
	margin: 0;
	color: #5F6B7B;
	font-family: "Avenir", sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: -0.02em;
}

.story-read-more-btn.view-more-btn {
	margin: auto 0 0;
	max-width: none;
	align-self: flex-start;
}

.stories-slider-controls {
	margin-top: 20px;
	min-height: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width:80%;
}

.stories-slider-counter {
	color: #000E29;
	font-family: "Avenir", sans-serif;
	font-size: 20px;
	font-weight: 800;
	line-height: 28px;
	letter-spacing: -0.02em;
	display: flex;
	align-items: center;
	min-height: 40px;
}

.stories-slider-arrows {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	min-height: 40px;
}

.stories-slider-arrows .slick-prev,
.stories-slider-arrows .slick-next {
	position: static !important;
	top: auto !important;
	right: auto !important;
	left: auto !important;
	width: 40px;
	height: 40px;
	margin: 0;
	align-self: center;
	flex-shrink: 0;
}

@media (max-width: 899px) {
	.stories-slider-wrap {
		width: 100%;
		max-width: 100%;
		margin: 0;
		box-sizing: border-box;
	}

	.stories-slider .slick-list {
		overflow: hidden;
		padding-right: 0;
	}

	.stories-slider .slick-slide {
		margin: 0;
	}

	.stories-slider .slick-slide > div {
		width: 100%;
		max-width: 100%;
	}

	.story-slide {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		height: auto;
		aspect-ratio: 846 / 370;
		overflow: hidden;
		gap: 10px;
	}

	.story-slide-image {
		min-height: 0;
		height: 100%;
	}

	.story-slide-content {
		min-height: 0;
		height: 100%;
		padding: clamp(12px, 3.2vw, 25px);
		overflow-y: auto;
	}

	.story-slide-content h2 {
		font-size: clamp(0.8125rem, 3.4vw, 1.125rem);
		line-height: 1.3;
	}
}

@media (max-width: 1024px) {
	.impact-stories-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.impact-stories-grid {
		grid-template-columns: 1fr;
	}
}

/* .fundraising-focus-latest-card {
	min-height: 504px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size:contain;
	background-color:#003594;
	display: flex;
	align-items: flex-end;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 15px;
	border:2px solid #003594;
} */
.fundraising-focus-latest-card .fundraising-focus-excerpt {
	padding-right: 60px;
}
.fundraising-focus-latest-card h3 {
	font-family: "Avenir Heavy", Sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #000000;
	margin-bottom:0;
}
.fundraising-focus-latest-card {
  position: relative;
}

.fundraising-focus-image img {
	display:block;
	width:100%;
	height:auto;
	border-radius: 24px 24px 0px 00px;
}

.fundraising-focus-content {
	background: var(--fundraising-accent, #003594);
	padding:24px;
}
.fundraising-focus-latest-card .fundraising-focus-card-link {
  position: absolute;
  inset: 0;
  z-index: 15;
}
.fundraising-focus-card.is-hidden{display:none;}
.always-available .desc p {
	line-height: 1.5;
}
.always-available p {
	margin-bottom:0;
}
.wh-card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.wh-card .desc {
	flex: 1 1 auto;
}

.wh-card .read-more {
	margin-top: auto;
}

.external-news-card.discovery {
	background-color:#faf4f4;
}
.ccds-events {
	display: flex;
	flex-direction: column;
	gap: 18px
}

.ccds-event {
	display: flex;
	align-items: center;
	gap: 18px
}

.ccds-event__logo {
	flex: 0 0 27%
}

.ccds-event__content {
	flex: 0 0 58%
}

.ccds-event__cta {
	flex: 0 0 13%;
	display: flex;
	justify-content: center;
}

.ccds-event__logo img {
	max-width: 100%;
	height: auto;
	display: block
}

h3.ccds-event__title {
	margin: 0 0 8px;
	color:#003594;
	font-size:30px;
	font-family: "Avenir Heavy", Sans-serif;
}

.ccds-event__desc p {
	color: #5F6B7B;
	margin-bottom: 0
}
.ccds-event__learn {
	margin-top:15px;
}
.ccds-event__register {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
	border-radius: 9999px;
	text-decoration: none;
	font-weight: 600;
	white-space: nowrap
}
.ccds-event__register {
	background-color: #CC0000;
	font-family: "Avenir Heavy", Sans-serif;
	fill: #FFFFFF;
	color: #FFFFFF;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #CC0000;
	padding:12px 20px;
}
@media (max-width: 900px) {
	.ccds-event {
		flex-direction: column
	}

	.ccds-event__logo,
	.ccds-event__content,
	.ccds-event__cta {
		flex: 0 0 auto;
		width: 100%
	}

	.ccds-event__cta {
		justify-content: flex-start
	}
}
.red-button .gform_button {
	background-color: #CC0000 !important;
	border-color: #CC0000 !important;
}
.red {
	color: #CC0000 !important;	
}
.pink-fields input {
	background-color: #faf4f4;
}
.single-scientist-spotlight h4 {
	color:#003594;
	font-family: "Avenir", Sans-serif;
	font-size: 26px;
	line-height: 36px;
	font-weight: 600;
	margin:0;
}
.elementor-widget-video .e-hosted-video .elementor-video {
	border-radius:16px;
}

/* Directory slider ([directory layout="slider"]) */
.directory-slider-wrap.directory-container .directory-slider__card.image-card {
	min-height: 0;
	background-image: none !important;
	padding: 16px 12px 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
}

.directory-slider-wrap .directory-slider__name {
	display: block;
	font-family: "Avenir Black", Sans-serif;
	font-size: 16px;
	line-height: 1.35;
	color: #000E29;
	margin: 0 0 14px;
	max-width: 100%;
	text-transform: capitalize;
}

.directory-slider-wrap .directory-slider__photo-wrap {
	display: block;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	border: 4px solid #E67E22;
	overflow: hidden;
	flex-shrink: 0;
	box-sizing: border-box;
	background: #f0f0f0;
}

.directory-slider-wrap .directory-slider__slide--border-1 .directory-slider__photo-wrap {
	border-color: #E67E22;
}

.directory-slider-wrap .directory-slider__slide--border-2 .directory-slider__photo-wrap {
	border-color: #F1C40F;
}

.directory-slider-wrap .directory-slider__slide--border-3 .directory-slider__photo-wrap {
	border-color: #27AE60;
}

.directory-slider-wrap .directory-slider__photo {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.directory-slider-wrap .directory-slider .slick-list {
	margin: 0 40px;
}

/* Flank slides left/right; override global .slick-prev/.slick-next (top:-50px; both on right). */
.directory-slider-wrap .directory-slider .slick-prev,
.directory-slider-wrap .directory-slider .slick-next {
	top: 50%;
	left: auto;
	right: auto;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 2;
}

.directory-slider-wrap .directory-slider .slick-prev {
	left: 4px;
	right: auto;
}

.directory-slider-wrap .directory-slider .slick-next {
	right: 4px;
	left: auto;
}

.directory-slider-wrap .directory-slider__card .arrow {
	display: none;
}

@media (max-width: 600px) {
	.directory-slider-wrap .directory-slider .slick-list {
		margin: 0 32px;
	}
}

.directory-slider-wrap .directory-slider__card:focus-visible {
	outline: 2px solid #003594;
	outline-offset: 4px;
	border-radius: 12px;
}
.small-header {
	font-size: 34px;
	line-height: 40px;
}

.download-link a {
	display: inline-flex;
	align-items: center;
	gap: 0.5em;
	border-bottom:2px solid #003594;
}

.download-link a::before {
	content: "";
	display: inline-block;
	flex-shrink: 0;
	width: 20px;
	height: 19px;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2219%22%20viewBox%3D%220%200%2020%2019%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M20.0009%208.01326C19.9987%207.36625%2019.8671%206.72622%2019.6138%206.13086C19.3605%205.53549%2018.9906%204.99683%2018.5259%204.5466C17.7473%203.78919%2016.7326%203.32154%2015.6509%203.2216C15.6186%203.21844%2015.5874%203.20775%2015.5599%203.19039C15.5324%203.17302%2015.5094%203.14947%2015.4926%203.1216C14.8349%202.01894%2013.8608%201.13959%2012.6968%200.597785C11.5329%200.055985%2010.2328%20-0.123209%208.9657%200.0834889C7.69855%200.290186%206.52287%200.873219%205.59141%201.75683C4.65995%202.64044%204.01578%203.78377%203.7426%205.03826C3.73236%205.08047%203.70918%205.11843%203.67631%205.14681C3.64344%205.1752%203.60252%205.19261%203.55927%205.1966C2.77476%205.25029%202.02503%205.54088%201.40927%206.02993C0.966777%206.39059%200.610626%206.84573%200.366932%207.36196C0.123238%207.87819%20-0.00181821%208.44241%200.000934599%209.01326C-0.0187935%209.50609%200.0627244%209.99773%200.240454%2010.4578C0.418183%2010.9179%200.68835%2011.3367%201.03427%2011.6883C1.86587%2012.4159%202.92939%2012.8235%204.03427%2012.8383C4.25528%2012.8383%204.46724%2012.7505%204.62352%2012.5942C4.7798%2012.4379%204.8676%2012.2259%204.8676%2012.0049C4.8676%2011.7839%204.7798%2011.572%204.62352%2011.4157C4.46724%2011.2594%204.25528%2011.1716%204.03427%2011.1716C3.37054%2011.168%202.72966%2010.9288%202.22593%2010.4966C2.03464%2010.3019%201.88615%2010.0694%201.79%209.81394C1.69385%209.55849%201.65216%209.28577%201.6676%209.01326C1.66671%208.69222%201.73773%208.37506%201.87544%208.08505C2.01316%207.79504%202.21407%207.53956%202.46343%207.33735C2.71279%207.13515%203.00427%206.99135%203.31647%206.91652C3.62867%206.8417%203.95367%206.83773%204.2676%206.90493C4.38488%206.92854%204.50588%206.92662%204.62235%206.89929C4.73882%206.87197%204.84805%206.81989%204.9426%206.7466C5.03706%206.67427%205.11493%206.58256%205.17099%206.47763C5.22705%206.3727%205.25999%206.25698%205.2676%206.13826C5.32505%205.08446%205.73303%204.08009%206.42672%203.28473C7.12041%202.48937%208.06%201.94866%209.09622%201.7485C10.1324%201.54835%2011.2058%201.70023%2012.1458%202.18003C13.0858%202.65982%2013.8385%203.44%2014.2843%204.3966C14.3542%204.54363%2014.4656%204.66698%2014.6048%204.75139C14.744%204.83581%2014.9049%204.8776%2015.0676%204.8716C15.4907%204.84969%2015.9138%204.91619%2016.3098%205.06684C16.7058%205.21749%2017.066%205.449%2017.3676%205.7466C17.6743%206.03887%2017.9183%206.39061%2018.0845%206.78034C18.2507%207.17006%2018.3357%207.58958%2018.3343%208.01326C18.3301%208.80059%2018.0351%209.5586%2017.506%2010.1416C16.9768%2010.7246%2016.2508%2011.0914%2015.4676%2011.1716C15.2466%2011.2003%2015.046%2011.3157%2014.9101%2011.4923C14.7741%2011.6689%2014.7139%2011.8923%2014.7426%2012.1133C14.7713%2012.3343%2014.8867%2012.5348%2015.0633%2012.6708C15.2399%2012.8068%2015.4633%2012.867%2015.6843%2012.8383C16.8717%2012.7069%2017.9689%2012.1418%2018.7655%2011.2514C19.5621%2010.3611%2020.002%209.20798%2020.0009%208.01326Z%22%20fill%3D%22%23003594%22%2F%3E%3Cpath%20d%3D%22M12.9171%2013.6712H11.4588C11.4035%2013.6712%2011.3506%2013.6493%2011.3115%2013.6102C11.2724%2013.5711%2011.2505%2013.5181%2011.2505%2013.4629V7.46289C11.2505%207.13137%2011.1188%206.81343%2010.8843%206.57901C10.6499%206.34459%2010.332%206.21289%2010.0005%206.21289C9.66894%206.21289%209.351%206.34459%209.11658%206.57901C8.88216%206.81343%208.75046%207.13137%208.75046%207.46289V13.4629C8.75046%2013.5181%208.72851%2013.5711%208.68944%2013.6102C8.65037%2013.6493%208.59738%2013.6712%208.54213%2013.6712H7.08379C6.91998%2013.6719%206.76%2013.7208%206.62385%2013.8119C6.48769%2013.903%206.38141%2014.0322%206.31828%2014.1834C6.25514%2014.3346%206.23797%2014.501%206.26889%2014.6618C6.29981%2014.8227%206.37746%2014.9709%206.49213%2015.0879L9.40879%2018.0046C9.48626%2018.0827%209.57843%2018.1447%209.67998%2018.187C9.78153%2018.2293%209.89045%2018.2511%2010.0005%2018.2511C10.1105%2018.2511%2010.2194%2018.2293%2010.3209%2018.187C10.4225%2018.1447%2010.5147%2018.0827%2010.5921%2018.0046L13.5088%2015.0879C13.6235%2014.9709%2013.7011%2014.8227%2013.732%2014.6618C13.763%2014.501%2013.7458%2014.3346%2013.6826%2014.1834C13.6195%2014.0322%2013.5132%2013.903%2013.3771%2013.8119C13.2409%2013.7208%2013.0809%2013.6719%2012.9171%2013.6712Z%22%20fill%3D%22%23003594%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
