@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');
body {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #222222;
	font-size: 16px;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Roboto Slab", serif;
	font-weight: 400;
	font-style: normal;
	color: #222222;
	margin: 0 0 1.2rem 0;
	line-height: 1.2;
}
h1, .h1 {
	font-size: 2rem;
}
h2, .h2 {
	font-size: 1.6rem;
}
h3, .h3 {
	font-size: 1.2rem;
}
h4, .h4 {
	font-size: 1rem;
}
h5, .h5 {
	font-size: 1rem;
}
h6, .h6 {
	font-size: 1rem;
}
.dropmenu ul li a, .dropmenu ul li a.active, .dropmenu ul li a:focus, .dropmenu ul li a:hover {
	color: #222222 !important;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
}
.treemenu li a, .treemenu li a.active, .treemenu li a:focus, .treemenu li a:hover {
	text-decoration: none;
	color: #ffffff !important;
}
.mobile-menu .button_container span {
	background: #222222;
}
#bottom {
	padding: 1rem 1rem 0;
	border-top: 1px dotted #454d5d;
}
#footer a {
	color: #ffc107;
}
#bottom p,
#footer p {
	margin: 0 0 1rem;
}
hr {
	border: 0 none;
	height: 2px;
	background: #ffc107;
	margin: 0 0 1.2rem;
}
.btn-error.button,.btn.btn-error {
	color: #222;
	background: #ffc107;
	border: 0 none;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	line-height: 1;
	height: auto;
	padding: 1em;
	font-weight: 500;
	transition: 0.5s;
	border-radius: 0;
}
.btn-error.button:focus,.btn.btn-error:focus {
	box-shadow: 0 0 0 0;
}
.btn-error.button:focus,.btn-error.button:hover,.btn.btn-error:focus,.btn.btn-error:hover {
	color: #ffc107;
	background: #222;
}
.btn-error.active.button,.btn-error.button:active,.btn.btn-error.active,.btn.btn-error:active {
	color: #ffc107;
	background: #222;
}
.btn-error.loading.button::after,.btn.btn-error.loading::after {
}
.notices.yellow {
	border-left: 10px solid #ffc107;
	background: #eeeeee;
	color: #222;
}
.jqmodal {
	display: none;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	width: auto;
	min-width: 320px;
	max-width: 100%;
	background: #fff;
	padding: 1em 1em;
	border-radius: 0px;
	box-shadow: 0 0 0 0;
	text-align: left;
}
.toast {
	display: block;
	width: 100%;
	padding: 0.5em 1em;
	color: #222;
	border: 0 none;
	border-radius: 0px;
	background: #ffc107;
}
.toast.toast-success {
	border: 0 none;
	background: #ffc107;
}
.form-input:focus,.search-input:focus,[data-grav-field=array] input:focus,[data-grav-field=array] textarea:focus {
	border-color: #ffc107;
	box-shadow: 0 0 0 0;
}
.header-fixed #header {
	z-index: 1;
}
table {
	width: 100%;
	min-width: 100%;
	margin-bottom: 2em;
	padding: 4px;
	border: 1px solid #ffc107;
	overflow-x: auto;
}
thead tr,
tr:nth-child(even) {
	background: #eee;
	border: 0 none;
	margin: 0;
	padding: 0;
}
th, td {
	border: 0 none;
	margin: 0;
	padding: 4px;
}
.treemenu li.tree-closed>.toggler:before,
.treemenu li.tree-opened>.toggler:before {
	color: #fff;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	table {
		display: block;;
	}
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}