/*!*******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./pages/event-archive/button/Button.css ***!
  \*******************************************************************************************************************************************************************************************/
.custom-button {
	display: block;
	text-align: center;
	font-family: 'Basis Grotesque', Helvetica, Arial, Lucida, sans-serif;
	letter-spacing: 0.9px;
	background-color: transparent;
	border: none;
	width: 100%;
	font-size: 12px;
	line-height: 14px;
	font-weight: 600;
	color: #000000;
	text-transform: uppercase;
	border: 1px solid black;
	padding: 14px 20px 12px;
	cursor: pointer;
}

.custom-button:hover {
	background-color: #000 !important;
	color: white !important;
	border: 1px solid black !important;
}

.white-button {
	width: 100px;
	height: 30px;
	color: white !important;
	padding: 8px 17px 8px !important;
	border: 1px solid white !important;
}

/*!*******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./pages/event-archive/toggle/Toggle.css ***!
  \*******************************************************************************************************************************************************************************************/
.toggle-container {
	width: 100%;
	min-width: 600px;
	position: relative;
}

.toggle-button {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 7px;
	padding-left: 0;
	margin-bottom: 0;
	background-color: transparent;
	color: #000;
	border: none;
	border-radius: 0px;
	cursor: pointer;
	border-bottom: 1px solid black;
}

.toggle-button:hover {
	color: #61413a;
}

.toggle-body-open {
	border-bottom: 1px solid transparent;
}

.button-event-date {
	font-family: 'Basis Grotesque', Helvetica, Arial, Lucida, sans-serif;
	letter-spacing: 0.9px;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	margin-right: 55px;
	text-transform: uppercase;
	width: 295px;
	text-align: left;
}
.button-event-title {
	font-family: 'Signifier regular', Helvetica, Arial, Lucida, sans-serif;
	font-size: 20px;
	line-height: 28px;
}

.button-event-type {
	font-family: 'Signifier regular', Helvetica, Arial, Lucida, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

.button-column {
	display: flex;
	align-items: center;
}

.second-column {
	width: 150px;
	justify-content: space-between;
}

.toggle-body {
	position: relative;
	top: 0px;
	left: 0;
	width: 100%;
	border-bottom: 1px solid black;
	opacity: 0;
	visibility: hidden;
	max-height: 0px;
	transition: all 0.4s linear;
	display: flex;
	flex-direction: row;
	gap: 16px;
	padding-bottom: 0px;
	margin-bottom: 20px;
}

.event-image-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

.event-image {
	max-width: 100%;
	width: 100%;
	height: 100%;
	max-height: 400px;
	-o-object-fit: cover;
	   object-fit: cover;
}

.toggle-body-on {
	opacity: 1;
	visibility: visible;
	padding-top: 15px;
	padding-bottom: 30px;
	max-height: 540px;
}

.toggle-body-off {
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s linear;
}

.toggle-arrow {
	display: inline-block;
	font-size: 12px;
	margin-left: 0px;
	margin-bottom: -15px;
}

.rotated-arrow-up {
	transform: rotate(-90deg);
}

.rotated-arrow-down {
	transform: rotate(90deg);
}

.toggle-body-description-row {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
}

.toggle-body-description {
	font-family: 'Basis Grotesque', Helvetica, Arial, Lucida, sans-serif;
	margin-right: 10%;
	margin-bottom: 30px;
	max-width: 500px;
}

.toggle-body-details {
	font-family: 'Basis Grotesque', Helvetica, Arial, Lucida, sans-serif;
	margin-bottom: 30px;
}

.toggle-body-details-title {
	font-family: 'Basis Grotesque', Helvetica, Arial, Lucida, sans-serif;
	letter-spacing: 0.7px;
	font-size: 10px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 600;
	border-bottom: 1px solid black;
	margin-bottom: 18px;
}

@media screen and (max-width: 1300px) {
	.event-list-section {
		padding-left: 70px;
	}

	.toggle-arrow {
		margin-left: 30px;
	}
	.button-event-date {
		margin-right: 30px;
	}
}

@media screen and (max-width: 1000px) {
	.event-list-section {
		padding-left: 40px !important;
	}

	.toggle-container {
		min-width: 550px;
	}

	.toggle-body {
		display: flex;
		flex-direction: column;
	}

	.toggle-body-on {
		max-height: -moz-fit-content;
		max-height: fit-content;
	}

	.toggle-arrow {
		margin-left: 20px;
	}

	.second-column {
		width: 120px;
	}
	.button-event-date {
		margin-right: 20px;
	}
}

@media screen and (max-width: 900px) {
	.toggle-container {
		min-width: auto;
	}

	.toggle-button,
	.button-column {
		flex-direction: column;
		align-items: flex-start;
	}
	.second-column {
		flex-direction: row !important;
		width: 100%;
	}

	.button-event-title {
		padding: 8px 0px;
	}
}

/*!*******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./pages/event-archive/filterToggle/FilterToggle.css ***!
  \*******************************************************************************************************************************************************************************************************/
.filter-toggle-container {
	width: 200px;
	position: relative;
}

.filter-toggle-button {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 7px;
	padding-left: 0;
	margin-bottom: 0;
	background-color: transparent;
	color: #000;
	border: none;
	border-radius: 0px;
	cursor: pointer;
	border-bottom: 1px solid black;
}

.not-active-button {
	display: none;
}

.filter-toggle-body-open {
	border-bottom: 1px solid transparent;
}

.filter-button-column {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.filter-toggle-body {
	position: relative;
	top: 0px;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	max-height: 0px;
	transition: all 0.5s linear;
	display: flex;
	gap: 16px;
	padding-bottom: 0px;
	margin-bottom: 40px;
	border-bottom-color: black;
	border-bottom-style: solid;
}

.filter-toggle-body-on {
	opacity: 1;
	visibility: visible;
	padding-top: 0;
	padding-bottom: 10px;
	max-height: 900px;
}

.filter-toggle-body-off {
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s linear;
}

.filter-toggle-arrow {
	display: inline-block;
	font-size: 12px;
	margin-left: 54px;
	margin-bottom: -15px;
}

.filter-rotated-arrow-up {
	transform: rotate(-90deg);
}

.filter-rotated-arrow-down {
	transform: rotate(90deg);
}

.filter-button-results {
	font-size: 10px;
	line-height: 14px;
	font-weight: 400;
	text-transform: none;
}

.filter-button-text {
	font-size: 12px;
	line-height: 14px;
	font-weight: 600;
	letter-spacing: 0.84px;
}

.filter-button-results:hover,
.filter-button-text:hover {
	color: #61413a;
}

.filter-text-white:hover {
	color: #9ca49e !important;
}

.white-border-divider {
	display: none;
	position: absolute;
	bottom: 0;
	left: -24px;
	width: 100vw;
	border-bottom: 1px solid white;
}

@media screen and (max-width: 620px) {
	.filter-toggle-container {
		width: 100%;
	}

	.filter-toggle-body {
		border-bottom-width: 1px;
	}

	.white-border-divider {
		display: block;
	}
}

/*!*******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./pages/event-archive/filterButton/FilterButton.css ***!
  \*******************************************************************************************************************************************************************************************************/
.filter-button,
.filter-button-white {
	font-family: 'Basis Grotesque', Helvetica, Arial, Lucida, sans-serif;
	letter-spacing: 0.9px;
	background-color: transparent;
	border: none;
	width: 196px;
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	line-height: 14px;
	font-weight: 600;
	letter-spacing: 0.84px;
	text-transform: uppercase;
	padding: 0px;
	margin: 8px 0;
	cursor: pointer;
}

.filter-button {
	color: #000000;
}

.filter-button-white {
	color: white;
	width: 100%;
}

.is-active {
	color: #61413a;
	opacity: 0.45;
}

.is-active-white {
	color: #9ca49e !important;
}

.filter-button:hover {
	color: #61413a;
}

.filter-button-white:hover {
	color: #9ca49e !important;
}

.filter-results {
	font-family: 'Signifier regular', Helvetica, Arial, Lucida, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: 400;
	text-transform: none;
}

@media screen and (max-width: 620px) {
	.filter-button {
		width: 100%;
	}

	.filter-button-white {
		padding-right: 65px;
	}
}

/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./pages/event-archive/EventArchive.css ***!
  \******************************************************************************************************************************************************************************************/
.event-page {
	background: #b1766a;
	padding: 0px 50px 100px 50px;
	color: #000;
}

.event-main {
	display: flex;
	justify-content: space-between;
}
.event-list-section {
	width: 100%;
	padding-left: 127px;
}
.filter-section {
	width: 200px;
}

.event-type-filter {
	display: flex;
	flex-direction: column;
}

.subtitle {
	font-family: 'Signifier regular', Helvetica, Arial, Lucida, sans-serif;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	font-size: 20px;
	line-height: 28px;
	color: #000;
	border-bottom: 1px solid #000;
	margin-bottom: 25px;
	margin-top: 48px;
}

.clear-all-button {
	font-family: 'Signifier regular', Helvetica, Arial, Lucida, sans-serif;
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	font-size: 12px;
	line-height: 28px;
	font-weight: 400;
}

.clear-all-button:hover {
	color: #61413a;
}

.no-events-message {
	font-family: 'Signifier regular', Helvetica, Arial, Lucida, sans-serif;
	max-width: 500px;
	width: auto;
	font-size: 18px;
	line-height: 24px;
}

.no-events-button-wrapper {
	width: 220px;
	padding-bottom: 150px;
}

@media screen and (max-width: 800px) {
	.event-page {
		background: #b1766a;
		padding: 0px 24px 70px 24px;
		color: #000;
	}
}

@media screen and (max-width: 620px) {
	.event-main {
		flex-direction: column;
		align-items: center;
	}

	.event-list-section {
		padding-left: 0px !important;
	}
	.view-all-filter-wrapper {
		display: none;
	}

	.filter-section {
		width: 100%;
	}

	.subtitle {
		margin-top: 40px;
	}
}

@media screen and (max-width: 500px) {
	.event-page {
		padding: 50px 24px;
	}

	.paragraph {
		width: -moz-fit-content;
		width: fit-content;
		max-width: 410px;
	}
}


/*# sourceMappingURL=index.css.map*/