@charset "UTF-8";
:root {
  --cassiopeia-color-primary: #3F9A1D;
  --cassiopeia-color-link: #3F9A1D;
  --link-color: #3F9A1D;
  --link-color-rgb: 63, 154, 29;
  --cassiopeia-color-hover: #3F9A1D;
  --link-hover-color: #CB0D00;
  --link-hover-color-rgb: 63, 154, 29;
}

.card-body {
  border: 0px;
  width: 105%;
  padding: 0px;
}

.sidebar-right{
  border: 0px;
  margin-left: -10px;
  margin-right: 5px;
}


h1
 {
	font-size: 24px;
	text-decoration: none;
	color:#22262A;
	font-weight: bold;
}


.com-content-article__body
 {
	font-size: 16px;
	line-height: 1.5;
}

h2.item-title
 {
	font-size: 22px;
	text-decoration: none;
	color:#40991E;
	font-weight: bold;
}


h3.card-header
{
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
}


h5.mod-articles-title
{
	font-size: 18px;
	text-decoration: none;
	color:#40991E;
	font-weight: bold;
}

li.com-content-blog__link
{
	font-size: 18px;
	text-decoration: none;
	color:#40991E;
	font-weight: bold;
}

.card-header
{
    margin-bottom: 10px;
}



.header
{
    margin-left: -10px;
	margin-right: -10px;
}

.site-grid
{
    margin-left: -10px;
	margin-right: -10px;
}


.metismenu.mod-menu .metismenu-item {
  flex-wrap: wrap;
  align-items: center;
  padding: .5em 1em;
  font-size: 1.1rem;
  line-height: 1;
  display: flex;
}


