@charset "utf-8";
/* Global styles CSS Document */

* {
	margin: 0;
}
html {
  scroll-behavior: smooth;
}
html, body {
	height: 100%;
	margin-bottom: 1px;
}
img {
	height: auto;
	max-width: 100%;
}
#wrapper {
	height: 100%;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
}
#push, footer {}

h1, h2, h3, h4, h5, h6 {
	color: #333;
	margin: 0 0 1.5em;
	line-height: 1.5em;
}
p {
	color: #333;
	font-weight: 400;
	margin: 0 0 1.5em;
	line-height: 1.5em;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul, ol {}
li {
	color: #333;
	line-height: 1.5em;
}
q, blockquote {
	color: #333;
	font-size: 14px;
	margin: 0 0 .5em;
	line-height: 1.5em;
}
/*
 q, blockquote:before {
 content: "\201C";
 }
 q, blockquote:after {
 content: "\201D";
 }
 */
cite {
	color: #333;
	font-size: 14px;
	margin: 0 0 .5em;
	line-height: 1.5em;
}
img {
	margin: 0;
	padding: 0;
	border: none;
	max-width: 100%;
}
table {}
th {
	color: #333;
	font-size: 18px;
	text-align: left;
}
td {
	color: #333;
	font-size: 12px;
	text-align: left;
}

/* generic classes */

.left {
	float: left;
}
.right {
	float: right;
}
.m0 {
	margin: 0 !important;
}
.w50 {
	width: 50%;
}

/* =WordPress Core
 -------------------------------------------------------------- */
.alignnone {
	margin: 0 0 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
	margin: 0 0 20px;
}
.alignleft {
	float: left;
	margin: 0 0 20px;
}
a img.alignright {
	float: right;
	margin: 0 0 20px;
}
a img.alignnone {
	margin: 0 0 20px;
}
a img.alignleft {
	float: left;
	margin: 0 0 20px;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #fff;
	text-align: center;
	padding: 5px 0 10px;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
}
.wp-caption.alignnone {
	margin: 0 0 20px;
}
.wp-caption.alignleft {
	margin: 0 0 20px;
}
.wp-caption.alignright {
	margin: 0 0 20px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	border: 0 none;
	max-width: 98.5%;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	font-size: 11px;
	padding: 0 0 5px;
	line-height: 17px;
}
