p {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.info-item p {
  padding-top: 0;
  padding-bottom: 0;
}

/*// move search form up over background image
#block-searchformblock {
  position: absolute;
  top: 10rem;
  width: 100%;
  background-color: rgba(255,255,255,0.8);
}
#block-searchformblock .search-form__contain {
  opacity: 1;
}
#block-searchformblock .filters {
  padding-bottom: 0;
}
*/
.header li:first-of-type > a {
  background: none;
}

.promo__media .image-wrapper {
  text-align: right;
}

.promo__media .image-wrapper img {
  max-width: max-content;
  display: inline-block;
  text-align: right;
}

.nested-parent {
  color: #01a3af;
}

.nested li, .tabs .nested li {
  padding-left: 20px;
  list-style-type: disc;
  display: block;
}

.nested li p {
  padding: 0;
}

.search-options {
  text-align: right;
}

label[for=edit-silastic-searchterm] {
  display: none;
}

.silastic-search-filter-form #edit-advanced {
  display: none;
  background-color: #e5e7e6;
}
.silastic-search-filter-form #edit-submit {
  display: none;
}
.silastic-search-filter-form fieldset {
  margin: 0.5rem 1rem;
  padding: 1rem;
}
.silastic-search-filter-form legend {
  float: left;
}
.silastic-search-filter-form .fieldset-wrapper {
  clear: left;
}
.silastic-search-filter-form .form-item-search-field {
  padding: 1rem;
}

#edit-filters .fieldgroup {
  padding: 0.3rem 1rem;
}

.full-width-background {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.full-width-background .background-image {
  min-width: 100vw;
  min-height: 100vh;
}
.full-width-background .search-form-container {
  position: absolute;
  top: 5rem;
  margin: 0 auto;
  z-index: 1;
  width: 100%;
}
.full-width-background #silastic-search-filter-form::before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #01a3af;
  opacity: 0.8;
  z-index: -1;
}
.full-width-background .search-form-container a {
  color: #ffffff;
}
.full-width-background .search-form__form {
  border-bottom-color: #ffffff;
}
.full-width-background #silastic-search-filter-form .search-form__form__submit {
  background-color: #e5e7e6;
}
.full-width-background .search-form__form--active .search-form__form__submit, .full-width-background .search-form__form--active #search-form__input {
  border-color: #ffffff;
}
.full-width-background #search-form__input {
  border: 2px solid #01a3af;
  border-right: 0;
}
.full-width-background .down-arrow {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background-color: #01a3af;
  font-size: 3rem;
  padding: 1rem 1.5rem;
  color: #ffffff;
  z-index: 1;
}
.full-width-background .down-arrow:hover {
  bottom: 0.8em;
  transition: bottom 0.5s;
}
.full-width-background #edit-filters > legend {
  background-color: #e5e7e6;
}
.full-width-background #edit-filters {
  background-color: #e5e7e6;
}

ul.tabs {
  padding: 2rem;
  background-color: #ffffff;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.tabs li {
  list-style-type: none;
  display: inline-block;
  padding: 0.5rem 0.5rem;
}

.tabs-title {
  min-width: 125px;
}

.tabs-content {
  padding: 0 2rem 2rem 2rem;
  background-color: #ffffff;
}

#evidence {
  overflow-x: auto;
}

.faq__accordion-container {
  margin-left: 0;
  width: 100%;
  max-width: 100%;
}

.info-item .info-item__media-wrap, .image-gallery-item .image-gallery-item__image-wrap {
  z-index: 1;
}

.image-gallery__view .image-gallery-item img {
  -o-object-fit: contain;
  object-fit: contain;
}

/* polygon styling!

.result-listing__list:after {
  content: '';
  position: absolute;
  top: -40px;
  right: -10%;
  width: 100vw;
  height: 900px;
  background-color: #01a3af;
  background-size: cover;
  clip-path: polygon(40% 0, 60% 100%,100% 100%, 100% 0);
  margin: 0;
  padding: 0;
  z-index: -1;
}*/
.more {
  color: #01a3af;
}

.silastic__outline-button {
  font-family: Interface, sans-serif;
  font-weight: bold;
  line-height: 1.4;
  color: #333333;
  font-size: calc(18px + 2 * ((100vw - 500px) / 1420));
  text-decoration: none;
  border: 3px solid #333333;
  display: inline-block;
  text-align: center;
  line-height: 3;
  min-width: 8rem;
  padding: 0 1rem;
  cursor: pointer;
  box-shadow: inset 0 0 #01a3af;
  transition: box-shadow 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.silastic__outline-button:hover, .is-active .silastic__outline-button {
  box-shadow: inset 0 -3rem #01a3af;
  outline: none;
  color: #333333;
}

table.facts {
  color: #333333;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
table.facts .text-left {
  text-align: left;
}
table.facts thead tr, table.facts tfoot tr {
  background: transparent;
}
table.facts tr {
  border-bottom: 1px solid #d8d8d8;
}
table.facts td, table.facts th {
  padding: 0.5rem 0.625rem 0.625rem;
}
table.facts th {
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
}

.evidence .dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
}
.evidence .dialog-bg {
  width: 100vw;
  height: 100vh;
  opacity: 0.7;
  background-color: #000000;
}
.evidence .dialog-inner {
  background-color: #ffffff;
  padding: 20px;
  width: 50%;
  position: absolute;
  left: 25%;
  top: 25%;
  border-radius: 10px;
}
.evidence .dialog-close {
  float: right;
  cursor: pointer;
}
.evidence .dialog-open {
  cursor: pointer;
}

.remembrance {
  /*  ul h3 {
      padding: 0;
      line-height: 1.5rem;
    }*/
}
.remembrance h2 {
  color: #8b8b8b;
  padding-top: 1rem;
  white-space: pre-wrap;
}
.remembrance h2 em {
  color: #333333;
}
.remembrance p {
  font-size: 1.7rem;
  text-transform: uppercase;
  padding: 1.5rem 0;
  font-weight: bold;
}
.remembrance ul {
  list-style: none;
  margin-bottom: 1rem;
}
.remembrance li {
  color: #8b8b8b;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  vertical-align: top;
  text-transform: uppercase;
}
.remembrance a:hover, .remembrance .remembrance a:focus {
  text-decoration: underline;
}
.remembrance .faq__title {
  padding-bottom: 2rem;
}
.remembrance .faq__accordion-title {
  text-transform: uppercase;
}

.search-options .info-item__cta {
  display: inline-block;
  border: 1px solid #ffffff;
  padding: 0;
  margin: 1rem 0 -1rem 0.5rem;
  width: auto;
}

@media (max-width: 767px) {
  .search-options .info-item__cta {
    margin: 0.5rem 0 -0.5rem 0.5rem;
  }
}
.timeline-container .event-detail a {
  font-weight: 700;
  text-decoration: none;
}

/*html.font-smaller {
  font-size: 12px;
}
html.font-bigger {
  font-size: 30px;
}
*/
html.contrast-lower {
  opacity: 0.5;
}

html.contrast-higher body {
  background-color: #000;
  color: #fff;
}
html.contrast-higher h2, html.contrast-higher h3, html.contrast-higher h4, html.contrast-higher h5, html.contrast-higher h6, html.contrast-higher h2 em {
  color: #fff;
}
html.contrast-higher a {
  color: #fff;
  text-decoration: underline;
}
html.contrast-higher .cc_message a {
  color: #000;
  border-bottom: 0;
}
html.contrast-higher .banner-contain {
  background-color: #333;
}
html.contrast-higher .search-form__form__query {
  background-color: #fff;
}
html.contrast-higher .search-form__form {
  border-bottom-color: #fff;
}
html.contrast-higher .silastic-search-filter-form #edit-advanced {
  background-color: #fff;
  color: #000;
}
html.contrast-higher .autocomplete-items {
  color: #000;
}
html.contrast-higher .info-item__cta a {
  background-color: #fff;
  color: #000;
  border: 2px solid #01a3af;
}
html.contrast-higher .info-item__cta a:hover, html.contrast-higher .info-item__cta a:focus {
  background-color: #000;
  color: #fff;
}
html.contrast-higher .info-item, html.contrast-higher .info-item:hover, html.contrast-higher .info-item:focus-within {
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
}
html.contrast-higher .info-item a, html.contrast-higher .info-item:hover a, html.contrast-higher .info-item:focus-within a {
  color: #fff;
}
html.contrast-higher .info-item .more, html.contrast-higher .info-item:hover .more, html.contrast-higher .info-item:focus-within .more {
  color: #fff;
}
html.contrast-higher .info-item .more:hover, html.contrast-higher .info-item .more:focus, html.contrast-higher .info-item:hover .more:hover, html.contrast-higher .info-item:hover .more:focus, html.contrast-higher .info-item:focus-within .more:hover, html.contrast-higher .info-item:focus-within .more:focus {
  text-decoration: underline;
}
html.contrast-higher #TabContainer .info-item a {
  color: #fff;
}
html.contrast-higher .info-item:hover, html.contrast-higher .info-item:focus-within, html.contrast-higher .info-item:hover h3, html.contrast-higher .info-item:focus-within h3 {
  border-color: #01a3af;
}
html.contrast-higher .filters__label {
  color: #fff;
  border-color: #fff;
}
html.contrast-higher .filters__more {
  color: #fff;
}
html.contrast-higher .filters__more:hover {
  text-decoration: underline;
}
html.contrast-higher .results__button.active, html.contrast-higher .results__button:focus, html.contrast-higher .results__button:hover {
  box-shadow: inset 0 -3rem #000;
  outline: none;
  color: #fff;
  border-color: #fff;
}
html.contrast-higher .lives-container .pager__item.is-active {
  outline-color: #fff;
  color: #fff;
}
html.contrast-higher .pager__item a {
  color: #fff;
}
html.contrast-higher .evidence-modals .dialog, html.contrast-higher .modals .dialog {
  color: #000;
}
html.contrast-higher .evidence-modals .dialog h2, html.contrast-higher .evidence-modals .dialog h3, html.contrast-higher .evidence-modals .dialog h4, html.contrast-higher .evidence-modals .dialog h5, html.contrast-higher .evidence-modals .dialog h6, html.contrast-higher .evidence-modals .dialog h2 em, html.contrast-higher .modals .dialog h2, html.contrast-higher .modals .dialog h3, html.contrast-higher .modals .dialog h4, html.contrast-higher .modals .dialog h5, html.contrast-higher .modals .dialog h6, html.contrast-higher .modals .dialog h2 em {
  color: #000;
}
html.contrast-higher .evidence-modals .dialog button.fas, html.contrast-higher .modals .dialog button.fas {
  color: #000;
  background-color: #fff;
  border: 0;
}
html.contrast-higher #TabContainer {
  color: #000;
}
html.contrast-higher #TabContainer a {
  color: #000;
  text-decoration: underline;
}
html.contrast-higher #TabContainer h2, html.contrast-higher #TabContainer h3, html.contrast-higher #TabContainer h4, html.contrast-higher #TabContainer h5, html.contrast-higher #TabContainer h6, html.contrast-higher #TabContainer h2 em {
  background-color: #000;
  color: #fff;
}
html.contrast-higher #TabContainer .tab-menu-item a {
  text-decoration: none;
}
html.contrast-higher #TabContainer .faq__accordion-title, html.contrast-higher #TabContainer .faq__accordion-panel a, html.contrast-higher #TabContainer .faq__accordion-panel a:hover {
  color: #000;
}
html.contrast-higher #TabContainer .timeline-container .event-detail {
  background-color: #000;
  color: #fff;
}
html.contrast-higher #TabContainer .timeline-container .event-detail a {
  color: #fff;
}
html.contrast-higher #TabContainer .timeline-container .event-type, html.contrast-higher #TabContainer .timeline-container .source {
  color: #fff;
}
html.contrast-higher #TabContainer .timeline-container .source.modal-open {
  text-decoration: underline;
}
html.contrast-higher #TabContainer .timeline-container .button, html.contrast-higher #TabContainer .timeline-container .event-icon {
  color: #000;
}
html.contrast-higher #TabContainer .timeline-container .button {
  background-color: #fff;
}
html.contrast-higher .lives-container .remembrance h1 em, html.contrast-higher .lives-container .remembrance h2 em,
html.contrast-higher .lives-container .remembrance h1, html.contrast-higher .lives-container .remembrance h2,
html.contrast-higher .faq__accordion-title, html.contrast-higher .faq__accordion-panel a, html.contrast-higher .faq__accordion-panel a:hover {
  color: #fff;
}
html.contrast-higher .results__button {
  color: #000;
  border-color: #000;
}
html.contrast-higher .results__button.active, html.contrast-higher .results__button:focus, html.contrast-higher .results__button:hover {
  box-shadow-color: #000;
}

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