body {
	font-weight: 200;
}



picture img, picture source{
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
}

.jumbo-content a {
	color: black;
}
.jumbo-content a:hover {
	text-decoration: none;
}

.container .row img {
	max-width: 100%;
	height: auto;	
}

.jumbo .jumbo-image {
	background-size: cover;
	background-position: center center;
	min-height: 400px;
}

.container .row img {
	max-width: 100%;
	height: auto;	
}

.jumbo .jumbo-image {
	background-size: cover;
	background-position: center center;
	min-height: 400px;
}




.glossary__nav__item a:hover, .glossary__nav__item a:focus {
  color: #FFF;
  background-color: #2b98eb;
}
.glossary__nav__item a.card__content {
  padding: 13px 10px;
  margin-bottom: 5px;
  border-radius: 3px;
}
.glossary__search__form {
  max-width: 500px;
  position: relative;
}
.glossary__search__form:before {
  content: "";
  color: #aaa;
  font-family: "FontAwesome";
  position: absolute;
  left: 15px;
  top: 12px;
  font-size: 18px;
}
.glossary__search__form .form-control {
  padding-left: 40px;
}
.glossary__results__row {
  overflow: hidden;
  margin-bottom: 40px;
  transition: all 0.4s ease-in-out;
}
.glossary__results__row:last-child {
  margin-bottom: 0;
}
.glossary__results__row.inactive {
  opacity: 0;
  height: 0;
  margin: 0;
  width: 100%;
}
.glossary__results__term {
  color: #2b98eb;
}
.glossary__results__item {
  margin-bottom: 20px;
}
.glossary__results__item a {
  display: block;
  text-decoration: none;
  color: #3a404d;
}
.glossary__results__item a.card {
  border: 2px solid transparent;
}
.glossary__results__item a:hover {
  border-color: #2b98eb;
}
.glossary__results__item a:hover .card__title {
  color: #2b98eb;
}

.title-style--three {
  margin-bottom: 15px;
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
}
.title-style--three:after {
  content: "";
  background: #2b98eb;
  width: 60px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 30px;
}