/*------------------------------------*\
    VARS
\*------------------------------------*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

h1 {
  font-family: NotesEsaBold, 'Fira Sans', Tahoma, Arial;
  font-size: 30px;
  color: #002266; }

h2 {
  font-family: NotesEsaBold, 'Fira Sans', Tahoma, Arial;
  font-size: 22px;
  color: #002266; }

h3 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 18px;
  color: #B88B00; }

/* GLOSSARY LANDING */
.glossaryLandingTemplate {
  padding-top: 60px; }

.glossarySearch {
  margin-top: 30px;
  margin-bottom: 60px; }

.glossarySearch .subTitle {
  margin-bottom: 30px; }

.glossarySearch .searchField {
  border-radius: 4px;
  box-shadow: 0 2px 0px 0px #002266;
  position: relative; }

.glossarySearch .searchField input {
  background-color: #ffffff;
  border: none;
  border-bottom-left-radius: 4px;
  color: #002266;
  font-weight: 300;
  width: calc(100% - 120px);
  height: 45px;
  padding-left: 15px;
  padding-right: 15px;
  outline: none; }

.glossarySearch .searchField button {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  border-radius: 0px 4px 4px 0px; }

/* SEARCH SUGGESTIONS */
.searchSuggestions {
  display: none;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid #dcddde;
  position: absolute;
  top: 55px;
  z-index: 999;
  width: calc(100% - 30px);
  max-height: 350px;
  overflow-y: auto;
  border-radius: 4px; }

/* GLOSSARY SEARCH FILTERS */
.searchFilters {
  margin-top: 30px; }

.searchFilters .dropdown-menu {
  margin-top: 15px;
  width: 540px;
  max-height: 300px;
  overflow-y: auto; }

.searchFilters a:link, .searchFilters a:visited {
  text-decoration: none;
  font-size: 14px;
  margin-top: 5px; }

.searchFilters a:hover {
  text-decoration: none;
  color: #AB8100; }

/* POPULAR TERMS */
.popularTerms {
  background-color: rgba(242, 244, 247, 0.5);
  padding: 60px 0; }

.popularTerms.show {
  display: block; }

.popularTerms.hide {
  display: none; }

.popularTerms h1 {
  margin-bottom: 30px; }

/* PERSONAL TERMS */
.personalTerms {
  margin-top: 60px;
  margin-bottom: 60px; }

.personalTerms.show {
  display: block; }

.personalTerms.hide {
  display: none; }

.personalTerms h1 {
  margin-bottom: 30px; }

/* SEARCH RESULTS */
.searchResult {
  margin-top: 30px;
  margin-bottom: 30px; }

.searchResult.show {
  display: block; }

.searchResult.hide {
  display: none; }

/* SEARCH RESULTS PAGINATION */
.listPagination {
  padding: 30px 15px;
  text-align: right; }

.listPagination .pageNumber {
  font-size: 14px; }

/* TERM LIST */
ul.searchResultList {
  list-style: none; }

.glossaryListItem {
  background-color: #ffffff;
  padding: 15px;
  box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.1), 0 -2px 0px 0px #FFCC33;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 2px;
  transition: all ease 0.4s;
  font-size: 14px; }

.glossaryListItem:after {
  content: '\f061';
  font-family: "Font Awesome 5 Pro";
  color: #B88B00;
  right: 15px;
  position: absolute; }

.glossaryListItem:hover {
  background-color: #F2F4F7;
  cursor: pointer;
  transform: translateY(-2px);
  transition: all ease 0.4s; }

.glossaryListItem:active {
  transform: translateY(0px);
  transition: all ease 0.2s; }

.glossaryListItem .itemLeft {
  width: calc(100% - 75px);
  float: left; }

.glossaryListItem .itemRight {
  width: 75px;
  float: left; }

.glossaryListItem .toggleDescription {
  float: left;
  width: 20px;
  color: #4A4A4A; }

.glossaryListItem .toggleDescription:hover {
  color: #B88B00; }

.glossaryListItem .term,
.glossaryListItem .standard {
  float: left;
  width: calc(50% - 10px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.glossaryListItem .termTitle {
  color: #4A4A4A;
  font-weight: 500;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.glossaryListItem .termDescription {
  color: #4A4A4A;
  font-size: 12px;
  padding-top: 15px;
  display: none; }

.glossaryListItem .standard {
  color: #4A4A4A;
  padding-left: 15px; }

.glossaryListItem .document {
  padding-right: 20px;
  float: right;
  color: #4A4A4A; }

/* Glossary single */
.glossarySingleTermTemplate {
  padding-top: 60px;
  min-height: 800px; }

.termOptions {
  display: inline-block;
  margin-right: 5px; }

.termOptions .btn-ecss-naked {
  color: #B88B00; }

.termOptions .btn-ecss-naked:hover {
  color: #AB8100; }

.termStandard,
.termDefenition {
  margin-bottom: 30px; }

.termStandard h2,
.termDefenition h2,
.termNotes h2,
.relationList h2 {
  margin-bottom: 15px; }

.termNotes ul li {
  list-style: none;
  background-color: #F2F4F7;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 15px; }

.relationList ul li {
  list-style: none;
  position: relative;
  margin-left: 25px; }

.relationList ul li:before {
  content: '\f061';
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  left: -25px;
  top: 2px;
  color: #B88B00; }

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width: 991px) {
  .glossaryHeader {
    margin-bottom: 30px; }

  .glossaryListItem .term,
  .glossaryListItem .standard {
    width: 100%;
    padding: 0; } }
@media only screen and (max-width: 575px) {
  .glossarySearch {
    margin-top: 0; }

  .glossarySearch .searchField input {
    width: calc(100% - 60px); }

  .glossarySearch .searchField button {
    width: 60px; }

  .glossarySearch .searchField button span {
    display: none; }

  .searchFilters .dropdown {
    margin-bottom: 15px; }

  .searchFilters .dropdown-menu {
    width: 100%; } }

/*# sourceMappingURL=glossary.css.map */
