.underline {
	-webkit-text-decoration: underline solid #fff339 50%;
	text-decoration: underline solid #fff339 50%;
	text-decoration-skip-ink: none;
	text-underline-offset: -50%;
}

.highlighting {
	color: var(--notification);
}

.point-color {
	color: #06c;
}

.d-none {
	display: none !important;
}

.d-block {
	display: block !important;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-left: 0;
	margin-right: 0;
}

.no-gutters {
	margin-left: 0;
	margin-right: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}

.col,
.col-auto,
.col-sm,
.col-sm-auto,
.col-md,
.col-md-auto,
.col-lg,
.col-lg-auto,
.col-xl,
.col-xl-auto {
	padding-left: 0;
	padding-right: 0;
	position: relative;
	width: 100%;
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	flex: 0 0 auto;
	max-width: 100%;
	width: auto;
}

.order-first {
	order: -1;
}

.order-last {
	order: 1;
}

.order-0 {
	order: 0;
}

/** General Styles */

/*reset*/

*,
*:before,
*:after {
	box-sizing: border-box;
	position: relative;
}

body {
	overflow-wrap: break-word;
	word-wrap: break-word;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
table,
th,
td,
blockquote,
form,
ul,
ol,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-size: 1em;
}

body,
select,
input,
button,
textarea {
	font-family: sans-serif;
}

textarea {
	font-size: 93%;
}

table {
	font-size: inherit;
	font-size: 100%;
}

pre,
code,
kbd,
samp,
tt {
	font-family: monospace;
}

img {
	border: none;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

a img {
	border-style: none;
	border-width: 0;
	text-decoration: none;
}

address {
	font-style: normal;
}

.clearfix:before,
.clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: block;
	overflow: hidden;
}

.clearfix:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.screen-reader-text {
	-webkit-clip-path: inset(50%);
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-break: normal;
	word-wrap: normal !important;
}

.skip-link:focus {
	-webkit-clip-path: none;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 0 4px #fff;
	clip: auto !important;
	clip-path: none;
	color: #06c;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	left: 12px;
	line-height: normal;
	outline: solid 2px -webkit-focus-ring-color;
	outline-offset: 1px;
	padding: 8px 20px 10px;
	text-decoration: none;
	top: 12px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
	outline: 0;
}

.font-weight-regular {
	font-weight: 400;
}

.font-weight-medium {
	font-weight: 500;
}

.font-weight-bold {
	font-weight: 700;
}

.font-size-xx-small {
	font-size: 0.625em;
}

.font-size-x-small {
	font-size: 0.75em;
}

.font-size-small {
	font-size: 0.875em;
}

.font-size-medium {
	font-size: 1em;
}

.font-size-large {
	font-size: 1.125em;
}

.font-size-x-large {
	font-size: 1.25em;
}

.font-size-xx-large {
	font-size: 1.625em;
}

.icon::before,
.has-icon::before {
	color: #d10a1c;
	display: inline-block;
	font-family: FontAwesome;
	margin-right: 2px;
}

.icon[class*="far-"]::before,
.has-icon[class*="far-"]::before {
	font-family: FontAwesomeR;
}

.icon[class*="fab-"]::before,
.has-icon[class*="fab-"]::before {
	font-family: FontAwesomeBrands;
}

.icon.fab-youtube::before,
.has-icon.fab-youtube::before {
	color: #fc031b;
	content: "\0f167";
	font-size: 1.25em;
	line-height: 1;
	top: 2px;
}

.icon.fa-square-check::before,
.has-icon.fa-square-check::before {
	content: "\0f14a";
}

.icon.fa-sort-down::before,
.has-icon.fa-sort-down::before {
	content: "\0f0dd";
}

/** Theme Styles ======================================================= */

.site-content {
	overflow: hidden;
}

.fit-content {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

[class|="container"] {
	min-width: 320px;
}

/** Overrides WP Default Style */

.alignfull {
	background: #fff;
	border-radius: 0;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	width: 100vw;
}

.block-buttons,
.wp-block-buttons {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 1em;
	margin-top: 0;
	text-align: center;
}

.block-button {
	margin-top: 1em;
}

.justification-center {
	justify-content: center;
}

.justification-between {
	justify-content: space-between;
}

.justification-around {
	justify-content: space-around;
}

.flex-flow-col {
	flex-direction: column;
	flex-wrap: nowrap;
}

.align-flex-end {
	align-items: flex-end;
}

.align-flex-start {
	align-items: flex-start;
}

.block-buttons.block-margin {
	margin-top: 1em !important;
}

.text-center,
.has-text-align-center {
	text-align: center;
}

.text-left,
.has-text-align-left {
	text-align: left;
}

.text-right,
.has-text-align-right {
	text-align: right;
}

.text-bold {
	font-weight: 700;
}

.text-thin {
	font-weight: 100;
}

html {
	font-size: 10px;
}

html body {
	background-color: #fff;
	color: #484848;
	font-family: Ubuntu, sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.875;
	min-width: 320px;
}

a {
	color: #06c;
	text-decoration: none;
}

a:hover,
a:active {
	color: #d10a1c;
}

a:focus {
	color: #06c;
}

ul,
ol,
dl,
form,
table,
blockquote {
	margin: 1em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

p {
	margin: 1em 0;
}

p:empty {
	display: none;
}

figure {
	margin: 0;
}

.site-header {
	border-bottom: solid #d10a1c 10px;
	padding-left: 2rem;
	padding-right: 2rem;
}

h1 {
	font-size: 1.625em;
	padding: 20px 0;
}

.copyright {
	border-top: solid 1px #484848;
	font-size: 0.875em;
	padding: 2em;
	text-align: center;
}

article {
	clear: both;
	margin-top: 20px;
}

article p.catch {
	font-size: 1.25em;
	font-weight: 700;
	margin-top: 1em;
}

article h2 {
	border-top-width: 50px;
	font-size: 1.25em;
	margin-top: 3em;
}

article h2::before {
	background-color: #d10a1c;
	content: "";
	display: block;
	height: 5px;
	margin-bottom: 20px;
	width: 50px;
}

article .catch + section h2 {
	margin-top: 2em;
}

article h3 {
	font-size: 1.125em;
}

article figure img {
	width: 100%;
}

article figure figcaption {
	font-size: 0.875em;
	text-align: center;
}

article > section > div {
	margin-bottom: 40px;
	margin-top: 40px;
}

article > section .cols > * {
	margin-bottom: 2em;
}

article aside {
	background-color: #eee;
	margin-bottom: 40px;
	margin-top: 40px;
	padding: 1em 1.5em;
}

article aside ul {
	margin: 0 1.5em;
}

.block-buttons {
	margin-bottom: 40px;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 40px;
}

.block-buttons .block-button {
	flex-basis: 50%;
	padding-left: 20px;
	padding-right: 20px;
}

.block-buttons.margin-top {
	margin-top: 60px;
}

.btn.primary {
	background-color: #d10a1c;
	color: #fff;
	display: block;
	font-weight: 700;
	height: 100%;
	padding: 1em;
	text-align: center;
	width: 100%;
}

.reference {
	margin-top: 60px;
}

/** Print CSS */

@media (prefers-reduced-motion) {

	* {
		transition-delay: 0s !important;
		transition-duration: 0s !important;
	}

}

@media (min-width: 576px) {

	.d-sm-none {
		display: none !important;
	}

	.d-sm-block {
		display: block !important;
	}

	.container,
	.container-sm {
		max-width: 540px;
	}

	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-sm-auto {
		flex: 0 0 auto;
		max-width: 100%;
		width: auto;
	}

	.order-sm-first {
		order: -1;
	}

	.order-sm-last {
		order: 1;
	}

	.order-sm-0 {
		order: 0;
	}

	.container-sm .alignwide {
		background: #fff;
		margin-left: calc(-50vw + 2rem + 50%);
		margin-right: calc(-50vw + 2rem + 50%);
		width: calc(100vw + -4rem);
	}

}

@media (min-width: 576px) and (max-width: 767.98px) {

	[class="container-md"] {
		padding-left: 2rem;
		padding-right: 2rem;
	}

}

@media (min-width: 576px) and (max-width: 991.98px) {

	[class="container-lg"] {
		padding-left: 2rem;
		padding-right: 2rem;
	}

}

@media (min-width: 576px) and (max-width: 1199.98px) {

	[class="container-xl"] {
		padding-left: 2rem;
		padding-right: 2rem;
	}

}

@media (min-width: 768px) {

	.d-md-none {
		display: none !important;
	}

	.d-md-block {
		display: block !important;
	}

	.container,
	.container-sm,
	.container-md {
		max-width: 720px;
	}

	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-md-auto {
		flex: 0 0 auto;
		max-width: 100%;
		width: auto;
	}

	.order-md-first {
		order: -1;
	}

	.order-md-last {
		order: 1;
	}

	.order-md-0 {
		order: 0;
	}

	article > section .cols {
		display: flex;
		justify-content: space-between;
		margin-left: -20px;
		margin-right: -20px;
	}

	article > section .cols p:first-of-type {
		margin-top: 0;
	}

	article > section .cols > * {
		flex-basis: 50%;
		margin-bottom: 0;
		padding-left: 20px;
		padding-right: 20px;
	}

	article aside {
		background-color: #eee;
		margin-bottom: 40px;
		margin-top: 40px;
		padding: 1em 1.5em;
	}

	article aside ul {
		margin: 0 1.5em;
	}

}

@media (min-width: 992px) {

	.d-lg-none {
		display: none !important;
	}

	.d-lg-block {
		display: block !important;
	}

	.container,
	.container-sm,
	.container-md,
	.container-lg {
		max-width: 980px;
	}

	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-lg-auto {
		flex: 0 0 auto;
		max-width: 100%;
		width: auto;
	}

	.order-lg-first {
		order: -1;
	}

	.order-lg-last {
		order: 1;
	}

	.order-lg-0 {
		order: 0;
	}

}

@media (min-width: 1200px) {

	.d-xl-none {
		display: none !important;
	}

	.d-xl-block {
		display: block !important;
	}

	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl {
		max-width: 980px;
	}

	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-xl-auto {
		flex: 0 0 auto;
		max-width: 100%;
		width: auto;
	}

	.order-xl-first {
		order: -1;
	}

	.order-xl-last {
		order: 1;
	}

	.order-xl-0 {
		order: 0;
	}

	.container-sm .alignwide {
		background: #fff;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

}

@media (max-width: 767.98px) {

	.block-buttons {
		flex-direction: column;
	}

	.block-button {
		width: 100%;
	}

}

@media (max-width: 575.98px) {

	[class|="container"]:not([class="container-fluid"]) {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	[class|="container"] {
		min-width: unset;
	}

	.block-buttons {
		flex-direction: column;
	}

	.block-button {
		width: 100%;
	}

}

@media (max-width: 319.98px) {

	.alignfull {
		margin-left: -2rem;
		margin-right: -2rem;
		width: auto;
	}

}

@media print {

	.d-print-none {
		display: none !important;
	}

	.d-print-block {
		display: block !important;
	}

	/* Margins & paddings */

	.site-footer {
		margin: 0;
	}

	.site-branding {
		margin: 0;
		padding: 0;
	}

	/* Fonts */

	body {
		background: #fff !important;
		color: #000;
		font: 13pt Georgia, "Times New Roman", Times, serif;
		line-height: 1.4;
	}

	.has-background-dark * {
		color: #000 !important;
	}

	/* Page breaks */

	a {
		page-break-inside: avoid;
	}

	blockquote {
		page-break-inside: avoid;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	/* Links */

	a:after > img {
		content: "";
	}

	.cat-links a:after,
	.tags-links a:after,
	.byline a:after,
	.comment-metadata a:after,
	.wp-block-calendar a:after,
	.wp-block-tag-cloud a:after,
	.page-links a:after {
		content: "";
	}

	/* Visibility */

	.wp-custom-header,
	.menu-button-container,
	.footer-navigation,
	.widget-area {
		display: none !important;
	}

	#wpadminbar {
		display: none;
	}

	/* width */

	.site-header {
		background-color: transparent;
	}

	.site-header .header-grid-box {
		height: auto;
		position: relative;
	}

	.site-header .container,
	.site-header .container-sm,
	.site-header .container-md,
	.site-header .container-lg,
	.site-header .container-xl {
		max-width: unset !important;
		width: 100%;
	}

	.site-footer .container,
	.site-footer .container-sm,
	.site-footer .container-md,
	.site-footer .container-lg,
	.site-footer .container-xl {
		max-width: unset !important;
		width: 100%;
	}

	.site-content {
		padding: 0;
	}

	.site-content .container,
	.site-content .container-sm,
	.site-content .container-md,
	.site-content .container-lg,
	.site-content .container-xl {
		max-width: 90% !important;
		width: 100%;
	}

}

