#___gatsby .desktop-brand .brand.as-text {
	margin-top: 0;
}

#___gatsby .MuiContainer-maxWidthLg {
	max-width: 1048px !important;
	width: 96% !important;
}

@media screen and (max-width: 560px) {
	#___gatsby .MuiAppBar-root .MuiContainer-maxWidthLg.navbar-container {
		width: 100% !important;
	}
}

html.is-home #___gatsby .MuiContainer-maxWidthLg.main-container {
	padding-top: 36px;
}

html.is-home #___gatsby {
	background-color: #fff;
}

html:not(.is-home) #___gatsby .MuiContainer-maxWidthLg.main-container {
	padding-top: 0;
	padding-bottom: 0;
}

html.is-home #___gatsby .main-section h3,
html.is-home #___gatsby .main-section .excerpt-title,
html.is-home #___gatsby .main-section h3 a,
html.is-home #___gatsby .main-section h3 span,
html.is-home #___gatsby .main-section h3 p {
	font-size: 21.6px !important;
}

#___gatsby .desktop-nav nav > ul > li > a {
	font-size: 14px;
}

#___gatsby .excerpt-card .excerpt-content .excerpt-summary {
	font-style: italic;
}

#___gatsby .video-block .MuiSvgIcon-root {
	fill: #dfdfdf;
	filter: drop-shadow(1px 1px 2px rgb(0 0 0 / 0.22));
}

body:before {
	content: " ";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: -1;
	background-color: #2c0065;
	background-image: linear-gradient(90deg, #2c0065, #622c6d) !important;
}

html.banner-layout-blog #___gatsby .main-wrapper {
	padding: 20px 30px 30px;
	background-color: #ffffff;
}

#___gatsby .image figcaption {
	color: #212121 !important;
	opacity: 1 !important;
}

#___gatsby .entities-list .variant-h6,
#___gatsby .entities-list a.variant-caption {
	font-size: 0.98rem;
}

#___gatsby .entities-list a.variant-caption {
	color: #2c0065;
}

html.is-home #___gatsby .main-grid-right aside {
	position: relative;
	padding-left: 0;
}

html.is-home #___gatsby .main-grid-right aside:before {
	content: " ";
	width: 1px;
	height: 100%;
	background-color: #dfdfdf;
	position: absolute;
	top: 0;
	left: -40px;
}

html.type-node--page.not-home #___gatsby #single-body {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 24px;
	margin-bottom: 24px;
	padding: 30px !important;
	max-width: 1000px !important;
	width: 86% !important;
}
html.type-node--page.not-home #___gatsby #single-body .MuiContainer-maxWidthLg {
	max-width: 1000px !important;
	width: 100% !important;
	padding: 0 !important;
}

html.type-node--page.not-home #___gatsby header .variant-h1 {
	margin-bottom: 40px;
	margin-top: 15px;
}

#___gatsby .MuiAppBar-root {
	box-shadow: none;
}

#mc_embed_signup .mc-field-group {
	clear: left;
	position: relative;
	width: 96%;
	padding-bottom: 3%;
	min-height: 50px;
	display: grid;
}
#mc_embed_signup .mc-field-group label {
	display: block;
	margin-bottom: 3px;
}

#mc_embed_signup .mc-field-group input {
	display: block;
	width: 100%;
	padding: 8px 0;
	text-indent: 2%;
}

#mc_embed_signup .indicates-required {
	text-align: right;
	font-size: 11px;
	margin-right: 4%;
}

#mc_embed_signup .asterisk {
	color: #e85c41;
	font-size: 150%;
	font-weight: normal;
	position: relative;
	top: 5px;
}

#mc_embed_signup .button {
	clear: both;
	background-color: #111;
	border: 0 none;
	border-radius: 4px;
	transition: all 0.23s ease-in-out 0s;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: normal;
	height: 32px;
	line-height: 32px;
	margin: 0 5px 10px 0;
	padding: 0 22px;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	width: fit-content;
	width: -moz-fit-content;
}

#mc_embed_signup .button:hover {
	background-color: #222;
}
