/*      Request ID: 2ba3e4db2bec007676281f8d5fe0f349_1779467053 (05/28/2026 4:49pm) (RclLDoAgDAXAE0mPREBehFg+aSt4fN2xm2Qo9wqK0s97dLGtI2E6LhMrB4ZrMBpP5HL6bJXJl3YJUkEzJbwmQWmBOeKPLcdQ/QA=)      */

span.key_icon {
		margin-left: 1rem;
	}

hr {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}

a.clear-filters {
	margin-bottom: 0px !important;
}

.filter_checkboxes {
	div {
		margin-bottom: 0.5rem;
	}
}

.resource-filters .active {
	background-color: #003a2b;
}

div.program {
	margin-bottom: 1rem;
}

button.filter-button {
	font-size: 1.5rem;
	padding: 0.2em 0.6em !important;
}

div.two_up {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;

	div.search {
		flex-basis: 70%;
	}
}

div.dimension_list {
	ul {
		margin: 0px;
	}

	li {
		&::before {
			content:"" !important;
		}
	}

	li.wellbeing {
		display: grid;
		grid-template-columns: 6rem auto;
		border-bottom: 1px solid rgba(38, 38, 38, .25);
		padding-bottom: 1.5rem;
		padding-left: 0px;
		margin-bottom: 2.5rem;

		@media only screen and (max-width: 767px) {
			grid-template-columns: 4rem auto;
		}

		div.delivery_icons {
			display: flex;
			flex-direction: column;
			align-items: center;

			span {
					margin-bottom: 1rem;
				}
		}

		div.resource_data {
			a {
				font-size: 2rem !important;
				display:block;
				margin-bottom: 0.5rem;
			}

			p {
				margin-bottom: 0px;
				font-size: 1.5rem;
				font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
				font-weight: 600;
			}
		}

		div.dimension_badges {
			ul.multi_value {
				display: flex;
				align-items: flex-end;
				margin: 0px 0px 0px 1rem;
				height: 3rem;

				li {
					font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
					font-weight: 600;
					font-size: 1.3rem;
					padding: 0.2rem 0.5rem;
					border: 1px solid black;
					border-radius: 4px;
					margin-right: 0.5rem;
				}
			}
		}

		hr {
				margin-top: 1.25rem;
				margin-bottom: 2rem;
		}
	}
}


.badge_occupational {
	background-color: #0067a3 !important;
	color: white !important;
	border-color: #0C4368  !important;
}

.badge_emotional {
	background-color: #FDD12D !important;
	color: #00533E !important;
	border-color: #dbac24 !important;
}

.badge_environmental {
	background-color: #697D36 !important;
	color: white !important;
	border-color: #415627  !important;
}

.badge_financial {
	background-color: #007D80 !important;
	color: white !important;
	border-color: #02533B  !important;
}

.badge_mental {
	background-color: #7670a7 !important;
	color: white !important;
	border-color: #59537E  !important;
}

.badge_physical {
	background-color: #df2d2a !important;
	color: white !important;
	border-color: #A82A2A  !important;
}

.badge_social {
	background-color: #BE5923 !important;
	color: white !important;
	border-color: #8e3d1c  !important;
}

.badge_spiritual {
	background-color: #00a4a6 !important;
	color: white !important;
	border-color:  #00857A !important;
}

@media only screen and (max-width: 767px) {
	.largescreen_heading {
		display:none;
	}
}

p.search_notes {
	margin-bottom: 1rem;
}