.container-header .mod-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: end;
  margin-top: 20px;
}
.container-header {
  position: relative;
  z-index: 10;
  background-color: #5d9cb6;
  background-image: none;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}	
body {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: var(--body-color);
  text-align: var(--body-text-align);
  -webkit-text-size-adjust: 100%;
  background: #fbf6db;
}
.row-cols-md-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 15.3333333333%;
}
.container-header {
  background-color: #5d9cb6;
  background-image: none;
  background-image: none;
  -webkit-box-shadow: inset 0 5px 5px rgba(0,0,0,.03);
  box-shadow: inset 0 5px 5px rgba(0,0,0,.03);
  position: relative;
  z-index: 10;
}
.result__title-text {
  font-size: 1rem;
  text-align: center;
}

a {
  text-decoration: none;
}
.float-center.item-image {
  text-align: center;
}
.boxed .blog-item .item-image {
  margin-bottom: 0;
  text-align: center;
}
.blog-item .item-image {
  margin-bottom: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-align: center;
}
.h6, h6 {
  font-size: 11pt;
  text-align: center;
  font-weight: normal;
}
.boxed .blog-item {
  background-color: transparent;
  -webkit-box-shadow: 0 0 2px rgba(51,57,66,.1),0 2px 5px rgba(51,57,66,.08),0 5px 15px rgba(51,57,66,.08),inset 0 3px 0 var(--cassiopeia-color-primary);
  box-shadow: 0 0 2px rgba(51,57,66,.1),0 2px 5px rgba(51,57,66,.08),0 5px 15px rgba(51,57,66,.08),inset 0 3px 0 var(--cassiopeia-color-primary);
}
a:not([class]) {
  text-decoration: none;
}

a {
  color: #5d9cb6;
}

.h5, h5 {
  font-size: 1.25rem;
  text-align: center;
}
.jfilters-filter-search__input {
  border: 1px solid #ced4da;
  border-radius: .25rem;
  width: 100%;
  padding: .2em 0;
  padding-inline-start: .4em;
  padding-inline-end: 1.6em;
  height: 2em;
  box-sizing: border-box;
  display: none;
}
.container-header .mod-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: end;
  margin-top: 0px;
}
.site-grid {
  grid-gap: 0 1em;
  display: grid;
  grid-template-areas:
  ". banner banner banner banner ." 
  ". top-a  top-a  top-a  top-a  ." 
  ". top-b  top-b  top-b  top-b  ." 
  ". comp   comp   comp   comp   ." 
  ". side-r side-r side-r side-r ." 
  ". side-l side-l side-l side-l ." 
  ". bot-a  bot-a  bot-a  bot-a  ." 
  ". bot-b  bot-b  bot-b  bot-b  .";
  grid-template-columns: [full-start] minmax(0,1fr) [main-start] repeat(4,minmax(0,18.25rem)) [main-end] minmax(0,1fr) [full-end];
}
