body {
	margin: 0;
	font-family: mozaic-geo-variable, sans-serif;
	font-variation-settings: "wght" 300;
}

.swagger-ui .info p,
.swagger-ui .info .title {
	font-family: mozaic-geo-variable, sans-serif!important;
}

.header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 50px;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	padding: 0 20px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(8.2px);
	-webkit-backdrop-filter: blur(8.2px);
}

.header .linchpin-logo {
	height: 30px;
	width: auto;
}

.header ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-end;
	gap: 20px;
}

.header li {
	display: inline;
}

.header a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

.content {
	margin-top: 75px; /* To avoid content being hidden behind the fixed header */
	padding: 20px;
}


.site-footer--full {
	background-color: #f5f5f5;
	font-size: 16px;
}

.site-footer__container {
	max-width: 1160px;
	margin: 0 auto;
	padding: 20px;
}

.site-footer__menu {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	margin-bottom: 20px;
}

.site-footer__title {
	font-size: 18px;
	margin-bottom: 10px;
}

.site-footer__menu, .site-footer__info-widgets {
	display: contents;
}

.site-footer__menu .menu {
		line-height: 1.375rem;
		margin: 0;
		padding: 0;
}

.site-footer__widget-areas {
		-webkit-box-flex: 0;
		border-bottom: 1px solid rgba(244, 247, 250, .1);
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 40px;
		width: 100%;
}

.site-footer__info-widgets a {
	color: #333;
	font-variation-settings: "wght" 600;
	display:inline-block;
	padding-bottom: 5px;
	text-decoration: none;
}

@media screen and (min-width: 880px) {
		.site-footer__widget-areas {
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				-webkit-box-ordinal-group: 4;
				-ms-flex-order: 3;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-flow: row nowrap;
				flex-flow: row nowrap;
				order: 3;
				padding-bottom: 10px;
		}
}


footer ul {
		font-size: 16px;
		line-height: 1.875;
		list-style-type: none;
		margin-bottom: 20px;
		margin-left: 0;
		padding-left: 1rem;
}

@media screen and (min-width: 960px) {
	.site-footer__container {
			padding: 60px 20px;
	}
}

@media screen and (min-width: 880px) {
	.site-footer__container {
			padding: 40px 20px 30px;
	}
}

.site-footer__menu {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin: 20px 0 0;
}

@media screen and (min-width: 880px) {
	.site-footer__menu {
			-webkit-box-flex: 1;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-webkit-box-ordinal-group: 3;
			-ms-flex-order: 2;
			border-bottom: 0;
			-ms-flex: 1 1 66.66%;
			flex: 1 1 66.66%;
			-ms-flex-flow: row nowrap;
			flex-flow: row nowrap;
			margin-top: 0;
			order: 2;
			padding-top: 40px;
			width: auto;
	}
}

.site-footer__container {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 30px 20px;
}
.site-footer__container, body.content-sidebar .comments-area, body.content-sidebar .content-area, body.search .page-content, body.search .page-query, body.search .search-header {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	width: 100%;
}

@media screen and (min-width: 960px) {
	.site-footer__container {
			padding: 60px 20px;
	}
}
@media screen and (min-width: 880px) {
	.site-footer__container {
			padding: 40px 20px 30px;
	}
}

.site-footer__menu .section-footer__menu {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		margin-bottom: 20px;
		width: 50%;
}

@media screen and (min-width: 768px) {
		.site-footer__menu .section-footer__menu {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 25%;
				flex: 0 0 25%;
				width: 25%;
		}
}

.site-footer__menu a {
	text-decoration: none;
	color: #000;
}

.site-footer__info-widgets {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		border-bottom: 1px solid rgba(244, 247, 250, .1);
		border-top: 1px solid rgba(244, 247, 250, .1);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin: 0;
		padding: 20px 0 0;
}

@media screen and (min-width: 880px) {
		.site-footer__info-widgets {
				-webkit-box-flex: 1;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				border: 0;
				-ms-flex: 1 1 33.33%;
				flex: 1 1 33.33%;
				-ms-flex-flow: column nowrap;
				flex-flow: column nowrap;
				padding: 30px 0 0;
				width: auto;
		}
}

.site-footer__menu .menu {
		line-height: 1.375rem;
		margin: 0;
		padding: 0;
}

.site-footer__menu .menu .menu-item {
		margin: 0;
		padding: 6px 0;
}

.site-footer__copyright, .site-footer__trademark {
		text-align: center;
}

@media screen and (min-width: 960px) {
		.site-footer__copyright, .site-footer__trademark {
				text-align: left;
		}
}

.site-footer__social-menu .menu-item {
		margin: 0 10px;
}

@media screen and (min-width: 960px) {
		.site-footer__social-menu .menu-item {
				margin: 0 10px;
		}
}

@media screen and (min-width: 540px) {
		.site-footer__social-menu .menu-item {
				margin: 0 15px;
		}
}

.icon::before {
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.site-footer__legal {
		-webkit-box-flex: 0;
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		color: #98a2a7;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		font-size: .625rem;
		line-height: 1.5;
		order: 6;
		padding: 0 20px;
		text-align: center;
		width: 100%;
		font-variation-settings: "wght" 300;
}

@media screen and (min-width: 960px) {
		.site-footer__legal {
				-webkit-box-flex: 1;
				-webkit-box-ordinal-group: 5;
				-ms-flex-order: 4;
				-ms-flex: 1 1 65%;
				flex: 1 1 65%;
				font-size: .75rem;
				order: 4;
				padding: 0 40px 0 0;
				text-align: left;
		}
}

.site-footer__social-menu li a {
	text-decoration: none;
}

.site-footer__social-menu li a .screen-reader-text {
		display: none;
}

.site-footer__social-menu li a i {
		font-size: 1.5em;
		margin-right: 10px;
}

.site-footer__social-menu li a {
		display: inline-block;
		color: #333;
}

.site-footer__social-menu li a:hover {
		color: #0073aa;
}


.site-footer__social-menu {
		-webkit-box-flex: 0;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		justify-content: center;
		margin: 0;
		padding: 30px 0;
		width: 100%;
}
ol, ul {
		font-size: 16px;
		line-height: 1.875;
		list-style-type: none;
		margin-bottom: 20px;
		margin-left: 0;
		padding-left: 1rem;
}

@media screen and (min-width: 960px) {
		.site-footer__social-menu {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				margin-left: auto;
				padding: 0;
				width: auto;
		}
}
@media screen and (min-width: 768px) {
		.site-footer__social-menu {
				-webkit-box-ordinal-group: 6;
				-ms-flex-order: 5;
				order: 5;
		}
}
