body {
	background-image: url('../images/updates2025/waves-brand.svg');
	background-repeat: no-repeat;
	background-position: center 10rem;
	background-size: cover;
	background-color: white;
	font-family: 'Proxima Nova Rg';
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
}

@media (min-width: 75em) {
	.container-xl, .container-lg, .container-md, .container-sm, .container {
			max-width: 71.25em;
	}
}

a, a:visited {
	color: #0067b1;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Lato';
	color: #0067b1;
	margin-bottom: 2rem;
	font-weight: 700;
	line-height: 1.2;
	color: #0067b1;
}


h1, .h1 {
	font-size: 3.5rem;
}

h2, .h2 {
	font-size: 2.75rem;
	line-height: 1.1363636364;
}

h3, .h3 {
	font-size: 2rem;
	line-height: 1.25;
}

h4, .h4 {
	font-size: 1.25rem;
	line-height: 1.5;
}

h5, .h5 {
	/* font-size: 1.25rem; */
	font-size: 1rem;
	margin-bottom: 1rem;
	color: #212121;

}

@media (max-width: 75em) {
	h1, .h1 {
		font-size: calc(1.475rem + 2.7vw);
	}
	h2, .h2 {
		font-size: 1.625rem;
		line-height: 1.3076923077;

	}
	h3, .h3, .mob-h3 {
		font-size: 1.375rem;
		line-height: 1.3636363636;
	}
	h4, .h4 {
		font-size: 1.125rem;
		line-height: 1.5555555556;
	}
}

@media (max-width: 25.625em) {
	.mob-h3 {
		font-size: 1.2rem;
	}
}

.logos {
	display: inline-block;
	width: 363px;
}
.btn-hamburger {
	display: none;
}

@media (max-width: 75em) {
	.logos {
		width: 285px;
	}
	header > .container {
		max-width: none;
		flex-direction: column;
	}
}

@media (max-width: 36em) {
	.logos {
		width: 240px;
	}
}

header {
	background: white;
}

header > .container, header > .container > .flex {
	display: flex;
	min-height: 66px;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}


.nav-links {
	list-style: none;
	/* display: flex; */
	padding-left: 0;
	margin-bottom: 0;
	width: 100%;
}

.nav-links a {
	font-size: 1rem;
	line-height: 1.2;
	color: #0067b1;
	text-decoration: none;
	/* font-weight: 700; */
	border: .125rem solid #fff;
	padding: .375rem .5rem;
	margin-left: 2rem;
	margin-left: 0;
	font-weight: 600;
	font-family: 'Proxima Nova LT';
	/* padding-right: .5rem;
  padding-left: .5rem; */

}

.nav-links a:hover {
	color: #072c8a;
	border-bottom-color: #0067b1;
}

@media (min-width: 48em) {
	header > .container, header > .container > .flex {
		width: auto;
	}
	.nav-links {
		display: flex;
		width: auto;
	}
	.nav-links a {
		margin-left: 2rem;
	}
}

.banner {
	margin-bottom: 3rem;
}
@media (max-width: 75em) {
	.banner {
		margin-bottom: 2rem;
	}
}
.banner img {
	width: 100%;
}

.mw870px {
	max-width: 870px;
	margin-left: auto;
	margin-right: auto;
	color: #002058;
	/* font-weight: 700;
	font-family: 'Lato';
	font-size: 20px;
	line-height: 1.5; */
}

.mw736px {
	max-width: 736px;
}

.btn-primary.mw300px {
	/* min-width: 300px; */
	padding-left: 56px;
	padding-right: 56px;
}

.mw162px, .btn-search {
	min-width: 162px;
	display: inline-block;
}


@media (max-width: 25.625em) {
	.mw300px {
		min-width: 0;
		width: 100%;
	}
}

@media (max-width: 48em) {
	.btn-search {
		width: 36px;
		height: 36px;
		border-radius: 50%;
		min-width: 0;
		background-image: url('../images/updates2025/icon-search.svg');
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center;
		color: transparent;
		font-size: 0;
	}
	.btn-search span {
		display: none;
	}
}

.chevron-down, .chevron-right, .chevron-left, .chevron-right-wrapper input {
	text-decoration: none;
	border: 0;
	outline: 0;
	background: transparent;
	font-family: 'Lato';
	font-weight: 700;
	vertical-align: middle;
	padding: 0;
	color: #0067b1;
	padding: 0 6px;
}

.chevron-right-wrapper input {
	padding-right: 0;
}

.chevron-right:after, .chevron-down:after, .chevron-left:before, .chevron-right-wrapper:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 12px;
	background-image: url('../images/updates2025/icon-chevron-right.svg');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-left: 0.25rem;
}
.chevron-down:after {
	background-image: url('../images/updates2025/icon-chevron-down.svg');
	width: 12px;
	height: 6px;
}
.expanded .chevron-down:after, .chevron-left:before {
	transform: rotate(180deg);
}

.chevron-left {
	display: flex;
	align-items: center;
}
.chevron-left:before {
	margin-right: 0.5rem;
	display: block;
}

footer {
	margin-top: 6rem;
}

footer a {
color:	#0067b1;
}

.footer-text {
	text-align: center;
	color: #595959;
	font-size: .875rem;
}

.external-link:after {
	content: "" / "External link.";
	display: inline-block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top right;
	margin-left: .3125rem;
	width: .875em;
	height: .875em;
	background-image: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.1 15.1'%3e%3cpath d='M5.6 4.763H1v9.4h9.3v-5.1' fill='none' stroke='%230067b1' stroke-width='1.25'/%3e%3cpath fill='none' stroke='%230067b1' stroke-width='1.25' stroke-linecap='square' d='M5.215 1h8.9M14.115 9.9V1'/%3e%3cpath fill='none' stroke='%230067b1' stroke-width='1.25' d='M4.315 10.8l9.8-9.8'/%3e%3c/svg%3e");
}

.social-media-wrapper {
	display: inline-flex;
  margin: 0.5rem 0 2rem 0;
	list-style: none;
	padding-left: 0;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 0.375rem;
}

.btn-icon {
	font-size: 1rem;
	width: auto;
	max-width: none;
	padding: 0;
}

.btn-icon svg {
	width: 1.875em;
	height: 1.875em;
}

.btn-icon .svg-bg {
	fill: #0067b1;
	background-color: transparent;
}

.btn-icon .svg-fg {
	fill: #fff;
  background-color: transparent;
}

.btn-primary, a.btn-primary:visited {
	color: #fff;
	background-color: #0067b1;
	user-select: none;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border-color: #0067b1;
	box-shadow: none;
	padding: .625rem .875rem;
	/* font-size: 0.875rem; */
	line-height: 1.2;
	border-radius: 2rem;
}

.btn-primary:hover, a.btn-primary:visited:hover {
	color: #0067b1;
	background-color: #fff;
	border-color: #00bee1;
}

.box-shadow-wrapper {
	background-color: #fff;
	padding: 0;
	border-radius: .5rem;
	box-shadow: 0 .35rem .75rem rgba(0, 103, 177, .125), 0 2.5rem 1rem -2rem rgba(0, 103, 177, .18);
	padding: 2rem;
}
.unequal-width {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}
@media (min-width: 48em) {
	.equal-width {
		gap: 3rem;
		display: flex;
		justify-content: center;
		flex-direction: row;
	}
	.equal-width > div {
		width: 50%;
	}
	.unequal-width {
		flex-direction: row;
	}
	.unequal-width > div {
		width: auto;
	}
	.media-img-wrapper {
		align-self: stretch;
	}
	.media-body {
		flex: 1 1 0;
		padding: 0 0 0 2rem;
	}
}

.accordion {
	/* box-shadow: 0 .35rem .75rem rgba(0, 103, 177, .125), 0 2.5rem 1rem -2rem rgba(0, 103, 177, .18); */
}

/* .accordion-header {
	padding: 4px;
	background-color: #fff;
}

.accordion-button, .accordion-button:not(.collapsed) {
	font-family: 'Lato';
	font-weight: 700;
	color: #0067b1;
}
.accordion-button:not(.collapsed) {
	background-color: #fff;
	box-shadow: none;
}
.accordion-button {
	border: 2px solid transparent;
	border-radius: 0.5rem;
	background-color: pink;
}
.accordion-button:hover, .accordion-button:focus {
	color: #0067b1;
	background-color: #fff;
	border-color: #00bee1;
	box-shadow: none;
}
.accordion>.card:not(:first-of-type) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.accordion>.card:not(:last-of-type) {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.accordion-body {
	margin-bottom: 0;
	padding: .5rem 2rem 1rem 2rem;
}

.card-header {
	border-bottom: 0;
} */

.accordion-item {
	/* border-bottom: 0; */
}

/* .accordion>.card:not(:first-of-type) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.accordion>.card:not(:last-of-type) {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
} */


.card {
	box-shadow: 0 .35rem .75rem rgba(0, 103, 177, .125), 0 2.5rem 1rem -2rem rgba(0, 103, 177, .18);
	transition: all .2sease-in-out;
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0 solid #0067b1;
	border-radius: .5rem;
}

.card-header {
	color: #0067b1;
	/* background-color: #f2f7fb; */
	border-bottom: 0 solid #0067b1;
	padding: .25rem;
	background-color: #fff;
}

.accordion .card {
	border-top: solid .0625rem #d9e8f3;
}

button.accordion-button {
		width: 100%;
    max-width: none;
    padding: 1rem 1.5rem 1rem 1rem;
    background-color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
    outline: none;
    border-radius: .5rem;
    position: relative;
		/* box-shadow: none; */
		border: 2px solid white;
		color: #0067b1;
}

.accordion-button:not(.collapsed) {
	background-color: #fff;
	box-shadow: none;
	/* border: 2px solid white; */
	color: #0067b1;
	/* outline: none; */
}

/* .accordion-button:after {
	border: solid #66a4d0;
} */

.accordion-button:hover, .accordion-button:focus {
	color: #0067b1;
	background-color: #fff;
	border-color: #00bee1;
	box-shadow: none;
}
.accordion>.card:not(:first-of-type) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.accordion>.card:not(:last-of-type) {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}


.card-collapse .card-body {
	margin-bottom: 0;
	padding: .5rem 2rem 1rem 2rem;
}

.btn.btn-link {
	color: #0067b1;
    background-color: #fff;
    border-color: #00bee1;
}

.btn.collapse-trigger[aria-expanded=true]::after {
	transform: translateY(0%) rotate(-135deg);
}
.btn.collapse-trigger::after {
	position: absolute;
	top: calc(50% - 0.1875rem);
	right: 1rem;
	display: inline-block;
	content: "";
	width: .625rem;
	height: .625rem;
	border: solid #66a4d0;
	border-width: 0 .125rem .125rem 0;
	pointer-events: none;
	transform: translateY(-50%) rotate(45deg);
}

.input-label {
	font-family: 'Lato';
	font-weight: 700;
}

/* .researcher-wrapper .form-control {
	border: solid .125rem #0067b1;
	border-radius: 50rem;
	align-items: center;
}

.researcher-wrapper .form-control {
	padding: 0.65625rem;
} */

.question-form .form-control {
	border-width: 0;
	box-shadow: none;
	height: calc(1.8em + 1rem);
	padding: .28125rem 0;
	margin: 0 1.5rem;
}

.keyword-wrapper .form-control {
	/* padding-left: 0; */
}
.keyword-wrapper, .researcher-wrapper, .department-wrapper {
	display: flex;
	background-color: #fff;
	border: solid .125rem transparent;
	border-radius: 50rem;
	box-shadow: 0 .5rem 1rem rgba(0, 103, 177, .15);
	align-items: center;
	margin-bottom: 1rem;
	padding: .28125rem 0rem;
}

.keyword-wrapper.focus, .researcher-wrapper.focus, .department-wrapper.focus {
	border-color: #0067b1;
}

.keyword-wrapper {
	/* margin: 0; */
	/* margin-bottom: 0.25rem; */
	margin-bottom: 0;
	padding-right: .1875rem;
	/* padding: 0 .1875rem 0 1.5rem; */
}


/* .researcher-wrapper {
	padding: .28125rem 1rem;
} */



.more-search-wrapper {
	display: none;
	max-width: 736px;
	/* display: inline-flex; */
	margin-left: auto;
	margin-right: auto;
	gap: 3rem;
}
.more-search-wrapper > div {
	position: relative;
}
.expanded .more-search-wrapper {
	display: block;
}

@media (min-width: 48em) {
	/* .more-search-wrapper {
		display: inline-flex;
	} */
	.expanded .more-search-wrapper {
		display: inline-flex;
	}

	.more-search-wrapper > div {
		width: 342px;
	}

	/* .keyword-wrapper {
			padding: .28125rem .28125rem .28125rem 1rem;
	} */
	.researcher-wrapper, .department-wrapper {
		width: 342px;
	}
}

.dropdown-content {
	background: white;
	border-radius: 10px;
	overflow: hidden;
	position: absolute;
	top: 90px;
	left: 0;
	right: 0;
	top: 55px;
	z-index: 3;
}
.dropdown-content table {
	margin: 1rem;
}
.dropdown-content th, .dropdown-content td {
	padding: 0.25rem;
}
.table-pagination {
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	padding: 1rem;
	background: #D1E0E5;
	font-family: 'Lato';
	align-items: center;
}
.table-pagination > div {
	display: flex;
}
.table-pagination > div:nth-child(2) {
	align-self: stretch;
}

.table-pagination input {
	display: block;
	width: 33px;
	height: 33px;
	text-align: center;
	margin-left: 8px;
	margin-right: 8px;
	border-radius: 5px;
	border: 1px solid #999;
}
.btn-pagination {
	background-color: transparent;
	/* background-color: pink; */
	border: 0;
	padding: 0;
	display: block;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 14px 18px;
	background-image: url('../images/updates/icon-forward.svg');
}
.btn-pg-first {
	background-image: url('../images/updates/icon-fastforward.svg');
	transform: rotate(180deg);
}
.btn-pg-prev {
	transform: rotate(180deg);
	margin-left: 4px;
}
.btn-pg-next {

}
.btn-pg-last {
	background-image: url('../images/updates/icon-fastforward.svg');
}
.btn-pg-first:disabled, .btn-pg-last:disabled {
	background-image: url('../images/updates/icon-fastforward-gray.svg');
}
.btn-pg-prev:disabled, .btn-pg-next:disabled {
	background-image: url('../images/updates/icon-forward-gray.svg');
}

@media (max-width: 47.999em) {
	.btn-hamburger {
		display: block;
		width: 33px;
		height: 33px;
		border: 0;
		background-color: transparent;
		background-image: url('../images/updates2025/icon-hamburger-close.svg');
		background-size: contain;
		background-repeat: no-repeat;
	}
	body.hamburger-expanded .btn-hamburger {
		background-image: url('../images/updates2025/icon-hamburger-open.svg');
	}

	main {
		padding-top: 66px;
	}
	header {
		/* height: 100%; */
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		z-index: 999;
	}

	body.hamburger-expanded header {
		/* display: flex;
		flex-direction: column; */
		/* height: 100vh; */

		bottom: 0;

	}

	body.hamburger-expanded {
		height: 100%;
		overflow: hidden;
	}

	.nav-links {
		display: none;
	}
	.hamburger-expanded .nav-links {
		display: block;
	}
	.nav-links a {
		display: inline-block;
		padding: 0.75rem 0;
	}
}
/*
tr {
	cursor: pointer;
}

tr:hover, tr.selected {
	background: #bbb;
	background: #D1E0E5;
} */

.btn-expand-dropdown {
	width: 55px;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: transparent;
	position: absolute;
	border: 0;
	background-image: url('../images/updates2025/icon-chevron-down-gray.svg');
	background-size: 12px 6px;
	background-position: center;
	background-repeat: no-repeat;
}

.btn-expand-dropdown:hover {
	background-image: url('../images/updates2025/icon-chevron-down.svg');
}

@media (max-width: 355px) {
	.d-special-flex {
		flex-direction: column-reverse;
	}
}

ol {
	padding-left: 20px;
}

ul {
	padding-left: 16px;
	list-style-type: disc;
}

.hidden {
	display: none;
}

.more-search-wrapper .x-form-field-wrap {
	width: 100%!important;
}

.question-form .form-control.x-form-text {
	width: 100%!important;
	font-family: 'Proxima Nova Rg';
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	/* width: 100%; */
	margin: 0;
	padding: 0 1.5rem;
	box-shadow: none;
	border: 0;
	background: transparent;
}

.more-search-wrapper .x-form-trigger {
	right: 0;
	/* display: none; */
	width: 55px;
	height: 45px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../images/updates2025/icon-chevron-down-gray.svg');
	background-size: 12px 6px;
	border-bottom: 0;
}

.more-search-wrapper * {
	box-sizing: border-box!important;
}

.x-layer {
	/* display: none!important; */
	border-radius: 10px;
	border: 0;
	margin-top: 12px;
}

.x-shadow {
	display: none!important;
}

.x-combo-list-inner table {
	margin: 1rem;
	font-family: 'Proxima Nova Rg';
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
}

.x-combo-list-inner table th, .x-combo-list-inner table td {
	padding: 0.1rem 0.25rem;
}

.x-combo-list-inner {
	/* display: none; */
	/* border-radius: 10px; */
}

.x-combo-list .x-combo-selected {
	border: 0!important;
}

.x-toolbar {
	background:#D1E0E5;
}

.x-toolbar {
	padding: 0.5rem 1rem;
}

.x-toolbar-cell:nth-child(3), .x-toolbar-cell:nth-child(7), .x-toolbar-cell:nth-child(10), .x-toolbar-cell:last-child {
	display: none;
}

.x-toolbar-cell:nth-child(4) {
	text-align: right;
}

.x-toolbar-cell:nth-child(5) {
	text-align: center;
	width: 33px;
}

.x-toolbar-cell:nth-child(8), .x-toolbar-cell:nth-child(9) {
	text-align: right;
}

 .x-toolbar-cell:nth-child(8) table.x-table-cellspacing, .x-toolbar-cell:nth-child(9) table.x-table-cellspacing {
	width: auto;
	display: inline-block;
}
.x-toolbar-ct.x-table-cellspacing > tbody > tr {

}
.x-table-cellspacing {
	width: 100%;
}

.x-table-align-right {
	display: none;
}
.x-tbar-page-first, .x-tbar-page-prev, .x-tbar-page-next, .x-tbar-page-last {
	/* border: 1px transparent; */
}
.x-tbar-page-first:hover, .x-tbar-page-prev:hover, .x-tbar-page-next:hover, .x-tbar-page-last:hover {
	border: 1px solid;
}
.x-item-disabled .x-tbar-page-first:hover, .x-item-disabled .x-tbar-page-prev:hover, .x-item-disabled .x-tbar-page-next:hover, .x-item-disabled .x-tbar-page-last:hover {
	border-color: transparent;
}

.x-tbar-page-first {
	background-image: url('../images/updates2025/icon-fastforward.svg')!important;
	transform: rotate(180deg);
	background-size: 14px 18px;
}

.x-tbar-page-prev {
	background-image: url('../images/updates2025/icon-forward.svg')!important;
	transform: rotate(180deg);
	background-size: 14px 18px;
}

.x-tbar-page-next {
	background-image: url('../images/updates2025/icon-forward.svg')!important;
	/* transform: rotate(180deg); */
	background-size: 14px 18px;
}

.x-tbar-page-last {
	background-image: url('../images/updates2025/icon-fastforward.svg')!important;
	/* transform: rotate(180deg); */
	background-size: 14px 18px;
}

.x-item-disabled .x-tbar-page-first {
	background-image: url('../images/updates2025/icon-fastforward-gray.svg')!important;
	transform: rotate(180deg);
	background-size: 14px 18px;
}

.x-item-disabled .x-tbar-page-prev {
	background-image: url('../images/updates2025/icon-forward-gray.svg')!important;
	transform: rotate(180deg);
	background-size: 14px 18px;
}

.x-item-disabled .x-tbar-page-next {
	background-image: url('../images/updates2025/icon-forward-gray.svg')!important;
	/* transform: rotate(180deg); */
	background-size: 14px 18px;
}

.x-item-disabled .x-tbar-page-last {
	background-image: url('../images/updates2025/icon-fastforward-gray.svg')!important;
	/* transform: rotate(180deg); */
	background-size: 14px 18px;
}

.x-btn-ml, .x-btn-mr {
	display: none;
}

.x-toolbar div.xtb-text {
	font-family: 'Proxima Nova Rg';
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
}

.ext-webkit .x-small-editor .x-form-field {
	display: inline-block;
	width: 33px;
	height: 33px;
	text-align: center;
	margin-left: 8px;
	margin-right: 8px;
	border-radius: 5px;
	border: 1px solid #999;
	font-family: 'Proxima Nova Rg';
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	height: auto!important;
}

.x-btn-over .x-btn-mc em.x-btn-split, .x-btn-click .x-btn-mc em.x-btn-split, .x-btn-menu-active .x-btn-mc em.x-btn-split, .x-btn-pressed .x-btn-mc em.x-btn-split {
	background-image: none!important;
}

.x-btn-over .x-btn-mc em.x-btn-split-bottom, .x-btn-click .x-btn-mc em.x-btn-split-bottom, .x-btn-menu-active .x-btn-mc em.x-btn-split-bottom, .x-btn-pressed .x-btn-mc em.x-btn-split-bottom {
		background-image: none!important;
	}

.x-toolbar .x-btn-over .x-btn-mc em.x-btn-split, .x-toolbar .x-btn-click .x-btn-mc em.x-btn-split, .x-toolbar .x-btn-menu-active .x-btn-mc em.x-btn-split, .x-toolbar .x-btn-pressed .x-btn-mc em.x-btn-split {
	background-image: none!important;
}

.x-toolbar .x-btn-over .x-btn-mc em.x-btn-split-bottom, .x-toolbar .x-btn-click .x-btn-mc em.x-btn-split-bottom, .x-toolbar .x-btn-menu-active .x-btn-mc em.x-btn-split-bottom, .x-toolbar .x-btn-pressed .x-btn-mc em.x-btn-split-bottom {
	background-image: none!important;
}

/* .x-btn-over .x-btn-tl, .x-btn-over .x-btn-tr, .x-btn-over .x-btn-tc, .x-btn-over .x-btn-ml, .x-btn-over .x-btn-mr, .x-btn-over .x-btn-mc, .x-btn-over .x-btn-bl, .x-btn-over .x-btn-br, .x-btn-over .x-btn-bc{
	background-position: auto;
	background-image: none;
	background-color: transparent;
	background: none;
} */

.x-toolbar .x-btn-over .x-btn-tl, .x-toolbar .x-btn-over .x-btn-tr, .x-toolbar .x-btn-over .x-btn-tc, .x-toolbar .x-btn-over .x-btn-ml, .x-toolbar .x-btn-over .x-btn-mr, .x-toolbar .x-btn-over .x-btn-mc, .x-toolbar .x-btn-over .x-btn-bl, .x-toolbar .x-btn-over .x-btn-br, .x-toolbar .x-btn-over .x-btn-bc{
	background: none;
}

.prose h2, .prose h3, .prose h4, .prose h5, .prose p {
	font-size: 1rem;
	color: #212121;
	margin-bottom: 0;
	padding: 0;
	margin: 4px 0;
	line-height: 28.8px;
}

.prose ul {
	margin: 4px 0;
}