.bom-search h2 {
  text-align: center;
  color: #071f4b;
  font-family: "Playball", cursive;
  font-size: 2.5rem;
  font-weight: normal;
  margin-bottom: 0.5rem;
}
.bom-search .keyword-form {
  margin: 0 auto 2rem;
  text-align: center;
}
.bom-search .keyword-form .post-search-inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.bom-search .keyword-form .post-search-inner .post-search-query,
.bom-search .keyword-form .post-search-inner .post-search-actions {
  flex: 0 0 auto;
}
.bom-search .keyword-form label {
  font-size: 0;
  line-height: 0;
}
.bom-search .keyword-form input[type=text] {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border: none;
  background-color: #f9f3ea;
}
.bom-search .keyword-form input[type=submit] {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: #d19847;
  padding: 0 10px;
  border: none;
}

.memorials-con table.memorials {
  width: 100%;
}
.memorials-con table.memorials th {
  color: #7d7973;
  font-weight: 800;
  font-size: 0.625rem;
  letter-spacing: 0.025rem;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid #d19847;
  border-bottom: 1px solid #d19847;
  padding: 0.25rem 0;
}
.memorials-con table.memorials td {
  color: #071f4b;
  font-family: "Playball", cursive;
  padding: 0.5rem 1.25rem;
  border-bottom: 1px solid #d19847;
}
.memorials-con table.memorials td.name {
  font-size: 1.65rem;
}
.memorials-con table.memorials td.birth, .memorials-con table.memorials td.death {
  font-size: 1.5rem;
  text-align: center;
}
.memorials-con table.memorials td.birth {
  border-right: 1px solid #d19847;
}
.memorials-con table.memorials td.death {
  border-left: 1px solid #d19847;
}
.memorials-con .paging {
  color: #7d7973;
  letter-spacing: 0.025rem;
  text-align: center;
}
.memorials-con .paging .control,
.memorials-con .paging .cur {
  display: inline-block;
  padding: 0.5rem;
}
.memorials-con .paging .control a,
.memorials-con .paging .cur a {
  text-decoration: none;
}
.memorials-con .paging .control a:focus, .memorials-con .paging .control a:hover,
.memorials-con .paging .cur a:focus,
.memorials-con .paging .cur a:hover {
  color: #071f4b;
}/* HORIZONTAL / HORIZ. PERSISTENT CSS --------------- */
ul.menubeanh,
ul.menubeanh-persistent {
  list-style: none;
  position: relative;
  overflow: visible;
}
ul.menubeanh,
ul.menubeanh ul,
ul.menubeanh-persistent,
ul.menubeanh-persistent ul {
  padding: 0;
  margin: 0;
  list-style: none;
  /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh li,
ul.menubeanh-persistent li {
  float: left;
  position: relative;
  list-style: none;
  /*
  	width: 8em;
	overflow: visible;
	*/
}
ul.menubeanh li ul,
ul.menubeanh-persistent li ul {
  display: none;
  position: absolute;
  top: 1.2em; /* IE */
  left: 0; /* IE */ /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh > li > ul,
ul.menubeanh-persistent > li > ul {
  top: auto; /* Non-IE */
  left: auto; /* Non-IE */
}
/* (sub-)submenus */
ul.menubeanh ul,
ul.menubeanh ul ul,
ul.menubeanh ul ul ul,
ul.menubeanh-persistent ul,
ul.menubeanh-persistent ul ul,
ul.menubeanh-persistent ul ul ul {
  position: absolute;
  top: 0;
  left: 95%;
}
/* Interactive lines: show/hide menus */
ul.menubeanh li.over ul ul,
ul.menubeanh li.over ul ul ul,
ul.menubeanh-persistent li.over ul ul,
ul.menubeanh-persistent li.over ul ul ul {
  display: none;
}
ul.menubeanh li.over ul,
ul.menubeanh ul li.over ul,
ul.menubeanh ul ul li.over ul,
ul.menubeanh-persistent li.over ul,
ul.menubeanh-persistent ul li.over ul,
ul.menubeanh-persistent ul ul li.over ul {
  display: block;
}

/* VERTICAL CSS --------------- */
ul.menubeanv,
ul.menubeanv-persistent,
ul.menubeanv ul,
ul.menubeanv-persistent, ul {
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li,
ul.menubeanv-persistent li {
  position: relative;
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li ul {
  display: none;
  position: absolute;
  top: 2px; /* IE */
  left: 6em; /* IE */ 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li:hover ul,
ul.menubeanv li.over ul {
  display: block;
}

ul.menubeanv-persistent li.mi-parent {
  cursor: pointer;
}
ul.menubeanv-persistent li ul {
  display: none;
}
ul.menubeanv-persistent li.over ul {
  display: block;
}
