html {
	background-color: #565656;
}

body {
	background-color: #f5f5f5;
}

#___gatsby .desktop-nav {
	position: relative;
}

#___gatsby .desktop-nav::before {
	content: " ";
	position: absolute;
	top: -12px;
	left: 0;
	width: 100%;
	height: 1px;
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(28%, rgba(255, 255, 255, 0.01)),
		to(#e6c281)
	);
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.01) 28%, #e6c281);
	z-index: 1;
}

#___gatsby .MuiAppBar-root {
	background-color: #fff;
}
#___gatsby .call-to-action .cta-column > .MuiBox-root {
	max-width: 100%;
}
#___gatsby .call-to-action .cta-column > .MuiBox-root header {
	text-align: left;
	text-shadow: 2px 2px 3px #76797a;
}

#___gatsby .call-to-action .filter-3 {
	opacity: 1;
	filter: none;
	background-color: transparent;
	background-image: linear-gradient(90deg, #e6c281, rgba(35, 35, 35, 0) 62%);
	mix-blend-mode: normal;
}

#___gatsby .call-to-action .filter-1,
#___gatsby .call-to-action .filter-2 {
	display: none;
}

#___gatsby .cta-wrap {
	padding-top: 127px;
}

#___gatsby .highlight.style-frame {
	padding: 1.5rem;
	background: #eeeeee;
	box-shadow: none;
}

#___gatsby .highlight.style-frame > .MuiBox-root {
	background-color: #fff;
	padding: 0;
	gap: 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-rows: 1fr;
	align-items: unset;
}
#___gatsby .highlight.style-frame > .MuiBox-root > .thumbnail {
	min-width: auto;
}
#___gatsby .highlight.style-frame > .MuiBox-root > .thumbnail .image {
	height: 100%;
}
#___gatsby .highlight.style-frame > .MuiBox-root > .thumbnail figure {
	padding-top: 0;
	height: 100%;
}
#___gatsby .highlight.style-frame > .MuiBox-root > .content {
	grid-column: span 2;
	min-width: auto;
	padding: 2rem;
}
#___gatsby .highlight.style-frame > .MuiBox-root > .content .buttons li {
	padding-bottom: 0;
}

#___gatsby .call-to-action {
	padding-top: 39px;
	padding-bottom: 30px;
}

#___gatsby .closing-section > .MuiContainer-maxWidthXl {
	padding-top: 40px;
	padding-bottom: 40px;
}

#___gatsby > div > footer {
	border-top: 20px solid #89b3d2;
}

#___gatsby .MuiContainer-root {
	max-width: 1200px !important;
}

#___gatsby .entities-list-grid {
	margin-left: 0;
	margin-top: 0;
}

#___gatsby .entities-list-grid .MuiGrid-item > .MuiPaper-root {
	background-color: rgba(218, 222, 218, 0.3);
	box-shadow: none;
}
#___gatsby .entities-list-grid .MuiGrid-item {
	padding-left: 2px !important;
	padding-top: 2px !important;
}
#___gatsby .entities-list-grid .MuiGrid-item .buttons {
	margin-top: 20px;
}
#___gatsby .excerpt-title::after {
	content: " ";
	display: block;
	width: 30px;
	min-height: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 0%;
	border-radius: 0px;
	background-color: #376299;
}
#___gatsby .excerpt-title a {
	color: rgba(0, 0, 0, 0.87);
}

#footer img[src*="logo"] {
	max-width: 200px;
}
