/*!*******************************************************************************************************************************************************************************************!*\
  !*** 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/journal/smallItem/SmallItem.css ***!
  \*******************************************************************************************************************************************************************************************/
.small-item-tag {
	font-size: 15px;
	font-weight: 600;
	line-height: 44px;
	letter-spacing: 1px;
	color: #000;
	text-transform: uppercase;
	font-family: 'Basis Grotesque', Helvetica, Arial, Lucida, sans-serif;
}

.small-item-tag-wrapper {
	margin-bottom: 10px;
	padding: 0;
}

.small-item-title {
	font-size: 18px;
	line-height: 24px;
	color: #000;
	font-family: 'Signifier regular', Helvetica, Arial, Lucida, sans-serif;
}

.small-item {
	cursor: pointer;
	padding: 40px 50px 50px;
	display: inline-block;
	width: 100%;
	height: 200px;
	border-top: 1px solid black;
}
.small-item-read-more-link {
	display: none;
	text-align: left;
	text-decoration: underline;
	font-size: 12px;
	line-height: 20px;
	font-family: 'Basis Grotesque', Helvetica, Arial, Lucida, sans-serif;
	letter-spacing: 0.84px;
	color: #020202;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 70px;
}

@media (max-width: 900px) {
	.small-item {
		display: flex;
		border-bottom: 1px solid transparent;
		padding: 32px;

		justify-content: space-between;
		flex-direction: column;
		height: auto;
	}
	.small-item-read-more-link {
		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/journal/halfWidthItem/HalfWidthItem.css ***!
  \***************************************************************************************************************************************************************************************************/
.half-width-tag {
	font-size: 15px;
	font-weight: 600;
	line-height: 44px;
	letter-spacing: 1px;
	color: #000;
	text-transform: uppercase;
	font-family: 'Basis Grotesque', Helvetica, Arial, Lucida, sans-serif;
}

.half-width-tag-wrapper {
	margin-bottom: 10px;
	padding: 0;
}

.half-width-title {
	font-size: 18px;
	line-height: 24px;
	color: #000;
	font-family: 'Signifier regular', Helvetica, Arial, Lucida, sans-serif;
}

.half-width-paragraph {
	position: relative;
	flex-basis: 50%;
	padding: 40px 50px 50px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.half-item-cover-text {
	margin-top: auto;
	color: black;
	font-family: 'Signifier Regular', Helvetica, Arial, Lucida, sans-serif;
}

.half-width-row {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid black;
}

.half-width-item {
	flex-basis: 50%;
	height: 700px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.second-image-right {
	position: absolute;
	bottom: 50px;
	right: 50px;
	max-height: 320px;
	max-width: 90%;
}

.second-image-left {
	position: absolute;
	bottom: 50px;
	left: 50px;
	max-height: 320px;
	max-width: 90%;
}

.read-more-link {
	display: none;
	text-align: left;
	text-decoration: underline;
	font-size: 12px;
	line-height: 20px;
	font-family: 'Basis Grotesque', Helvetica, Arial, Lucida, sans-serif;
	letter-spacing: 0.84px;
	color: #020202;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 50px;
}

@media (max-width: 900px) {
	.half-width-row {
		flex-wrap: wrap-reverse;
		justify-content: space-between;
	}

	.half-width-item,
	.half-width-paragraph {
		flex-basis: 100%;
		height: 600px;
		padding: 32px;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
		justify-content: space-between;
	}

	.second-image-right,
	.second-image-left {
		position: static;
		margin-bottom: 40px;
	}

	.read-more-link {
		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/journal/fullWidthItem/FullWidthItem.css ***!
  \***************************************************************************************************************************************************************************************************/
.full-width-tag {
	font-size: 15px;
	font-weight: 600;
	line-height: 44px;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Basis Grotesque', Helvetica, Arial, Lucida, sans-serif;
}

.full-width-tag-wrapper {
	margin-bottom: 0;
	padding: 0;
}

.full-width-title {
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	font-family: 'Signifier regular', Helvetica, Arial, Lucida, sans-serif;
}

.full-width-title-wrapper {
	position: absolute;
	bottom: 50px;
}

.full-width-component {
	cursor: pointer;
	position: relative;
	width: 100%;
	height: 800px;
	border-top: 1px solid black;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.full-width-component-mask {
	width: 100%;
	height: 800px;
	background-image: linear-gradient(transparent 70%, black);
	padding: 50px;
}

.full-width-read-more-link {
	display: none;
	text-align: left;
	text-decoration: underline;
	font-size: 12px;
	line-height: 20px;
	font-family: 'Basis Grotesque', Helvetica, Arial, Lucida, sans-serif;
	letter-spacing: 0.84px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 50px;
}

@media (max-width: 900px) {
	.full-width-component-mask {
		padding: 32px;
	}
	.full-width-read-more-link {
		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/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/journal/pressItem/PressItem.css ***!
  \*******************************************************************************************************************************************************************************************/
.pressItem-container {
	width: 100%;
	min-width: 600px;
	position: relative;
}

.pressItem-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;
}

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

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

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

.pressItem-button-first-column {
	width: 100%;
}

.pressItem-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;
	gap: 16px;
	padding-bottom: 0px;
	margin-bottom: 20px;
}

.pressItem-body-on {
	opacity: 1;
	visibility: visible;
	padding-top: 10px;
	padding-bottom: 40px;
	max-height: 540px;
}

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

.pressItem-arrow {
	display: inline-block;
	font-size: 12px;
	margin-left: 104px;
	margin-bottom: -5px;
}

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

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

.pressItem-button-title {
	font-family: 'Signifier regular', Helvetica, Arial, Lucida, sans-serif;
	font-size: 20px;
	line-height: 28px;
	flex: 1;
	text-align: left;
}

.pressItem-button-tags {
	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: 230px;
	text-align: left;
}

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

.pressItem-content-image {
	max-width: 50%;
	height: auto;
	margin-top: 74px;
	overflow: hidden;
}

.pressItem-content-author {
	font-style: italic;
	font-family: 'Signifier regular', Helvetica, Arial, Lucida, sans-serif;
	margin-right: 18px;
	margin-bottom: 50px;
	padding: 0;
}

.pressItem-content-rendered {
	width: 50%;
	font-family: 'Signifier regular', Helvetica, Arial, Lucida, sans-serif;
	margin-right: 18px;
	color: #000;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.pressItem-content-rendered > a {
	max-width: 200px !important;
	margin-top: 35px;
}

@media screen and (max-width: 860px) {
	.pressItem-container {
		min-width: 550px;
	}

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

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

	.pressItem-arrow {
		margin-left: 30px;
	}

	.pressItem-container {
		min-width: auto;
	}

	.pressItem-button,
	.pressItem-button-column {
		flex-direction: column;
		align-items: flex-start;
	}

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

	.pressItem-content-image,
	.pressItem-content-rendered {
		max-width: 100%;
		width: 100%;
	}

	.pressItem-content-image {
		margin-top: 30px;
	}

	.pressItem-arrow-column {
		align-items: flex-end;
		width: 100%;
		position: absolute;
		top: 87px;
	}

	.pressItem-button-tags {
		width: 100%;
		padding-bottom: 11px;
	}

	.pressItem-button-date {
		text-align: left;
		padding-bottom: 5px;
	}

	.pressItem-arrow {
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 860px) {
	.pressItem-content-rendered > a {
		max-width: 100% !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/journal/Journal.css ***!
  \*******************************************************************************************************************************************************************************/
.press-section {
	padding: 0 50px;
}

.journal-section > div:first-child {
	border-top: none !important;
}

.journal-section > div:last-child {
	border-bottom: none !important;
}


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