/* RESET CSS 210624 */
html {
	box-sizing: border-box;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
}
html:focus-within {
  scroll-behavior: smooth;
}
*, *::before, *::after {
	box-sizing: inherit;
}
body {
	min-height: 100%;
	min-height: 100vh;
	min-height: -moz-available;
	min-height: -webkit-fill-available;
	min-height: fill-available;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	font-size: 100%;
	line-height: 1.5;
}

/* Remove default margins */
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
    margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"], ol[role="list"] {
    list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img, picture {
    max-width: 100%;
    display: block;
}

/* Inherit fonts for inputs and buttons */
input, button, textarea, select {
    font: inherit;
}

html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

main, header, nav, article, section, footer, address, time, hgroup { 
    display: block; 
}

h1, h2, h3, h4, h5, h6, p, pre, code, kbd, samp {
	font-size: 100%;
	font-weight: 400;
	font: inherit;
}

small {
	font-size: 80%;
}

b, strong {
	font-weight: 700;
}

ul, ol {
	list-style: none;
}
main ul {
	list-style: disc;
	margin: 0 0 0.5em 0;
	padding: 0 0 0 20px; 
}
main ol {
	list-style: decimal;
	margin: 0 0 0.5em 0;
	padding: 0 0 0 20px; 
}
main li {
	margin: 0 0 0.25em 0;
}

button, input, select, textarea {
	margin: 0;
}

input, button, textarea, select {
  font: inherit;
}

img, video {
	height: auto;
	max-width: 100%;
	border-style: none;
}

iframe {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
}

td:not([align]),
th:not([align]) {
	text-align: left;
}

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

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input { 
  overflow: visible;
}

button, select { 
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:focus {
  /* Provide a fallback style for browsers that don't support :focus-visible */
  outline: 2px dashed rgba(127,0,0, .5);
	outline-offset: 4px;
}

:focus:not(:focus-visible) {
  /* Remove the focus indicator on mouse-focus for mouse browsers that do support :focus-visible */
  outline: none;
}

:focus-visible {
  /* Draw a very noticeable focus style for keyboard-focus on browsers that do support :focus-visible */
  outline: 2px dashed rgba(127,0,0, .5);
}

.wpcf7 input:focus-visible ,
.wpcf7 textarea:focus-visible {
  /* Draw a very noticeable focus style for keyboard-focus on browsers that do support :focus-visible */
  outline: none; box-shadow: 1px 1px 5px rgba(1, 1, 0, .7);
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Remove all animations and transitions for people that prefer not to see them */
/*@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}*/