:root{    
	--cassiopeia-color-primary: #ffffff;
    --cassiopeia-color-hover: #ffffff;}
.mod-menu.mod-list.nav {
  color: #444455;
  font-weight: 500;
  font-size: 25px;
}
body{
  color:#444455;
}
.grid-child.container-nav{
	margin-left: auto;
    margin-right: auto;
    padding-left: 25%;
    padding-right: 15.5%;
    border-style: solid;
    border-right: 0;
    border-left: 0;
    border-color: #AAAAAA;
    max-width: 100%;
    border-bottom: 0;
    border-top: 1px solid #ddd;
    box-shadow: 0px 2px 5px rgba(0,0,0,.1);
}
.grid-child.container-sidebar-left{
  	padding-right:48px;
}
a.brand-logo>img{
  	max-height:200px;  
	height: 100%;
}
.intro_image{
  width: 225px !important;
  height: 225px !important;
  float: left;
}
.td-style>img{
  width: 225px !important;
  height: 225px !important;
  float: left;
}
.td-style{
  width: 25%;
  text-align: left; 
  vertical-align: top;
  padding-bottom: 10px;
}
.td-text{
  margin-top: 10px;
  vertical-align: top; 
  text-align: justify;
}
.bloglayout>div>div>div>h2{
  color:#444455;
  font-size: 1.25rem;
}
.summary_style{
  background-color: rgba(55,55,55,0.1);
  color:#444455;
  font-size: 1.25rem;
  padding-bottom: 5px;
  padding-top: 5px;
}
.summary_style::marker{
  color:#e40422;
  font-size: 1.25rem;
}
.details_style{
  margin-top: 20px;
}
.table_style{
  width: 100% !important;
  float: left !important;
  border: none !important;
}
.table_style_customized>tbody>tr>td{
  background-color: #eaeaea !important;
  width:75% !important;
  border-color: white !important;
  border-width: 2px !important;
}
.table_style>tbody>tr>td{
  background-color: #eaeaea !important;
  border-color: white !important;
  border-width: 2px !important;
}
.table_style>tbody>tr>th{
  background-color: #cccccc !important;
  font-size: 1.25rem !important;
  border-color: white !important;
  border-width: 2px !important;
}
.w_25_75>tbody>tr>td:nth-child(odd){
  width:25% !important;
}
.w_50_50>tbody>tr>td:nth-child(odd){
  width:75% !important;
}
.w_75_25>tbody>tr>td:nth-child(odd){
  width:75% !important;
}
.w_34_66>tbody>tr>td:nth-child(odd){
  width:34% !important;
}
.w_66_34>tbody>tr>td:nth-child(odd){
  width:66% !important;
}
a{
  text-decoration-line: underline;
}
a:hover{
  color: #e40422;
  
}
.menu{
  list-style-type: disc; 
  list-style-position: inside; 
}
.menu>li>a{
  color:#444455;
  text-decoration-line: underline;
  font-size: 20px;
}
.menu>li>a:hover {
  color: var(--cassiopeia-color-link);
}
.menu>li::marker {
  	color: #e40422;
}
.start_menu{
  background-color: red;
  background: none;
  color: #444455;
  border-bottom: 0px solid #fff;
}
.start_menu>h3{
  font-size: 20px;
}
.start_menu>ul{
  list-style-type: none;
  margin-bottom: 16px;
}
.start_menu>ul>li{
  border-bottom: 1px dotted #99a;
  font-size: 14px;
}
.start_menu>ul>li>a{
  border-bottom: 0px solid #ccc;
  padding: 4px 0 4px 0em;
  margin: 0;
  color:#444455;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}
.start_menu>ul>li>a:hover{
  color:red;
  text-decoration: none;
}
.com-content-article, .com-finder.finder{
  margin-top: 50px;
}
.com-content-category-blog__item{
  border-color: red;
  border-width: 2px;
  border-style: groove;
  display: block;
  padding: 10px !important;
}
.left.item-image{
    float: left;
    margin-right: 30px;
    margin-top: 10px;
    margin-left: 10px;
}
.left.item-image>img{
  width: 200px;
  height: 200px;
}
.form-control:focus{
  box-shadow:none;
}
.btn.btn-primary:has(.icon-search.icon-white){
  color: hsl(210, 10%, 23%);
  border-color: hsl(210, 14%, 83%);
}
.btn.btn-primary:has(.icon-search.icon-white) > .icon-search.icon-white{
  color: hsl(210, 10%, 23%);
}
.js-finder-search-query{
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;  
}
.btn.btn-primary:has(.icon-search.icon-white):active{
  	color: #ffffff;
    background-color: #575e65;
    border-color: #52585f;
}
.btn.btn-primary:has(.icon-search.icon-white):active > .icon-search.icon-white{
  color: var(--btn-active-color);
}
.com-users-login__submit.control-group>.controls>.btn.btn-primary{
  background-color: #696969;
  border-color: #505050;
  width: 100%;
}