body {
    background-color: #bf383a;
    border: 2px solid #bf383a;
}	

.header {
    background-color: #bf383a;
    }


.container-header {
    background-color: #bf383a;
	-webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px; 
	background-image: none;
}

.container-header .mod-menu {
    background-color: #bf383a;
	-webkit-border-radius: 6px 6px 6px 0px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px; 
	background-image: none;
    min-width: 100% ; 
    padding: 0px 0px 0px 0px;
  }


.grid-child {
    background-color: Ivory;
  -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
     border: 1px solid #bf383a;
    padding: 0px 6px 0px 6px;
}

.site-grid {
  margin-left: auto;
  margin-right: auto;
  column-gap: 1px;
  grid-template-columns: [full-start]minmax(0,1fr)[main-start]repeat(3,minmax(0,20.085rem)) 351px[main-end]minmax(0,1fr)[full-end];
}

.grid-child .container-top-a {
    background-color: Ivory;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    padding: 0px 6px 0px 6px;
    grid-template-columns: [full-start]minmax(0,1fr)[main-start]repeat(3,minmax(0,20.085rem)) 351px[main-end]minmax(0,1fr)[full-end];
}

.MyBanner {
    max-width: 1320px;
	background-color: #bf383a ;
    padding: 0px 0px 0px 0px;
}

.MyModuleHeading {
  color: #99cc80;
  text-align: center;
  font-weight: bold;
}

.breadcrumb {
    background-color: #bf383a !important;
  color: white !important;
  --color: white !important;
  --link-color: white !important;
  --link-hover-color: white !important;
  font-size: 13pt !important;
  text-color: white;
}

.mod-breadcrumbs *,
.mod-breadcrumbs ::before {
    color: white !important;
     font-size: 13pt !important;
}



.js-finder-search-query {
        font-size: 13pt; /* Adjust as needed */
}

.mod-finder__search.input-group .awesomplete input {
    border-radius: 0;
    color: Ivory;
}