#wait {
  background: none repeat scroll 0% 0% rgb(53, 53, 53);
  color: rgb(255, 255, 255);
  opacity: 0.6;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 5;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0px;
  padding: 50px;
  padding-top: 20%;
  visibility: hidden;
  font-weight: bold;
}

body {
  background-color: #f7f7f7 !important;
}

/* .indexbody::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 400px;
  background-color: #07023a;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
} */
.custombody {
  margin-bottom: 50px !important;
}

.custom-shape-divider-top-1651835600 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.custom-shape-divider-top-1651835600 svg {
  position: relative;
  display: block;
  width: calc(300% + 1.3px);
  height: 500px;
  transform: rotateY(180deg);
}

.custom-shape-divider-top-1651835600 .shape-fill {
  fill: #07023a;
}

#sidebar {
  padding-left: 30px;
  /* more padding between #main and #sidebar */
}

.header-title {
  position: relative;
  text-align: left;
}

.header-title h1 {
  text-transform: uppercase;
  font-weight: 200;
  color: #fff;
  font-size: 40px;
}

#main .row {
  padding: 0px;
  margin: 0px;
}

#main .columns {
  padding: 0px;
  margin: 0px;
}

#searchform-wrapper .row {
  padding: 0px;
  margin: 0px;
}

#searchform-wrapper .columns {
  padding: 0px;
  margin: 0px;
}

#searchform-wrapper {
  margin-bottom: 20px;
  position: relative;
}

#logo {
  width: 80px;
  height: 80px;
}

.search-div {
  display: flex;
  align-items: center;
}

#search-field input {
  border: none;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 15px 0px #00000011 !important;
  padding: 25px 20px !important;
}

#search-button input {
  border-radius: 10px !important;
  padding: 15px !important;
}

.body-search {
  margin-left: 15px !important;
}

.searchform-wrapper {
  margin-bottom: 10px !important;
}

.btncustom {
  border-radius: 10px !important;
}

.fieldset {
  border-radius: 10px !important;
  border: 1px solid #dededea6 !important;
}

.indexlist li {
  padding: 20px;
  border-radius: 15px;
  background: #fff;
  margin-bottom: 10px;
}

.indexlist .title {
  margin: 0 !important;
  text-transform: uppercase;
  font-weight: 400 !important;
}

.indexlist .date {
  color: grey;
}

.indexlist .snips {
  margin-top: 15px;
}

.indexlist .snips li, .more-snips li {
  margin-bottom: 0 !important;
  padding: 0;
}

.snippets a {
  border-radius: 10px;
  margin: 0;
  margin-top: 10px;
}

.topbar-responsive {
  background: #07023a !important;
  position: relative !important;
  padding: 15px !important;
  margin-bottom: 30px;
  box-shadow: 0px 5px 20px 0px #00000025;
}

.topbar-responsive .topbar-responsive-logo {
  color: #fefefe;
  vertical-align: middle;
}

.topbar-responsive .menu {
  background: transparent;
  margin: 8px;
}

.topbar-responsive .menu li:last-of-type {
  margin-right: 0;
}

.topbar-responsive .menu a {
  color: #ffffff;
  transition: color 0.15s ease-in;
}

.topbar-responsive .menu a:hover {
  color: #c6d1d8;
}

.images-div .flex-images {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.images-div .flex-images img {
  width: 45%;
  margin: 10px;
}

@media screen and (max-width: 39.9375em) {
  .topbar-responsive .menu a {
    padding: 0.875rem 0;
  }
}

.topbar-responsive .menu .topbar-responsive-button {
  color: #1583CC;
  border-color: #fefefe;
  border-radius: 5000px;
  transition: color 0.15s ease-in, border-color 0.15s ease-in;
}

.topbar-responsive .menu .topbar-responsive-button:hover {
  color: #c6d1d8;
  border-color: #c6d1d8;
}

@media screen and (max-width: 39.9375em) {
  .topbar-responsive .menu .topbar-responsive-button {
    width: 100%;
    margin: 0.875rem 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .topbar-responsive {
    padding: 0.75rem;
  }

  .topbar-responsive .top-bar-title {
    position: relative;
    width: 100%;
  }

  .topbar-responsive .top-bar-title span {
    position: absolute;
    right: 0;
    padding: 0.25rem 0.45rem;
    border: none !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .topbar-responsive .top-bar-title span .menu-icon {
    margin-bottom: 4px;
  }
}

@media only screen and (min-device-width: 50px) and (max-device-width: 991px) {
  .header-title h1 {
    font-size: 22px;
  }
  .search-op, .fieldset, .indexlist .title, .footer section h1 {
    font-size: 14px !important;
  }
  .footer section p {
    font-size: 12px;
  }
  .footer section {
    align-items: flex-start;
  }
  .topbar-responsive .menu {
    display: flex;
    flex-direction: column;
    margin: 0;
    margin-top: 20px;
  }
  .menu.simple li {
    margin-bottom: 10px;
  }
  .menu-icon {
    width: 30px !important;
  }
  .menu-icon::after {
    height: 4px !important;
    border-radius: 10px;
  }    
  .top-bar-title a img {
    height: 25px !important;
  }

}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@media screen and (max-width: 39.9375em) {
  .topbar-responsive-links {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    width: 100%;
    -webkit-animation: fadeIn 1s ease-in;
    animation: fadeIn 1s ease-in;
  }
}

.callout {
  border: 0 !important;
  border-radius: 10px !important;
  padding: 20px !important;
  position: relative;
}

.etlstatus p {
  font-size: 16px !important;
}

.etlstatus span p {
  font-size: 13px !important;
}

.pages .next {
  text-align: right;
}

.pages .page {
  text-align: center;
}

#sort {
  text-align: right;
}

#sort .sub-nav {
  display: inline-block;
  padding-top: 0;
}

#sidebar h2 {
  font-size: 1em !important;

  border: 6px;
  border-style: solid;
  background-color: rgb(146, 39, 143);
  border-color: rgb(146, 39, 143);
  color: white;

}

#path a {
  color: rgb(146, 39, 143);
}

#path a:link {
  color: rgb(146, 39, 143);

}

#path a:visited {
  color: rgb(146, 39, 143);
}

#path a:hover {
  color: #336699;
}

#path a:active {
  path: rgb(146, 39, 143);
}




#sub a {
  color: rgb(146, 39, 143);
}

#sub a:link {
  color: rgb(146, 39, 143);

}

#sub a:visited {
  color: rgb(146, 39, 143);
}

#sub a:hover {
  color: #336699;
}

#sub a:active {
  path: rgb(146, 39, 143);
}



#file_modified_dt a {
  color: rgb(146, 39, 143);
}

#file_modified_dt a:link {
  color: rgb(146, 39, 143);

}

#file_modified_dt a:visited {
  color: rgb(146, 39, 143);
}

#file_modified_dt a:hover {
  color: #336699;
}

#file_modified_dt a:active {
  path: rgb(146, 39, 143);
}



#content_types h2 {
  color: black;
  background-color: #EFEFEF;
  border-color: #EFEFEF;

}

#content_type h2 {
  color: black;
  background-color: #EFEFEF;
  border-color: #EFEFEF;

}




#filter h2 {
  background-color: darkblue;
  border-color: darkblue;

}


#meta_date_dts h2 {
  background-color: brown;
  border-color: brown;

}


#text h2 {

  background-color: rgb(57, 181, 74);
  border-color: rgb(57, 181, 74);

}


#meta_date_dts h2 {
  background-color: brown;
  border-color: brown;

}


#path ul {
  margin-left: 5px;
  margin-right: 0;
  margin-top: 5px;
  padding: 0;
  padding-left: 5px;
}

#path li {
  list-style-image: url(../images/path.png);
  margin-left: 5px;
  margin-top: 5px;
}

em {
  font-weight: bold;
}

.title {
  font-size: 17px;
  font-weight: bold;
  margin-top: 20px;
}

.image {
  margin-top: 20px;
}

.imagelist {
  font-size: 17px;
  font-weight: bold;
  margin-top: 0px;
}

.imagelist h2 {
  font-size: 12px !important;
  font-weight: bold;
}

.snippets {
  font-size: 12px;
  line-height: 16px;
  margin-top: 5px;
  color: black;
}

.uri {
  color: green;
  font-size: 11px;
}

.date {
  font-size: 11px;
}

.size {
  font-size: 11px;
}

.author {
  color: #c5b9b2;
  font-style: italic;
  font-size: 11px;
}

.snippets .snip {
  margin-top: 5px;
  font-size: 11px;
  margin-top: 5px;
}

.snippets .more-snips {
  display: none;
}

.more-values {
  display: none;
}

.commands {
  margin-top: 5px;
  font-size: 11px;

}


.autocomplete-w1 {
  background: url(jquery/shadow.png) no-repeat bottom right;
  position: absolute;
  top: 0;
  left: 0;
  margin: 8px 0 0 6px;
  /* IE6 fix: */
  _background: none;
  _margin: 0;
}

.autocomplete {
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  text-align: left;
  max-height: 350px;
  overflow: auto;
  margin: -6px 6px 6px -6px;
  /* IE6 specific: */
  _height: 350px;
  _margin: 0;
  _overflow-x: hidden;
}

.autocomplete .selected {
  background: #F0F0F0;
}

.autocomplete div {
  padding: 2px 5px;
  white-space: nowrap;
}

.autocomplete strong {
  font-weight: normal;
  color: #3399FF;
}

/* Foundation generic elements overrides */
a.button.secondary.active {
  background-color: #ddd;
}

a.disabled {
  color: lightgray;
}

#analyze-dropdown a.button {
  display: block;
}

#analyze-dropdown a.button:not(:first-child) {
  margin-top: 4px;
}


#author_s h2 {
  color: black;
  background-color: #e5d9d2;
  border-color: #e5d9d2;
}


#tag_ss h2 {
  color: black;
  background-color: #e5f9d2;
  border-color: #e5f9d2;

}

#hashtag_ss h2 {
  background-color: #e5f9d2;
  border-color: #e5f9d2;

}

#person_ss h2 {
  color: black;
  background-color: #f9ebdd;
  border-color: #f9ebdd;

}

#organization_ss h2 {
  color: black;
  background-color: #eaf9d5;
  border-color: #eaf9d5;

}

#location_ss h2 {
  color: black;
  background-color: #e3ebf9;
  border-color: #e3ebf9;

}

#entities h2 {
  font-size: 1.5em;
  margin-right: 20px;

}

.facet {
  background-color: transparent;
  line-height: 24px;
}

.facet-name:after {
  content: ":"
}

.facet-name {
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}

.facet-value {
  font-size: 10px;
  font-weight: 300;
  line-height: 24px;
  border-radius: 12px;
  padding: 5px 8px;
  margin: 2px 1px;
  background-color: #d8f9f4;
}


.graph h2 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 1em;
  font-weight: bold;
}

.entity li {
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  line-height: 30px;
  border-radius: 12px;
  padding: 5px 8px;
  margin-left: 3px;
  margin-top: 5px;
  margin-bottom: 5px;

  background-color: #f9ebdd;
}


.alternatelabel li {
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  line-height: 30px;
  margin: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.author_s .facet-value {
  background-color: e5d9d2;
}

.hashtag_ss .facet-value {
  background-color: #e5f9d2;
}

.tag_ss .facet-value {
  background-color: #e5f9d2;
}

.organization_ss .facet-value {
  background-color: #eaf9d5;
}

.location_ss .facet-value {
  background-color: #e3ebf9;
}

.person_ss .facet-value {
  background-color: #f9ebdd;
}

.facet .button.tiny {
  padding: 5px 8px;
}


footer {
  z-index: 1;
  padding: 40px;
  hyphens: none;
  letter-spacing: 0;
  background-color: #07023A;
  color: #fff;
}

footer .flexdiv {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer section h1 {
  font-weight: 600;
  font-size: 25px;
}

.footer section p {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin: 0;
}

.footer section a {
  color: #fff;
}


@media (min-width: 1200px) {
  footer {
    grid-template-areas:
      "logo links sitemap"
      "copyright copyright copyright";
    grid-template-rows: 15rem 3rem;
    grid-template-columns: minmax(155px, 2fr) minmax(235px, 4fr) 40rem;
    grid-column-gap: 5rem;
  }

  footer .sitemap {
    padding-top: 3rem;
  }

  footer .links {
    padding-top: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 992px) {
  footer {
    grid-template-areas:
      "logo links sitemap"
      ". . . "
      "copyright copyright copyright";
    grid-template-rows: 12rem 1rem 2rem;
    grid-template-columns: minmax(155px, 1fr) minmax(120px, 2fr) 35rem;
    grid-column-gap: 5rem;
  }

  footer .sitemap h6 {
    font-size: 1.2rem;
    line-height: 1rem;
    margin-bottom: 1rem;
  }

  footer .sitemap ul li a {
    font-size: 1rem;
  }

  footer .links {
    padding-top: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 768px) {
  footer {
    grid-template-areas:
      "logo links sitemap"
      ". . ."
      "copyright copyright copyright";
    grid-template-rows: 17rem 1rem 2rem;
    grid-template-columns: minmax(155px, 1fr) 2fr 20rem;
    grid-column-gap: 5rem;
    grid-row-gap: 1rem;
  }

  footer .links {
    padding-top: 2rem;
    padding-left: 1rem;
  }
}

@media (min-width: 576px) {
  footer {
    grid-template-areas:
      "logo . sitemap"
      "links . sitemap"
      ". . ."
      "copyright copyright copyright";
    grid-template-rows: 4rem 1rem 2rem;
    grid-template-columns: minmax(155px, 1fr) 1fr 20rem;
    grid-row-gap: 3rem;
  }

  footer .sitemap {
    grid-template-areas: "caselaw gallery docs";
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    display: grid;
  }
}