.glossary__nav .list-inline {
	text-align: center;
  }
.glossary__nav.navbar-fixed-top {
	width: 1100px;
    background: #e3ece4;
}
.glossary__nav .list-inline li{
	background: #fff;
	padding: 5px 8px;
	margin: 5px 0;
	border-radius: 3px;
	width: 33px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
  }
.glossary__nav .list-inline li.glossary__nav__item.inactive {
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
	background: #ccc;
}
.glossary__nav {
	margin: 0 auto 15px;
    padding: 10px;
    background: rgba(147, 187, 128, 0.3);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    max-width: 95%;
	border-radius: 3px;
}
li.glossary__nav__item.active {
	background-color: rgb(147, 187, 128);
  }
li.glossary__nav__item.active a{
	color: #FFF;
  }
.glossary__nav__item a, .glossary__nav__item span {
	font-size: 15px;
	color: #3a404d;
	text-decoration: none;
	text-align: center;
	display: block;
	font-weight: bold;
    font-family: 'Montserrat', sans-serif;
  }
  li.glossary__nav__item:hover, .glossary__nav__item a:hover, .glossary__nav__item a:focus {
	color: #FFF;
	background-color: rgb(147, 187, 128);
  }
  li.glossary__nav__item:hover a{
	color: #FFF;
  }
  .glossary__nav__item a.card__content{
	color: #0e5f1c;
  }
  .glossary__nav__item .card__content .card-title{
	font-weight: bold;
  }
  .glossary__search__form {
	max-width: 500px;
	position: relative;
  }
  .glossary__search__form:before {
	content: "\f002";
	color: #aaa;
	font-family: "Font Awesome 5 Free";
	position: absolute;
	left: 15px;
	top: 12px;
	font-size: 18px;
  }
  .glossary__search__form .form-control {
	padding-left: 40px;
  }
  .glossary__results__row {
	overflow: hidden;
	margin: 0 auto 30px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	  padding: 10px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	  max-width: 95%;
  }
  .glossary__results__row.inactive {
	opacity: 0;
	height: 0;
	margin: 0;
	width: 100%;
	  top: 0;
	position: absolute;
  }
  .glossary__results__term {
	color: #0e5f1c;
	font-weight: bold;
  }
  .glossary__results__item {
	margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
  }
  .glossary__results__item .card__title{font-weight: bold;  }
  .glossary__results__item a {
	color: #2da507;
	font-size: 15px;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  .glossary__results__item a:hover {
	color: #ff9d02;
  }
  .glossary__results__item a.card {
	border: 2px solid transparent;
  }
