/*billboard (currently uses site monklet for the landing page video...this is the detail adjustments)*/
#billboard .text img {
	position: relative;
	border-radius: var(--border-radius);
}

#volunteer3-detail-billboard {
	background: none !important;
}

/*bg is in the override, but removed for this site.  left in override as many sites will have the bg color*/

/*filters*/
#volunteer3-filter {
	padding: 4rem 0;
}

.volunteer3-type-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 2rem;
	border-radius: 0rem;
	padding: 1rem;
	padding-bottom: .5rem;
}

@media (min-width: 992px) {
	.volunteer3-type-wrap {
		margin-bottom: 4rem;
		padding: .5rem;
	}
}

.volunteer3-type-wrap .heading {
	position: relative;
	width: 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 1rem;
}

@media (min-width: 992px) {
	.volunteer3-type-wrap .heading {
		margin-bottom: 0px;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
}

.volunteer3-type-wrap .heading h2,
.volunteer3-type-wrap .heading h3,
.volunteer3-type-wrap .heading h4,
.volunteer3-type-wrap .heading h5,
.volunteer3-type-wrap .heading h6 {
	margin: 0px;
}

.volunteer3-type-wrap .volunteer3-type {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
	flex: 0 0 100%;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

@media (min-width: 992px) {
	.volunteer3-type-wrap .volunteer3-type {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
}

.volunteer3-type-wrap .volunteer3-type li {
	list-style: none;
	margin: 0px 0px 1rem 0px;
	padding: 0px;
	flex: 0 0 100%;
	max-width: 100%;
	position: relative;
	width: 100%;
	text-align: center;
}

@media (min-width: 992px) {
	.volunteer3-type-wrap .volunteer3-type li {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
		margin: 0 .5rem;
	}
}

.volunteer3-type-wrap .volunteer3-type li .btn {
	margin: 0px auto;
}

@media (min-width: 992px) {
	.volunteer3-type-wrap .volunteer3-type li .btn {
		margin: 0px;
	}
}

#volunteer3-search {
	border: 0;
	outline: none;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1;
	overflow: hidden;
}

#volunteer3-search fieldset {
	position: relative;
	display: block;
	padding: 0 60px 0 0;
	margin: 0;
	line-height: 1;
	border: none;
	border-radius: 0;
	overflow: hidden;
	background: none;
	border-radius: 50px;
}

#volunteer3-search-term {
	float: left;
	display: block;
	width: 100%;
	padding: 0 2.5%;
	border: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 46px;
	height: 46px;
	outline: none !important;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: .5rem;
	border-bottom-left-radius: .5rem;
}

#volunteer3-search-submit {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	vertical-align: middle;
	text-align: center;
	font-weight: 800;
	outline: none;
	border: 0;
	padding: 0;
	cursor: pointer;
	border-top-right-radius: .5rem;
	border-bottom-right-radius: .5rem;
	transition: .2s;
}

#volunteer3-filter .top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#volunteer3-filter .top .volunteer3-search {
	position: relative;
	width: 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 1rem;
}

@media (min-width: 992px) {
	#volunteer3-filter .top .volunteer3-search {
		flex: 0 0 82%;
		max-width: 82%;
		margin-bottom: 0px;
	}
}

#volunteer3-filter .top .volunteer3-toggle {
	position: relative;
	width: 100%;
	flex: 0 0 100%;
	max-width: 100%;
	text-align: center;
	max-width: 180px;
	margin: 0 auto;
}

@media (min-width: 992px) {
	#volunteer3-filter .top .volunteer3-toggle {
		flex: 0 0 15%;
		max-width: 15%;
		text-align: right;
		max-width: none;
		margin: 0px;
	}
}

#volunteer3-filter .top .volunteer3-toggle #volunteer3-filter-toggle {
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 46px;
	height: 46px;
	margin: 0px;
}

#volunteer3-filter .top .volunteer3-toggle #volunteer3-filter-toggle i {
	font-weight: 400 !important;
	font-size: 1.25rem;
	min-width: 1.5rem;
	text-align: center;
	vertical-align: -.1rem;
}

#volunteer3-filter-form {
	display: none;
}

#volunteer3-filter .volunteer3-filter-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#volunteer3-filter .volunteer3-filter-menu ul {
	margin: 0;
	padding: .65rem 0;
	list-style: none;
}

#volunteer3-filter .volunteer3-filter-menu li {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1;
	list-style: none;
	background: none;
}

#volunteer3-filter .volunteer3-filter-menu li input {
	display: none;
}

#volunteer3-filter .volunteer3-filter-menu li label {
	display: block;
	position: relative;
	padding: 12px 42px 12px 0px;
	cursor: pointer;
	overflow: hidden;
	font-size: 16px;
	border: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#volunteer3-filter .volunteer3-filter-menu li label:before {
	font-family: "Font Awesome 5 Pro" !important;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 900;
	content: "\f00c";
	position: absolute;
	width: 42px;
	text-align: right;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}

#volunteer3-filter .filter-select {
	padding: 2rem 0 1rem 0;
}

@media (min-width: 992px) {
	#volunteer3-filter .filter-select {
		display: flex;
		justify-content: center;
	}
}

#volunteer3-filter .filter-select .volunteer3-filter-menu {
	display: none;
}

#volunteer3-filter .filter-select .volunteer3-filter-item {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: .5rem auto;
	padding: 0 10px;
	background-color: var(--color-grey);
}

@media (min-width: 992px) {
	#volunteer3-filter .filter-select .volunteer3-filter-item {
		margin: 0 .5%;
		flex-basis: 23.5%;
		flex-grow: 0;
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	#volunteer3-filter .filter-select .volunteer3-filter-item:first-child {
		margin-left: 0px;
	}
}

@media (min-width: 992px) {
	#volunteer3-filter .filter-select .volunteer3-filter-item:last-child {
		margin-right: 0px;
	}
}

#volunteer3-filter .filter-select .volunteer3-filter-item a {
	display: block;
	position: relative;
	height: auto;
	line-height: 1;
	margin: 0;
	padding: 0;
	outline: none !important;
	text-decoration: none;
	cursor: pointer;
	border-radius: 0;
	box-sizing: border-box;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}

#volunteer3-filter .filter-select .volunteer3-filter-item a span {
	position: relative;
	display: block;
	line-height: 40px;
	padding: 0 38px 0 0px;
	font-size: 1.125rem;
	font-weight: 400;
	overflow: hidden;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: bottom;
}

#volunteer3-filter .filter-select .volunteer3-filter-item a i {
	display: block;
	position: absolute;
	right: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: right;
}

#volunteer3-filter .filter-select .volunteer3-filter-item a i:before {
	font-family: "Font Awesome 5 Pro" !important;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	content: "\f107";
	display: inline-block;
	font-weight: 900;
	font-size: 22px;
}

#volunteer3-filter .filter-select .volunteer3-filter-item a.on i:before {
	content: "\f106";
}

#volunteer3-filter .filter-menu .volunteer3-filter-menu {
	display: none;
}

#volunteer3-filter .filter-menu .volunteer3-filter-menu ul {
	display: flex;
	flex-wrap: wrap;
}

#volunteer3-filter .filter-menu .volunteer3-filter-menu li {
	position: relative;
	width: 100%;
	margin: 0 0 0 1.5%;
	padding: 0;
	line-height: 1;
	flex: 0 0 23.875%;
	max-width: 23.875%;
	list-style: none;
}

#volunteer3-filter .filter-menu .volunteer3-filter-menu li:nth-child(4n+1) {
	margin-left: 0px;
}

#volunteer3-filter .volunteer3-filter-categories {
	padding: 1rem 0;
}

#volunteer3-filter .volunteer3-filter-categories ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

@media (min-width: 992px) {
	#volunteer3-filter .volunteer3-filter-categories ul {
		text-align: center;
	}
}

#volunteer3-filter .volunteer3-filter-categories ul li {
	margin-bottom: .5rem;
}

@media (min-width: 992px) {
	#volunteer3-filter .volunteer3-filter-categories ul li {
		display: inline-block;
		margin: 0 1rem;
	}
}

#volunteer3-filter .volunteer3-filter-categories ul li input {
	margin-right: .35rem;
}

#volunteer3-filter .volunteer3-filter-additional {
	padding: 1rem 0;
}

#volunteer3-filter .volunteer3-filter-additional ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

@media (min-width: 992px) {
	#volunteer3-filter .volunteer3-filter-additional ul {
		text-align: center;
	}
}

#volunteer3-filter .volunteer3-filter-additional ul li {
	margin-bottom: .25rem;
}

@media (min-width: 992px) {
	#volunteer3-filter .volunteer3-filter-additional ul li {
		display: inline-block;
		margin: 0 1rem;
	}
}

#volunteer3-filter .volunteer3-filter-additional ul li input {
	display: none;
}

#volunteer3-filter .volunteer3-filter-additional ul li label {
	display: block;
	position: relative;
	padding: 12px 8px 12px 34px;
	cursor: pointer;
	overflow: hidden;
	font-size: 16px;
	font-weight: 700;
	border: none;
}

@media (min-width: 992px) {
	#volunteer3-filter .volunteer3-filter-additional ul li label {
		font-size: 22px;
	}
}

#volunteer3-filter .volunteer3-filter-additional ul li label:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	border-style: solid;
	border-width: 3px;
	background-color: transparent;
	border-radius: 5px;
}

#volunteer3-filter .volunteer3-filter-additional ul li label:after {
	font-family: "Font Awesome 5 Pro" !important;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 900;
	content: "\f00c";
	position: absolute;
	font-size: 12px;
	text-align: center;
	left: 6px;
	top: 49%;
	transform: translateY(-50%);
}

#volunteer3-filter .volunteer3-filter-additional ul li input:checked+label:after {
	display: block;
}

#volunteer3-filter .input-buttons {
	padding: 1rem 0;
	text-align: center;
}

@media (max-width: 991.98px) {
	#volunteer3-filter .input-buttons .btn {
		display: block;
		width: 100%;
		max-width: 180px;
		margin: 1rem auto;
	}
}

/*results title*/
.results-title-wrap {
	padding: 3rem 0;
}

.results-title-wrap a.remove-filter {
	display: inline-block;
	margin-right: .5rem;
}

.results-title-wrap h6 {
	margin: 0;
	line-height: 1.05;
	font-size: 1rem;
}

/*list view*/
#volunteer3-results {
	padding-bottom: 3rem;
	border-top-left-radius: .5rem;
	border-top-right-radius: .5rem;
}

.volunteer3-results-list {
	padding: 0;
}

.volunteer3-results-list article {
	height: 100%;
}

.volunteer3-results-list a.linked-image {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	box-shadow: none;
}

.volunteer3-results-list a.linked-image:after {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.volunteer3-results-list a.linked-image img {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.volunteer3-results-list article .info {
	padding: 1rem;
	display: flex;
}

.volunteer3-results-list article .info .info-meta {
	position: relative;
	width: 100%;
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.volunteer3-results-list article .info .info-meta h5 .icon,
.volunteer3-results-list article .info .info-meta h5 .fa {
	display: inline-block;
	margin-left: .5rem;
}

.volunteer3-results-list article .info .info-meta p {
	line-height: 1.4;
}

@media (min-width: 768px) {
	.volunteer3-results-list article .info .info-meta p.time {
		font-size: 1.25rem;
	}
}

.volunteer3-results-list article .info .info-meta p.categories {
	font-size: .8125rem;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.volunteer3-results-list article .info .info-meta p.categories {
		font-size: .9125rem;
	}
}

.volunteer3-results-list article .info .info-meta p span {
	display: inline-block;
}

.volunteer3-results-list article .info .info-meta p span:after {
	display: inline-block;
	content: "\00B7";
	margin: 0 .5rem;
}

.volunteer3-results-list article .info .info-meta p span:last-child:after {
	display: none;
}

/*detail view*/
.content-sidebar-section.dark {
	padding: 1.5rem;
	border-radius: .5rem;
}

.volunteer3-detail-title {
	display: flex;
	margin-bottom: 1.5rem;
}

.volunteer3-detail-title .volunteer3-detail-title-heading {
	width: 100%;
	position: relative;
	flex-grow: 1;
}

.volunteer3-detail-title .volunteer3-detail-title-heading h2,
.volunteer3-detail-title .volunteer3-detail-title-heading h3,
.volunteer3-detail-title .volunteer3-detail-title-heading h4,
.volunteer3-detail-title .volunteer3-detail-title-heading h5,
.volunteer3-detail-title .volunteer3-detail-title-heading h6 {
	margin: 0px;
}

.volunteer3-detail p.categories {
	line-height: 1.4;
	font-size: .8125rem;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.volunteer3-detail p.categories {
		font-size: .9125rem;
	}
}

.volunteer3-detail p.categories span {
	display: inline-block;
}

.volunteer3-detail p.categories span:after {
	display: inline-block;
	content: "\00B7";
	margin: 0 .5rem;
}

.volunteer3-detail p.categories span:last-child:after {
	display: none;
}

.volunteer3-detail .volunteer3-join-text {
	padding: .75rem;
	margin-top: 1.25rem;
}

.volunteer3-detail-meta h5 {
	position: relative;
	font-size: 1.125rem;
	padding-left: 32px;
}

.volunteer3-detail-meta h5 .icon,
.volunteer3-detail-meta h5 .fa {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
}

.volunteer3-detail-meta p {
	padding-left: 32px;
}

.volunteer3-form-wrap {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9899;
	transition: .2s;
	overflow: hidden;
}

.volunteer3-form-wrap .volunteer3-form-inner {
	position: relative;
	width: 90%;
	height: 90%;
	max-width: 920px;
	margin: 0px auto;
	text-align: center;
	overflow: hidden;
	top: 50%;
	transform: translateY(-50%);
}

.volunteer3-form-wrap .volunteer3-form-top {
	position: absolute;
	right: 1.5rem;
	top: .5rem;
	z-index: 100;
}

.volunteer3-form-wrap .volunteer3-form-top a {
	font-size: 1.5rem;
	text-decoration: none !important;
}

.volunteer3-form-wrap .volunteer3-form {
	position: relative;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
}

.volunteer3-form-wrap .volunteer3-form form {
	margin: 0px !important;
	padding: 3rem 3.75rem;
}

/*monklets*/
.volunteer3-featured article {
	position: relative;
	margin: 1rem 0;
	text-align: center;
}

.volunteer3-featured .info a {
	text-decoration: none !important;
}

.volunteer3-featured article .info a>div {
	margin-bottom: .25rem;
	transition: all .2s ease-in-out;
}

.volunteer3-featured article .info a>div span {
	font-size: 2.55rem;
}

.volunteer3-featured article .info a.add-hover h5 {
	margin-bottom: .5rem;
	transition: all .2s ease-in-out;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-thickness: 2px;
	text-underline-offset: 5px;
}

.volunteer3-featured article .info p {
	margin-bottom: 0;
}

.volunteer3-featured .info>div a {
	background-color: transparent !important;
}

.volunteer3-stats {
	padding: 20px;
	border-radius: .5rem;
	border-radius: var(--border-radius);
}

.volunteer3-stats .row {
	padding-top: 5px;
	padding-bottom: 5px;
}

.volunteer3-stats .stat {
	min-width: 72px;
	padding: .6rem 0px;
	border-radius: .5rem;
}

.volunteer3-stats .stat span {
	display: block;
	padding: .6em 5px;
	text-align: center;
	font-size: 1.375rem;
	font-weight: 800;
	line-height: 1.1;
}

.volunteer3-stats .heading span {
	display: block;
	font-size: 1.375rem;
	font-weight: 800;
}

@media (min-width: 992px) {
	.row div[class*="col-lg"]:first-of-type .volunteer3-stats {
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}
}

@media (min-width: 768px) {
	.row div[class*="col-md"]:first-of-type .volunteer3-stats {
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}
}

@media (min-width: 992px) {
	.row div[class*="col-lg"]:last-of-type .volunteer3-stats {
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
	}
}

@media (min-width: 768px) {
	.row div[class*="col-md"]:last-of-type .volunteer3-stats {
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
	}
}


/* Volunteer #3
================================================== */
#volunteer3-detail-billboard {
	/* $dark1 */
	background-color: var(--color-black);
}

#volunteer3-filter {
	/* $body1 */
	background-color: var(--color-white);
}

.volunteer3-type-wrap {
	/* $dark1 */
	background-color: var(--color-black);
}

.volunteer3-type-wrap .btn-warning.active .fa {
	/* $link1 */
	color: var(--color-primary);
}

.volunteer3-type-wrap .btn-warning.active {
	/* $dark1 */
	color: var(--color-black);
}

.volunteer3-type-wrap .btn-warning.active {
	/* $dark3 */
	background-color: var(--color-white);
}

.dark .btn-warning {
	/* $dark3 */
	border-color: var(--color-white);
}

#volunteer3-search fieldset {
	/* $body1 */
	background-color: var(--color-white);
}

#volunteer3-search fieldset {
	/* $body1 */
	color: var(--color-white);
}

#volunteer3-search-term {
	/* $text1 */
	background-color: var(--color-grey);
}

#volunteer3-search-term {
	/* $body1 */
	color: var(--color-black);
}

#volunteer3-search-submit {
	/* $link1 */
	background-color: var(--color-grey);
	color: var(--color-primary);
}


@media (hover: hover) {
	#volunteer3-search-submit:hover {
		/* $link3 */
		background-color: var(--color-grey);
		color: var(--color-primary-hover);
	}
}

#volunteer3-filter .top .volunteer3-toggle #volunteer3-filter-toggle.on {
	/* $body1 */
	color: var(--color-white);
}

#volunteer3-filter .top .volunteer3-toggle #volunteer3-filter-toggle.on {
	/* $highlight3 */
	border-color: var(--color-black);
}

#volunteer3-filter .top .volunteer3-toggle #volunteer3-filter-toggle.on {
	/* $highlight3 */
	background-color: var(--color-primary-hover);
}

#volunteer3-filter .volunteer3-filter-menu li label {
	/* $text1 */
	color: var(--color-black);
}

#volunteer3-filter .volunteer3-filter-menu li label {
	/* $body1 */
	background-color: var(--color-white);
}

#volunteer3-filter .volunteer3-filter-menu li label,
#volunteer3-filter .volunteer3-filter-menu ul li label {
	/* $link1 */
	border-bottom-color: var(--color-black);
}

#volunteer3-filter .volunteer3-filter-menu li input:checked+label,
#volunteer3-filter .volunteer3-filter-menu li input:checked+label:before {
	/* $link1 */
	color: var(--color-primary);
	border-bottom-color: var(--color-primary);
}


#volunteer3-filter .filter-select .volunteer3-filter-item a {
	/* $text1 */
	color: var(--color-black);
}

#volunteer3-filter .filter-select .volunteer3-filter-item a {
	/* $link1 */
	border-bottom-color: transparent;
}

#volunteer3-filter .filter-menu {
	/* $body1 */
	background-color: var(--color-white);
}

#volunteer3-filter .volunteer3-filter-additional ul li label:after {
	/* $body1 */
	color: var(--color-white);
}

#volunteer3-filter .volunteer3-filter-additional ul li label {
	/* $text1 */
	color: var(--color-black);
}

#volunteer3-filter .volunteer3-filter-additional ul li input:checked+label:before {
	/* $text1 */
	background-color: var(--color-black);
}

.volunteer3-results-list article .image a:after {
	/* $link2 */
	background-color: var(--color-primary-hover);
}

#volunteer3-results {
	/* $highlight2 */
	background-color: rgba(var(--color-grey), 0.25);
}

.volunteer3-results-list article {
	/* $body1 */
	background-color: var(--color-grey);
	border-radius: var(--border-radius);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}

.volunteer3-results-list article .info .info-meta {
	/* $text1 */
	color: var(--color-black);
}

.volunteer3-detail p.categories {
	/* $text1 */
	color: var(--color-black);
}

.volunteer3-detail .groupfinder3-serve-text {
	/* $highlight2 */
	background-color: rgba(var(--color-grey), 0.25);
}

.volunteer3-form-wrap {
	/* $dark3 */
	background-color: #33312eeb;
}

.volunteer3-featured article .info a>div,
.volunteer3-featured article .info h5 {
	/* $text1 */
	color: var(--color-black);
}

.volunteer3-featured article .info a.add-hover>div {
	/* $link1 */
	color: var(--color-primary);
}

.volunteer3-featured article .info a.add-hover {
	color: var(--color-primary);
}

.volunteer3-featured article .info a.add-hover h5 {
	/* $link1 */
	text-decoration: none;
	color: var(--color-primary);
}

@media (hover: hover) {
	.volunteer3-featured article .info a.add-hover:hover>div {
		/* $text1 */
		color: var(--color-primary-hover);
	}

	.volunteer3-featured article .info a.add-hover:hover h5 {
		/* $text1 */
		color: var(--color-primary-hover);
	}
}

.dark .volunteer3-featured article .info a>div,
.dark .volunteer3-featured article .info h5 {
	/* $dark3 */
	color: var(--color-white);
}

.dark .volunteer3-featured article .info a.add-hover>div {
	/* $link1 */
	color: var(--color-primary);
}

.dark .volunteer3-featured article .info a.add-hover h5 {
	/* $link1 */
	text-decoration-color: var(--color-primary);
}

@media (hover: hover) {
	.dark .volunteer3-featured article .info a.add-hover:hover>div {
		/* $dark3 */
		color: var(--color-white);
	}

	.dark .volunteer3-featured article .info a.add-hover:hover h5 {
		/* $dark3 */
		text-decoration-color: var(--color-white);
	}
}

.volunteer3-stats {
	/* $link1 */
	background-color: var(--color-primary);
}

.volunteer3-stats .stat {
	/* $text1 */
	color: var(--color-black);
}

.volunteer3-stats .stat {
	/* $body1 */
	background-color: var(--color-white);
	border-radius: var(--border-radius);
}

.volunteer3-stats .heading span {
	/* $text1 */
	color: var(--color-black);
}

.slick-widget.slick-events .slick-track .slide .event-link {
	position: relative;
	height: 100%;
}

.slick-widget.slick-events .slick-track .slide .event-link a {
	position: relative;
	height: 100%;
}

@media (min-width: 992px) {
	.slick-widget.slick-events .slick-track .slide.slick-active.first .event-link a {
		border-top-left-radius: .5rem;
		border-bottom-left-radius: .5rem;
	}
}

@media (min-width: 992px) {
	.slick-widget.slick-events .slick-track .slide.slick-active.last .event-link a {
		border-top-right-radius: .5rem;
		border-bottom-right-radius: .5rem;
	}
}

@media (max-width: 991.98px) {
	.content-section .slick-widget.slick-events {
		margin: 0 -40px;
	}
}

@media (max-width: 991.98px) {
	.content-section .slick-widget.slick-events .slick-list {
		padding: 0 60px;
	}
}

.event-link a {
	display: block;
	position: relative;
	text-decoration: none !important;
	padding: 1.5rem .75rem;
	border-width: 2px;
	border-style: solid;
	border-color: #000000;
	text-align: center;
}

.event-link a h2,
.event-link a h3,
.event-link a h4,
.event-link a h5,
.event-link a h6,
.event-link a p {
	color: #000000;
}

.event-link a:before {
	content: "";
	position: absolute;
	width: 10px;
	top: 20px;
	bottom: 20px;
	left: -5px;
	background-color: #000000;
	transition: all 0.2s ease-in-out;
}

.event-link a:after {
	content: "";
	position: absolute;
	width: 10px;
	top: 20px;
	bottom: 20px;
	right: -5px;
	background-color: #000000;
	transition: all 0.2s ease-in-out;
}

@media (hover: hover) {

	.event-link a:hover:before,
	.event-link a:hover:after {
		background-color: var(--color-primary-hover);
	}
}

.dark .event-link a {
	border-color: var(--color-white);
}

.dark .event-link a h2,
.dark .event-link a h3,
.dark .event-link a h4,
.dark .event-link a h5,
.dark .event-link a h6,
.dark .event-link a p {
	color: var(--color-white);
}

.dark .event-link a:before {
	background-color: var(--color-white);
}

.dark .event-link a:after {
	background-color: var(--color-white);
}

@media (hover: hover) {

	.dark .event-link a:hover:before,
	.dark .event-link a:hover:after {
		background-color: var(--color-primary-hover);
	}
}

.slick-widget.slick-events .slick-track .slide {
	padding: 0 10px;
}

#header.is-sticky .header {
	z-index: 3000;
}

#volunteer3-filter-reset {
	color: var(--color-white);
	background-color: var(--color-black);
}

#volunteer3-filter-reset:hover {
	background-color: var(--color-default-hover);
}

#billboard .text .btn.btn-md {
	padding: .85rem 1.5rem;
}

@media (max-width: 991px) {
	.content-sidebar-section.dark {
		padding-bottom: 1.5rem !important;
	}
}


@media (max-width: 768px) {

	h2 {
		font-size: 4rem;
	}
}

@media (max-width: 480px) {

	h2 {
		font-size: 2.5rem;
	}
}

#billboard h2 {
	font-size: 60px;
}

@media (max-width: 480px) {
	#billboard h2 {
		font-size: 40px;
	}

	#billboard .py-6.px-8 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}