body {
  background-color: #f8f8f8;
}

#title-spacer h1 {
  color: #111;
}

#title-spacer li {
  line-height: 1.5625em;
  display: inline-block;
  list-style: none;
  font-size: 0.75em;
  color: #333;
}

#content-spacer #nav-1 li {
  line-height: 1.5625em;
  display: inline-block;
  list-style: none;
  font-size: 1em;
  color: #333;
  z-index: 0;
}

#title-spacer li a {
  line-height: 1.5625em;
  display: inline-block;
  margin: 0 0.5em 0 5px;
}

#content-spacer li a {
  line-height: 1.5625em;
  display: inline-block;
}

#breadcrumb-spacer {
  background-color: #333;
  height: 4.25em;
  border-bottom: 0.5em solid #333;
}

@media screen and (max-width: 48em) {
  #breadcrumb-spacer {
    background-color: #626262;
    height: 8em;
  }

  a.nav-item.nav-link {
    width: 50%;
  }
}

.nav-tabs .nav-item {
  margin-bottom: 0em;
}

nav>.nav.nav-tabs {

  border: none;
  color: #fff;
  background: #333;
  border-radius: 0;

}

nav>div a.nav-item.nav-link,
nav>div a.nav-item.nav-link.active {
  border: none;
  padding: 1.125em 1.5625em;
  color: #fff;
  background: #333;
  border-radius: 0;
}

nav>div a.nav-item.nav-link.active {
  background: #fff;
}

nav>div a.nav-item.nav-link.active:after {
  content: "";
  position: relative;
  bottom: -3.75em;
  left: -10%;
  border-top-color: #fff;
}

.tab-content {
  line-height: 1.5625em;
  padding: 1.875em 1.5625em;
}

nav>div a.nav-item.nav-link:hover,
nav>div a.nav-item.nav-link:focus {
  border: none;
  background: #fff;
  color: #333;
  border-radius: 0;
}

.pt-3,
.py-3 {
  padding-top: 0rem !important;
}

#content-spacer .evetmaxhight {
  max-height: 25em;
}

#content-spacer img {
  width: 100%;
}


#content-spacer .eventinfo {
  color: #333;
  font-size: 1.125em;
  padding-bottom: 0.625em;
  border-bottom: 0.0625em solid #f8f8f8;
}

.title {
  border-bottom: 0.0625em solid #f8f8f8;
  padding-bottom: 0.4375em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 2.625em;
  max-height: 9.375em;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.title p {
  font-size: 1.25em;
  font-weight: 600;
  color: #333;
}

#content-spacer .single-feature {
  background: #fff;
  margin-bottom: 1.875em;
  min-height: 15em;
}

.single-feature {
  border: 0.0625em solid #eaeaea;
  margin-bottom: 1.875em;
  color: #000;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.single-feature:hover {
  -webkit-box-shadow: 0 0 1.875em rgba(0, 0, 0, .1);
  box-shadow: 0 0 1.875em rgba(0, 0, 0, .1);
}


#content-spacer .single-feature h4 {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding-top: 0.625em;
  min-height: 3.125em;
}

#content-spacer .single-feature .title .lnr {
  color: #222;
  font-weight: 600;
  font-size: 1.25em;
  margin-right: 0.625em;
}

#content-spacer .single-feature p {
  margin-bottom: 0em;
  margin-top: 0.9375em;
  text-align: left;
}

#content-spacer .single-feature p .fa {
  margin: 0 0.5em 0 0.8em;
}

#content-spacer .single-feature p .fa:first-child {
  margin: 0 0.5em 0 0;
}

#content-spacer .single-feature:hover {
  cursor: pointer;
  box-shadow: 0em 0.625em 1.25em 0em rgba(0, 0, 0, 0.2);
}

#content-spacer .single-feature:hover h4,
#content-spacer .single-feature:hover .lnr {
  color: #003653;
}

.event-preview {
  font-size: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.5625em;
  max-height: 9.375em;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  color: #999;
}

.pb-20 {
  padding-bottom: 1.25em;
}

.pt-20 {
  padding-top: 1.25em;
}

nav#paginations {
  border: none;
  width: auto;
  margin: 0 auto;
}

nav#paginations li a {
  margin-right: 0em;
}

.myaccordion {
  margin: 1.25em auto;
  box-shadow: 0 0 0.0625em rgba(0, 0, 0, 0.1);
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}

.myaccordion .card-header {
  border-bottom-color: #EDEFF0;
  background: transparent;
}

.myaccordion .fa-stack {
  font-size: 1.125em;
}

.myaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: #21344c;
  padding: 0;
  font-size: 0.66em;

}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li+li {
  margin-top: 0.625em;
}

.panel li {
  color: #333;
  display: block;
}

.panels {
  font-size: 2em;
  text-align: center;
  padding: 3.125em 0;
}

#space2 {
  display: block;
}

@media screen and (max-width:30em) {
  #space2 {
    display: none;
  }

  .myaccordion .btn {
    font-size: 0.3em;
  }
}

.bg-black {
  background-color: #9a815c;
  position: absolute;
  top: 4.6em;
  z-index: 0;
  text-align: center;
  width: 14em;
  height: 2em;
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 2.1em;
  border-radius: 0 1.25em 1.25em 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 9.375em;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.nav a {
  color: #999 !important;
}