/* CSS Document */
html { scroll-behavior: smooth; }

body {
	padding: 0;
	margin: 0;
	font-size: 100%;
	line-height: 1.5;
	color: inherit;
}

p {
	margin: 0 0 2rem;
	padding: 0;
}

small, .small {
	font-size: 87.5%;
}

h1, h2, h3, h4, h5, h6, ol, ul, ul ul, ul ul ul {
	font-weight: inherit;
	font-style: normal;
	margin: 0;
	padding: 0;
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
}

a {
	color: inherit;
}

li {
	break-inside: avoid-column;
}

li a {
	display: block;
}

* {
	box-sizing: border-box;
}

img {
	display: block;
	width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	cursor: pointer;
}

.columns {
	display: flex;
	justify-content: space-between;
}



header, footer, content, slide, slides, hero, main, article, section, slideshow {
	display: block;
}

.hidden {
	display: none !important;
}

.visible {
	display: block !important;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.clear {
	clear: both;
}