#_404-search-form {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: #fff;
    padding-top: 20px
}

#_404-search-form a,
#_404-search-form a:hover,
#_404-search-form a:focus {
    text-decoration: none
}

#_404-search-form i {
    font-size: 30px;
    line-height: 40px
}

#_404-search-form i.search-open {
    line-height: 55px;
    font-size: 30px;
    color: #888
}

#_404-search-form.active {
    display: block
}

#_404-search-form input[type="search"] {
    outline: none;
    border: none;
    color: #000;
    background: transparent;
    padding: 0;
    margin: 0;
    line-height: 40px;
    display: block;
    font: inherit;
    font-size: 16px;
    width: 100%;
    height: 40px
}

#_404-search-form input.search-submit {
    display: none
}

#_404-search-form .table-thing {
    padding-bottom: 19px;
    border-bottom: 1px solid #000
}

#_404-search-form::-webkit-input-placeholder {
    color: #888
}

#_404-search-form:-moz-placeholder {
    color: #888
}

#_404-search-form::-moz-placeholder {
    color: #888;
    opacity: 1
}

#_404-search-form:-ms-input-placeholder {
    color: #888
}

#_404-search-form>form.search-form {
    position: relative
}

#_404-search-form>form.search-form>.icon-wrapper {
    height: 40px;
    width: 40px
}

#_404-search-form>form.search-form .icon-wrapper:first-of-type {
    float: left
}

#_404-search-form>form.search-form .icon-wrapper:last-of-type {
    padding-top: 4px;
    float: right;
    text-align: right
}

#_404-search-form>form.search-form .icon-wrapper:last-of-type i.dropdown-clear {
    display: none
}

#_404-search-form>form.search-form .icon-wrapper:last-of-type:hover i:not(.icon-clear-search),
#_404-search-form>form.search-form .icon-wrapper:last-of-type:focus i:not(.icon-clear-search) {
    display: none
}

#_404-search-form>form.search-form .icon-wrapper:last-of-type:hover i.icon-clear-search,
#_404-search-form>form.search-form .icon-wrapper:last-of-type:focus i.icon-clear-search {
    display: block
}

#_404-search-form>form.search-form .input-wrapper {
    position: absolute;
    left: 40px;
    right: 40px
}

a.close-search-form:active i.dropdown-clear {
    display: none !important
}

a.close-search-form:active i.clear-search {
    display: block !important
}

body.search #_404-search-form {
    display: block;
    position: static
}

body.search #_404-search-form.active {
    display: block
}


.bg-gray,
.bg-grey {
  background: #f8f8f8;
}

.p-y-small {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}



.front-page-section.events .blog-hr {
  border-color: rgb(128, 128, 128);
  color: rgb(128, 128, 128);
}
h3.events {
    font-family: 'CenturySchoolbookBT-Roman';
    font-weight: normal;
    color: rgb(128, 128, 128);
    margin-top: 12px;
    margin-bottom: 0;
}

.depth-2 {
  float: none;
  margin-left: 1.5rem;
}
.depth-3 {
  float: none;
  margin-left: 1.5rem;
}
.depth-4 {
  float: none;
  margin-left: 1.5rem;
}
.depth-5 {
  float: none;
  margin-left: 1.5rem;
}

.front-page-section.events .btn {
  font-family: 'belgika_5th5th';
  font-size: 10px;
  padding: 10px 15px;
  color: rgb(128, 128, 128);
  border-color: rgb(128, 128, 128);
}
.front-page-section.events .btn:hover {
  box-shadow: none;
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.pagination-table {
  width: 100%;
}
.pagination-table tr > td:first-of-type {
  text-align: left;
}
.pagination-table tr > td:last-of-type {
  text-align: right;
}

.social-links a.btn-sm {
  display: inline-block;
}

.filter-wrapper .justseeds-filter-list-wrapper .justseeds-filter.date-filter li span.year {
  background: #edf9ef !important;
  color: #50b762;
}

.filter-wrapper .justseeds-filter-list-wrapper .justseeds-filter li span.year {
  font-size: 12px;
}
