body {
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: "aleoregular";
  src: url("../fonts/aleo/Regular/aleo-regular-webfont.eot");
  src: url("../fonts/aleo/Regular/aleo-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/aleo/Regular/aleo-regular-webfont.woff2") format("woff2"), url("../fonts/aleo/Regular/aleo-regular-webfont.woff") format("woff"), url("../fonts/aleo/Regular/aleo-regular-webfont.ttf") format("truetype"), url("../fonts/aleo/Regular/aleo-regular-webfont.svg#aleo") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "aleoitalic";
  src: url("../fonts/aleo/Regular-Italic/aleo-italic-webfont.eot");
  src: url("../fonts/aleo/Regular-Italic/aleo-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/aleo/Regular-Italic/aleo-italic-webfont.woff2") format("woff2"), url("../fonts/aleo/Regular-Italic/aleo-italic-webfont.woff") format("woff"), url("../fonts/aleo/Regular-Italic/aleo-italic-webfont.ttf") format("truetype"), url("../fonts/aleo/Regular-Italic/aleo-italic-webfont.svg#aleo") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "aleobold";
  src: url("../fonts/aleo/Bold/aleo-bold-webfont.eot");
  src: url("../fonts/aleo/Bold/aleo-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/aleo/Bold/aleo-bold-webfont.woff2") format("woff2"), url("../fonts/aleo/Bold/aleo-bold-webfont.woff") format("woff"), url("../fonts/aleo/Bold/aleo-bold-webfont.ttf") format("truetype"), url("../fonts/aleo/Bold/aleo-bold-webfont.svg#aleo") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "aleobolditalic";
  src: url("../fonts/aleo/Bold-Italic/aleo-bolditalic-webfont.eot");
  src: url("../fonts/aleo/Bold-Italic/aleo-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/aleo/Bold-Italic/aleo-bolditalic-webfont.woff2") format("woff2"), url("../fonts/aleo/Bold-Italic/aleo-bolditalic-webfont.woff") format("woff"), url("../fonts/aleo/Bold-Italic/aleo-bolditalic-webfont.ttf") format("truetype"), url("../fonts/aleo/Bold-Italic/aleo-bolditalic-webfont.svg#aleo") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "aleolight";
  src: url("../fonts/aleo/Light/aleo-light-webfont.eot");
  src: url("../fonts/aleo/Light/aleo-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/aleo/Light/aleo-light-webfont.woff2") format("woff2"), url("../fonts/aleo/Light/aleo-light-webfont.woff") format("woff"), url("../fonts/aleo/Light/aleo-light-webfont.ttf") format("truetype"), url("../fonts/aleo/Light/aleo-light-webfont.svg#aleo") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "aleolightitalic";
  src: url("../fonts/aleo/Light-Italic/aleo-lightitalic-webfont.eot");
  src: url("../fonts/aleo/Light-Italic/aleo-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/aleo/Light-Italic/aleo-lightitalic-webfont.woff2") format("woff2"), url("../fonts/aleo/Light-Italic/aleo-lightitalic-webfont.woff") format("woff"), url("../fonts/aleo/Light-Italic/aleo-lightitalic-webfont.ttf") format("truetype"), url("../fonts/aleo/Light-Italic/aleo-lightitalic-webfont.svg#aleo") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ebgaramond";
  src: url("../fonts/ebgaramond/ebgaramond-bold.eot");
  src: url("../fonts/ebgaramond/ebgaramond-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ebgaramond/ebgaramond-bold.woff2") format("woff2"), url("../fonts/ebgaramond/ebgaramond-bold.woff") format("woff"), url("../fonts/ebgaramond/ebgaramond-bold.ttf") format("truetype"), url("../fonts/ebgaramond/ebgaramond-bold.svg#ebgaramond") format("svg");
  font-weight: bold;
  font-style: normal;
}
html {
  color: #0E3232;
}

h1, h2, h3, h4, h5, p, a, span, li, label, dinput {
  margin: 0;
  padding: 0;
}

h1, h2, h3 {
  font-family: ebgaramond;
}

h4, h5, a, span, li, label, input {
  font-family: aleobold;
  font-weight: 300;
}

a {
  color: #C24F3C;
  font-family: aleobold;
}

p, ol, ul, li {
  font-family: aleoregular;
  font-size: 18px;
  line-height: 1.5;
}

strong {
  font-weight: normal;
  font-family: aleobold;
}

.background-image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.italic {
  font-style: italic;
}

.section-title {
  font-size: 45px;
  margin-bottom: 10px;
  line-height: 1.2;
}

.text-link, .header .heading-text p a {
  border-bottom: 2px solid #C24F3C;
  color: inherit;
  font-style: italic;
  padding-bottom: 2px;
  text-decoration: none;
  transition: 0.1s;
}
.text-link.dark, .header .heading-text p a.dark {
  color: #0E3232;
}
.text-link.light, .header .heading-text p a.light {
  color: #fff;
}
.text-link:hover, .header .heading-text p a:hover {
  padding-bottom: 4px;
  border-bottom: 3px solid #C24F3C;
}

.pa-auto {
  padding: auto;
}

.pt-auto {
  padding-top: auto;
}

.pr-auto {
  padding-right: auto;
}

.pb-auto {
  padding-bottom: auto;
}

.pl-auto {
  padding-left: auto;
}

.px-auto {
  padding-left: auto;
  padding-right: auto;
}

.py-auto {
  padding-bottom: auto;
  padding-top: auto;
}

.ma-auto {
  margin: auto;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-auto {
  margin-bottom: auto;
  margin-top: auto;
}

.pa-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-0 {
  padding-bottom: 0;
  padding-top: 0;
}

.ma-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-0 {
  margin-bottom: 0;
  margin-top: 0;
}

.pa-xxs {
  padding: 5px;
}

.pt-xxs {
  padding-top: 5px;
}

.pr-xxs {
  padding-right: 5px;
}

.pb-xxs {
  padding-bottom: 5px;
}

.pl-xxs {
  padding-left: 5px;
}

.px-xxs {
  padding-left: 5px;
  padding-right: 5px;
}

.py-xxs {
  padding-bottom: 5px;
  padding-top: 5px;
}

.ma-xxs {
  margin: 5px;
}

.mt-xxs {
  margin-top: 5px;
}

.mr-xxs {
  margin-right: 5px;
}

.mb-xxs {
  margin-bottom: 5px;
}

.ml-xxs {
  margin-left: 5px;
}

.mx-xxs {
  margin-left: 5px;
  margin-right: 5px;
}

.my-xxs {
  margin-bottom: 5px;
  margin-top: 5px;
}

.pa-xs {
  padding: 10px;
}

.pt-xs {
  padding-top: 10px;
}

.pr-xs {
  padding-right: 10px;
}

.pb-xs {
  padding-bottom: 10px;
}

.pl-xs {
  padding-left: 10px;
}

.px-xs {
  padding-left: 10px;
  padding-right: 10px;
}

.py-xs {
  padding-bottom: 10px;
  padding-top: 10px;
}

.ma-xs {
  margin: 10px;
}

.mt-xs {
  margin-top: 10px;
}

.mr-xs {
  margin-right: 10px;
}

.mb-xs {
  margin-bottom: 10px;
}

.ml-xs {
  margin-left: 10px;
}

.mx-xs {
  margin-left: 10px;
  margin-right: 10px;
}

.my-xs {
  margin-bottom: 10px;
  margin-top: 10px;
}

.pa-sm {
  padding: 15px;
}

.pt-sm {
  padding-top: 15px;
}

.pr-sm {
  padding-right: 15px;
}

.pb-sm {
  padding-bottom: 15px;
}

.pl-sm {
  padding-left: 15px;
}

.px-sm {
  padding-left: 15px;
  padding-right: 15px;
}

.py-sm {
  padding-bottom: 15px;
  padding-top: 15px;
}

.ma-sm {
  margin: 15px;
}

.mt-sm {
  margin-top: 15px;
}

.mr-sm {
  margin-right: 15px;
}

.mb-sm {
  margin-bottom: 15px;
}

.ml-sm {
  margin-left: 15px;
}

.mx-sm {
  margin-left: 15px;
  margin-right: 15px;
}

.my-sm {
  margin-bottom: 15px;
  margin-top: 15px;
}

.pa-md {
  padding: 20px;
}

.pt-md {
  padding-top: 20px;
}

.pr-md {
  padding-right: 20px;
}

.pb-md {
  padding-bottom: 20px;
}

.pl-md {
  padding-left: 20px;
}

.px-md {
  padding-left: 20px;
  padding-right: 20px;
}

.py-md {
  padding-bottom: 20px;
  padding-top: 20px;
}

.ma-md {
  margin: 20px;
}

.mt-md {
  margin-top: 20px;
}

.mr-md {
  margin-right: 20px;
}

.mb-md {
  margin-bottom: 20px;
}

.ml-md {
  margin-left: 20px;
}

.mx-md {
  margin-left: 20px;
  margin-right: 20px;
}

.my-md {
  margin-bottom: 20px;
  margin-top: 20px;
}

.pa-lg {
  padding: 30px;
}

.pt-lg {
  padding-top: 30px;
}

.pr-lg {
  padding-right: 30px;
}

.pb-lg {
  padding-bottom: 30px;
}

.pl-lg {
  padding-left: 30px;
}

.px-lg {
  padding-left: 30px;
  padding-right: 30px;
}

.py-lg {
  padding-bottom: 30px;
  padding-top: 30px;
}

.ma-lg {
  margin: 30px;
}

.mt-lg {
  margin-top: 30px;
}

.mr-lg {
  margin-right: 30px;
}

.mb-lg {
  margin-bottom: 30px;
}

.ml-lg {
  margin-left: 30px;
}

.mx-lg {
  margin-left: 30px;
  margin-right: 30px;
}

.my-lg {
  margin-bottom: 30px;
  margin-top: 30px;
}

.pa-xl {
  padding: 50px;
}

.pt-xl {
  padding-top: 50px;
}

.pr-xl {
  padding-right: 50px;
}

.pb-xl {
  padding-bottom: 50px;
}

.pl-xl {
  padding-left: 50px;
}

.px-xl {
  padding-left: 50px;
  padding-right: 50px;
}

.py-xl {
  padding-bottom: 50px;
  padding-top: 50px;
}

.ma-xl {
  margin: 50px;
}

.mt-xl {
  margin-top: 50px;
}

.mr-xl {
  margin-right: 50px;
}

.mb-xl {
  margin-bottom: 50px;
}

.ml-xl {
  margin-left: 50px;
}

.mx-xl {
  margin-left: 50px;
  margin-right: 50px;
}

.my-xl {
  margin-bottom: 50px;
  margin-top: 50px;
}

.pa-xxl {
  padding: 100px;
}

.pt-xxl {
  padding-top: 100px;
}

.pr-xxl {
  padding-right: 100px;
}

.pb-xxl {
  padding-bottom: 100px;
}

.pl-xxl {
  padding-left: 100px;
}

.px-xxl {
  padding-left: 100px;
  padding-right: 100px;
}

.py-xxl {
  padding-bottom: 100px;
  padding-top: 100px;
}

.ma-xxl {
  margin: 100px;
}

.mt-xxl {
  margin-top: 100px;
}

.mr-xxl {
  margin-right: 100px;
}

.mb-xxl {
  margin-bottom: 100px;
}

.ml-xxl {
  margin-left: 100px;
}

.mx-xxl {
  margin-left: 100px;
  margin-right: 100px;
}

.my-xxl {
  margin-bottom: 100px;
  margin-top: 100px;
}

.pa-xxxl {
  padding: 150px;
}

.pt-xxxl {
  padding-top: 150px;
}

.pr-xxxl {
  padding-right: 150px;
}

.pb-xxxl {
  padding-bottom: 150px;
}

.pl-xxxl {
  padding-left: 150px;
}

.px-xxxl {
  padding-left: 150px;
  padding-right: 150px;
}

.py-xxxl {
  padding-bottom: 150px;
  padding-top: 150px;
}

.ma-xxxl {
  margin: 150px;
}

.mt-xxxl {
  margin-top: 150px;
}

.mr-xxxl {
  margin-right: 150px;
}

.mb-xxxl {
  margin-bottom: 150px;
}

.ml-xxxl {
  margin-left: 150px;
}

.mx-xxxl {
  margin-left: 150px;
  margin-right: 150px;
}

.my-xxxl {
  margin-bottom: 150px;
  margin-top: 150px;
}

* {
  box-sizing: border-box;
}

html {
  margin: 0 0 0 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #FAF7F2;
}

.header h1 {
  background: none;
  color: #FAF7F2;
}

a[href]:hover {
  background: none;
}

.btn-next,
.btn-prev {
  height: 40px;
  width: 40px;
  border: 2px solid transparent;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 3px 10px 0 rgba(44, 44, 44, 0.1);
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}
.btn-next .chevron,
.btn-prev .chevron {
  margin: 0 auto;
}
.btn-next:hover,
.btn-prev:hover {
  border: 2px solid #C24F3C;
  box-shadow: 0 5px 20px 0 rgba(44, 44, 44, 0.2);
  background-color: rgba(194, 79, 60, 0.01);
}

.btn-prev .chevron {
  transform: scaleX(-1);
}

input:not([type=image]), textarea {
  box-sizing: border-box;
}

.sr-only {
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 1px;
  height: 1px;
}

.text-section {
  padding: 50px 0;
}
.text-section h2 {
  border-bottom: 1px solid #C24F3C;
  color: #C24F3C;
  font-weight: bold;
  margin: 1.5em 0 1em;
  padding: 0 0 8px;
}
.text-section p {
  line-height: 1.2em;
  margin: 1em 0;
}
.text-section .date {
  font-style: italic;
}
.text-section .text-wrapper {
  margin: auto;
  max-width: 1000px;
  width: 90%;
}

.hide {
  display: none;
}
@media screen and (min-width: 900px) {
  .hide-desktop-only {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .show-desktop-only {
    display: none;
  }
}

.section {
  background: #FAF7F2;
  padding-bottom: 50px;
  padding-top: 50px;
}
.section .section-content {
  margin: auto;
  max-width: 1000px;
  width: 90%;
}
.section .section-content.full-width {
  max-width: unset;
  width: 100%;
}
.section.dark {
  background: #0E3232;
  color: #fff;
}
.section.no-padding {
  padding: 0;
}

.row {
  bottom: 40px;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: -40px;
  position: relative;
}
.row .col {
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  width: 50%;
}
.row .col-3 {
  width: calc(100% / 3);
}
.row .col-4 {
  width: 25%;
}
.row .col:first-child {
  padding-left: 0;
  padding-right: 20px;
}
.row .col:last-child {
  padding-left: 20px;
  padding-right: 0;
}
@media screen and (max-width: 900px) {
  .row .col-4 {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .row .col {
    width: 100%;
  }
  .row .col-3, .row .col-4 {
    width: 100%;
  }
  .row .col:first-child, .row .col:last-child {
    padding-left: 0;
    padding-right: 0;
  }
}

.universal-nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  border-top: 5px solid #0E3232;
  z-index: 10002;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  height: 150px;
}
.universal-nav .universal-links {
  margin: 6px 0 9px;
  height: 20px;
}
.universal-nav .universal-links a {
  color: #fff;
  background: rgba(8, 33, 33, 0.3);
  font-family: aleoregular;
  font-size: 14px;
  text-decoration: none;
}
.universal-nav .universal-links .universal-enslaved {
  padding: 6px 15px;
  margin-right: -4px;
  background: rgba(8, 33, 33, 0.8);
  border-top: 5px solid #C24F3C;
}
.universal-nav .universal-links .universal-jsdp {
  padding: 6px 15px;
  opacity: 0.7;
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
}
.universal-nav .universal-links .universal-jsdp:hover {
  opacity: 1;
  background: #0E3232;
  border-top: 5px solid #C24F3C;
}

.nav-header {
  color: #FAF7F2;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-top: 35px;
  z-index: 10579;
  position: absolute;
}
.nav-header .headerwrap {
  width: 97.5%;
  margin: 0 auto;
}
.nav-header .headerwrap .leftnav {
  float: left;
}
.nav-header .headerwrap .leftnav div.logo {
  margin-left: 30px;
  marigin-top: 2px;
}
.nav-header .headerwrap .leftnav div.logo img {
  height: auto;
  width: 200px;
}
.nav-header .headerwrap .rightnav {
  float: right;
}
.nav-header .headerwrap .rightnav .nav-menu {
  list-style-type: none;
  margin: 21px 0 0 0;
  padding: 0;
}
.nav-header .headerwrap .rightnav .nav-menu .nav-item {
  display: inline;
  cursor: pointer;
  position: relative;
}
.nav-header .headerwrap .rightnav .nav-menu .nav-item .nav-link {
  color: white;
  cursor: pointer;
  font-size: 14px;
  margin-left: 20px;
  padding: 18px 0;
  text-decoration: none;
  transition: color 0.3s ease;
}
.nav-header .headerwrap .rightnav .nav-menu .nav-item .nav-link.donate {
  color: white;
  background: #C24F3C;
  border-radius: 5px;
  padding: 12px;
  transition: all 0.2s ease;
}
.nav-header .headerwrap .rightnav .nav-menu .nav-item .nav-link.donate:hover {
  color: white;
  background: #CF5440;
}
.nav-header .headerwrap .rightnav .nav-menu .nav-item:hover .nav-link {
  color: #C24F3C;
}
.nav-header .headerwrap .rightnav .nav-menu .nav-item:hover .nav-link.donate {
  color: white;
}
.nav-header .headerwrap .rightnav .nav-menu .nav-item .search-icon {
  height: 12px;
  margin-bottom: -2px;
  margin-left: 2px;
}
.nav-header .headerwrap .rightnav .nav-menu .nav-item .selected {
  border-top: 2px solid #C24F3C;
  opacity: 1;
  padding: 12px 3px;
}
.nav-header .headerwrap .rightnav .nav-menu .nav-item .drop-carat, .nav-header .headerwrap .rightnav .nav-menu .nav-item .drop-link {
  display: inline-block;
}
.nav-header .headerwrap .rightnav .nav-menu .nav-item .drop-carat {
  cursor: pointer;
  padding-left: 7px;
  padding-bottom: 10px;
  margin: 0px;
}
.nav-header .headerwrap .rightnav .nav-menu .nav-item .drop-carat img {
  transition: 0.3s ease-out;
  width: 12px;
}
.nav-header .headerwrap .rightnav .nav-menu .nav-item .carat-up img {
  transform: scaleY(-1);
}
.nav-header .headerwrap .rightnav .nav-menu .drop-link .sub-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  display: none;
  left: 7px;
  top: 30px;
  /*
  #explore-sub{
      //left: 93px;
  }
  #visualize-sub{
      //left: 193px;
  }
  #about-sub{
      //left: 322px; //was left: 423px;
  }
  */
}
.nav-header .headerwrap .rightnav .nav-menu .drop-link .sub-list .subwrap {
  background-color: #0E3232;
  box-shadow: 0 4px 8px 0 rgba(13, 18, 48, 0.16);
  border-radius: 5px;
  top: -1px;
  margin: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  min-width: 90px;
  max-width: 200px;
}
.nav-header .headerwrap .rightnav .nav-menu .drop-link .sub-list .subwrap .nav-sublink {
  display: block;
  color: #FFF;
  cursor: pointer;
  font-family: aleobold;
  font-size: 14px;
  line-height: 1;
  padding: 8px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.nav-header .headerwrap .rightnav .nav-menu .drop-link .sub-list .subwrap .nav-sublink:hover {
  color: #C24F3C;
}
.nav-header .headerwrap .rightnav .nav-menu .drop-link .sub-showing {
  display: block;
}
.nav-header .headerwrap .responsive-menu {
  margin: 12px;
  width: 100%;
}
.nav-header .headerwrap .dropdown-menu {
  display: none;
  float: right;
}
.nav-header .headerwrap .dropdown-menu .nav-link {
  color: #FFFFFF;
  cursor: pointer;
  font-family: aleobold;
  font-size: 14px;
  font-weight: 300;
  line-height: 50px;
  padding-right: 10px;
  text-decoration: none;
}
.nav-header .headerwrap .dropdown-menu .dropdown-button {
  cursor: pointer;
  font-size: 12px;
}
.nav-header .headerwrap .dropdown-menu .dropdown-button img {
  width: 13px;
}

.fixedheader {
  box-shadow: 0 5px 10px 0 rgba(13, 18, 48, 0.16);
  background: #0E3232;
  position: fixed;
  margin-top: 23px;
  height: 83px;
  padding: 10px 0 20px;
  transition: top 0.3s;
}
.fixedheader .headerwrap .leftnav div.logo {
  margin: 12px 0;
}
.fixedheader .left-section {
  margin-top: 10px;
}
.fixedheader .left-section img {
  width: 100px;
}
.fixedheader .right-section {
  margin-top: 10px;
}

@media screen and (max-width: 900px) {
  .nav-header .dropclass {
    display: block !important;
    position: absolute;
    right: 0;
    top: 70px;
  }
  .nav-header .rightnav {
    background-color: #0E3232;
    border-radius: 5px 0 0 5px;
    display: none;
    height: 550px;
    margin-right: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: right;
    width: 230px;
  }
  .nav-header .rightnav .nav-menu .nav-item {
    display: block !important;
    margin-right: 30px;
  }
  .nav-header .rightnav .nav-menu .nav-item .drop-carat {
    margin-left: -55px;
  }
  .nav-header .rightnav .nav-menu .nav-item .nav-link {
    line-height: 45px;
  }
  .nav-header .rightnav .nav-menu .nav-item #search {
    border-right: none !important;
    padding: 0 !important;
  }
  .nav-header .rightnav .nav-menu .nav-item .selected {
    padding: 0 0 5px;
  }
  .nav-header .rightnav .nav-menu .drop-link {
    margin-right: 30px;
  }
  .nav-header .rightnav .nav-menu .drop-link .sub-list {
    position: static !important;
    margin-right: -35px;
  }
  .nav-header .rightnav .nav-menu .drop-link .sub-list .subwrap {
    margin-left: 70px !important;
    width: 75% !important;
    padding: 0 10px 10px !important;
    position: static !important;
    text-align: right !important;
    background-color: #0E3232 !important;
    box-shadow: none !important;
  }
  .nav-header .rightnav .nav-menu .drop-link .sub-list .subwrap .nav-sublink {
    color: #FAF7F2 !important;
  }
  .nav-header .rightnav .nav-menu .drop-link .sub-list .subwrap .nav-sublink:hover {
    color: #C24F3C !important;
  }
  .nav-header .dropdown-menu {
    display: block !important;
  }
}
.header {
  height: auto;
  width: 100%;
  background: none;
  position: relative;
  transition: 400ms;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.3);
  z-index: 5;
}
.header.home-page {
  background: #0E3232;
  box-shadow: none;
}
.header.search-page {
  background: #0E3232;
}
.header h1 {
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.header h1.no-shadow {
  margin-top: 25px;
  text-shadow: none;
}
.header .image-container.search-page.image-only {
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.3);
}
.header .image-container .image-background-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.header .image-container .image-background-overlay.home-page {
  top: 230px;
}
.header .image-container .image-background-overlay.search-page {
  bottom: 0;
  height: 400px;
}
.header .image-container .cache-header-images {
  display: none;
}
.header .image-container .header-background {
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.header .image-container .header-background.home-page {
  height: 330px;
}
.header .image-container .header-background.search-page {
  height: 100%;
}
.header .image-container .header-background.full-height {
  height: 100%;
}
.header .middlewrap {
  color: #FAF7F2;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
  padding: 90px 0 30px;
  font-size: 28px;
  transition: 400ms;
  width: 90%;
  z-index: 2;
}
.header .middlewrap.home-page {
  padding-top: 250px;
  padding-bottom: 60px;
}
.header .middlewrap.search-page {
  padding-bottom: 55px;
}
@media screen and (max-width: 470px) {
  .header .middlewrap.search-page {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 600px) {
  .universal-links {
    width: 100%;
    margin: -5px 0 !important;
    height: 40px !important;
    padding: 10px 10px 10px 0;
    white-space: nowrap;
    overflow-x: scroll;
  }
  .universal-links::-webkit-scrollbar {
    display: none;
  }

  .nav-header .headerwrap .leftnav div.logo {
    margin-left: 10px;
  }
}
.visualize-hide {
  display: none !important;
}

.header h1 {
  font-size: 65px;
  line-height: 1.2;
}
.header .heading-text {
  margin: 0 0 40px;
}
.header .heading-text .heading-title {
  width: 100%;
  margin-bottom: 5px;
}
.header .heading-text .heading-title .logo-main {
  width: 100%;
  max-width: 950px;
  height: auto;
}
.header .heading-text .heading-title .logo-mobile {
  display: none;
  width: 95%;
  height: auto;
}
.header .heading-text p {
  font-size: 18px;
  line-height: 28px;
  clear: both;
}
.header .heading-search h3 {
  font-size: 20px;
  margin: 0 0 20px;
}
.header .heading-search form {
  border-radius: 5px;
  position: relative;
  margin: 20px 0 0;
}
.header .heading-search form .search-field {
  border: 2px solid #FFF;
  border-radius: 5px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
  color: #0E3232;
  background: #fff;
  font-size: 14px;
  margin: 0;
  outline: none;
  padding: 0;
  padding-left: 25px;
  transition: border 0.2s;
  height: 60px;
  width: 100%;
  padding-right: 60px;
}
.header .heading-search form .search-field:hover {
  border: 2px solid #C24F3C;
}
.header .heading-search form .search-field:focus-within {
  border: 2px solid #C24F3C;
}
.header .heading-search form ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0E3232;
  opacity: 1;
  /* Firefox */
  font-style: italic;
}
.header .heading-search form :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0E3232;
  opacity: 1;
  /* Firefox */
  font-style: italic;
}
.header .heading-search form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0E3232;
  opacity: 1;
  /* Firefox */
  font-style: italic;
}
.header .heading-search form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #0E3232;
  font-style: italic;
}
.header .heading-search form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #0E3232;
  font-style: italic;
}
.header .heading-search p {
  font-size: 16px;
}
.header .heading-search .text-link, .header .heading-search .heading-text p a, .header .heading-text p .heading-search a {
  float: right;
  margin-left: 20px;
}
@media screen and (max-width: 900px) {
  .header .middlewrap .heading-search .text-link, .header .middlewrap .heading-search .heading-text p a, .header .heading-text p .middlewrap .heading-search a {
    float: none;
    margin-left: 0;
  }
}

.home .content-link {
  align-items: center;
  background: rgba(255, 255, 255, 0.6);
  border-bottom: 4px solid rgba(194, 79, 60, 0);
  cursor: pointer;
  display: flex;
  padding: 20px 25px;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 100%;
}
.home .content-link p {
  color: #0E3232;
}
.home .content-link .type {
  font-size: 18px;
  line-height: 21px;
  color: #0E3232;
}
.home .content-link .count {
  font-size: 16px;
  line-height: 18px;
  position: absolute;
  right: 70px;
  transition: opacity 0.3s ease;
}
.home .content-link .arrow {
  position: absolute;
  right: 40px;
}
.home .content-link .icon {
  margin-right: 17px;
}
.home .content-link:hover {
  background: #fff;
  border-bottom: 4px solid #C24F3C;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.07);
}
.home .section-explore {
  background: url("../images/bg-map.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home .section-epp {
  background: url("../images/enslaved-epp-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.07);
  padding: 90px 0 70px 0;
  position: relative;
  z-index: 2;
}
.home .section-news {
  padding: 70px 0 70px 0;
  margin-bottom: -30px;
  z-index: 1;
}
.home .section-news .news-block {
  background: #FFFFFF;
  box-shadow: 0 3px 10px 0 rgba(44, 44, 44, 0.1);
  border-radius: 5px;
  padding: 20px 40px;
  margin-top: 25px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.home .section-news .news-logo {
  padding: 20px;
  width: 290px;
  text-align: center;
}
.home .section-news .news-logo img {
  max-width: 250px;
}
.home .section-project {
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 3;
  /* .col-text {
       margin-left: auto;
       max-width: calc(500px + 5%);
       padding-left: 5%;
   }*/
}
.home .section-project .col img {
  border-radius: 5px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  display: block;
  min-height: 175px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.home .section-stories .story-card:not(:last-child) {
  margin-bottom: 25px;
}
.home .section-wrap .section-content {
  float: right;
  width: 45%;
  max-width: 380px;
}
.home .section-wrap .section-content a {
  text-decoration: none;
}
.home .section-wrap .section-content .row {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0;
}
.home .section-wrap .section-content .row li {
  width: 100%;
  margin-bottom: 25px;
  padding: 0;
}
.home .section-wrap .section-content .row li a {
  color: inherit;
  text-decoration: none;
}
.home .section-wrap .section-content .row li:last-child {
  margin-bottom: 0;
}
.home .section-wrap .section-content .row li:nth-child(2n-1) {
  background-image: url(../images/Rectangle7Copy.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.home .section-wrap .section-content .row li:nth-child(2n) {
  background-image: url(../images/Rectangle7.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.home .section-wrap .section-content .row li .cards {
  border: 3px solid rgba(13, 18, 48, 0);
  box-shadow: 0 2px 3px 0 rgba(30, 30, 30, 0.05);
  color: #FAF7F2;
  cursor: pointer;
  height: 120px;
  padding: 20px;
  position: relative;
  transition: border 0.3s ease, box-shadow 0.3s ease;
}
.home .section-wrap .section-content .row li .cards p {
  display: -webkit-box;
  font-size: 14px;
  margin-bottom: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.home .section-wrap .section-content .row li .cards .card-title {
  font-size: 26px;
  max-width: 280px;
}
.home .section-wrap .section-content .row li .cards .card-view-story {
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  position: absolute;
  transition: color 0.3s ease;
  font-style: italic;
}
.home .section-wrap .section-content .row li .cards .card-view-story .view-arrow {
  transform: rotate(270deg);
  float: right;
  margin-left: 10px;
  margin-top: 5px;
  height: 8px;
  width: 13px;
  background-image: url(../images/Arrow.svg);
  background-repeat: no-repeat;
  transition: background-image 0.3s ease;
}
.home .section-wrap .section-content .row li .cards:hover {
  border: 3px solid #C24F3C;
  box-shadow: 0 12px 13px 0 rgba(30, 30, 30, 0.05);
}
.home .section-wrap .section-content .row li .cards:hover .card-view-story {
  color: #C24F3C;
}
.home .section-wrap .section-content .row li .cards:hover .card-view-story .view-arrow {
  background-image: url(../images/Arrow_colored.svg);
}
@media screen and (max-width: 600px) {
  .home .section-project .col-text {
    max-width: unset;
    padding-right: 5%;
  }
}

.about-preview {
  width: 100%;
  background-image: url(../images/IMG02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.about-preview .preview-wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 6% 120px;
  overflow: hidden;
}
.about-preview .preview-wrap .heading {
  float: right;
  width: 45%;
  margin-bottom: 60px;
}
.about-preview .preview-wrap .heading h2 {
  font-size: 38px;
  color: #ffffff;
  line-height: 43px;
}
.about-preview .preview-wrap .description {
  float: left;
  width: 45%;
}
.about-preview .preview-wrap .description p {
  font-size: 15px;
  color: #ffffff;
  line-height: 30px;
}
.about-preview .preview-wrap .about-card {
  float: right;
  width: 45%;
}
.about-preview .preview-wrap .about-card a {
  text-decoration: none;
}
.about-preview .preview-wrap .about-card .cards {
  border: 3px solid rgba(13, 18, 48, 0);
  box-shadow: 0 2px 3px 0 rgba(30, 30, 30, 0.05);
  background-color: rgba(255, 255, 255, 0.1);
  color: #FAF7F2;
  cursor: pointer;
  height: 120px;
  padding: 20px;
  position: relative;
  transition: border 0.3s ease, box-shadow 0.3s ease;
}
.about-preview .preview-wrap .about-card .cards p {
  display: -webkit-box;
  font-size: 14px;
  margin-bottom: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.about-preview .preview-wrap .about-card .cards .card-title {
  font-size: 26px;
  max-width: 280px;
}
.about-preview .preview-wrap .about-card .cards .card-view-story {
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  position: absolute;
  transition: color 0.3s ease;
  font-style: italic;
}
.about-preview .preview-wrap .about-card .cards .card-view-story .view-arrow {
  transform: rotate(270deg);
  float: right;
  margin-left: 10px;
  margin-top: 5px;
  height: 8px;
  width: 13px;
  background-image: url(../images/Arrow.svg);
  background-repeat: no-repeat;
  transition: background-image 0.3s ease;
}
.about-preview .preview-wrap .about-card .cards:hover {
  border: 3px solid #C24F3C;
  box-shadow: 0 12px 13px 0 rgba(30, 30, 30, 0.05);
}
.about-preview .preview-wrap .about-card .cards:hover .card-view-story {
  color: #C24F3C;
}
.about-preview .preview-wrap .about-card .cards:hover .card-view-story .view-arrow {
  background-image: url(../images/Arrow_colored.svg);
}

@media screen and (max-width: 780px) {
  .home .section-wrap {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
  .home .section-wrap .section-info {
    max-width: 100%;
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  .home .section-wrap .section-content {
    max-width: 100%;
    width: 100%;
    float: none;
  }
  .home .section-wrap .section-content .row li {
    width: 100%;
    margin: 0 auto 25px;
  }

  .about-preview .preview-wrap {
    padding: 80px 6%;
  }
  .about-preview .preview-wrap .heading {
    float: none;
    width: 100%;
  }
  .about-preview .preview-wrap .description {
    float: none;
    width: 100%;
  }
  .about-preview .preview-wrap .about-card {
    float: none;
    width: 100%;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 550px) {
  .header .middlewrap .heading-text .heading-title .logo-main {
    display: none;
  }
  .header .middlewrap .heading-text .heading-title .logo-mobile {
    display: block;
    margin-bottom: 35px;
  }
}
.blog h1 {
  font-family: bigcaslonblack;
  font-size: 40px;
  margin-bottom: 30px;
}
.blog img {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
  height: auto;
}
.blog blockquote {
  border-left: 3px solid #C24F3C;
  font-family: montserratitalic;
  line-height: 2;
  margin-left: 0;
  padding-left: 20px;
}
.blog hr {
  background-color: rgba(13, 18, 48, 0.07);
  border: none;
  height: 2px;
  margin: 80px 0;
}

.header .search-title {
  margin: 0 0 20px;
  clear: both;
  overflow: hidden;
  transition: 0.2s;
}
.header .search-title h1 {
  float: left;
  font-size: 65px;
}
.header .search-title a {
  text-decoration: none;
  color: #FAF7F2;
}
.header .search-title h2 {
  float: right;
  font-size: 18px;
  line-height: 56px;
  transition: 0.2s;
}
.header .search-title h2 .arrow {
  background-image: url(../images/Arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  transform: rotate(-90deg);
  float: right;
  margin: 20px 0 0 10px;
  transition: 0.2s;
}
.header .search-title h2:hover {
  color: #C24F3C;
}
.header .search-title h2:hover .arrow {
  background-image: url(../images/Arrow_colored.svg);
}
.header .advanced-title {
  margin: 0;
}
.header .heading-search h3 {
  font-size: 26px;
}
.header .last-page-header #last-page {
  color: #FFF;
  font-size: 17px;
  text-decoration: none;
}
.header .last-page-header #last-page span#previous-title {
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.3s;
}
.header .last-page-header #last-page span#previous-title:hover {
  color: #FFF;
}
.header .last-page-header span#current-title {
  color: #FFF;
  font-size: 17px;
  padding-bottom: 5px;
}

.search-message {
  width: 90%;
  max-width: 1000px;
  margin: 200px auto;
}
.search-message p {
  font-size: 18px;
  font-family: aleobold;
  color: #0E3232;
  font-style: italic;
  text-align: center;
}
.search-message p a {
  color: #C24F3C;
}

.direct-search {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.direct-search .searchwrap {
  margin: 55px 0 80px 0;
}
.direct-search .searchwrap h2 {
  font-size: 40px;
  color: #0E3232;
  margin-bottom: 30px;
}
.direct-search .searchwrap form .search-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.direct-search .searchwrap form .search-section .inputwrap {
  width: 47.5%;
  margin-bottom: 4%;
  position: relative;
}
.direct-search .searchwrap form .search-section .inputwrap input, .direct-search .searchwrap form .search-section .inputwrap label {
  display: block;
  color: #0E3232;
  font-size: 14px;
  padding-right: 35px;
}
.direct-search .searchwrap form .search-section .inputwrap label {
  margin-bottom: 10px;
  color: #0E3232;
  font-size: 15px;
}
.direct-search .searchwrap form .search-section .inputwrap .input-field {
  height: 60px;
  width: 100%;
  border: 2px white solid;
  border-radius: 5px;
  outline: none;
  background-color: #FFF;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  padding-left: 20px;
  font-size: 14px;
  font-family: aleobold;
  color: #0E3232;
  transition: all 0.3s;
}
.direct-search .searchwrap form .search-section .inputwrap .input-field:hover {
  border: 2px solid #C24F3C;
}
.direct-search .searchwrap form .search-section .inputwrap .input-field:focus-within {
  border: 2px solid #C24F3C;
}
.direct-search .searchwrap form .search-section .inputwrap ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0E3232;
  opacity: 0.8;
  /* Firefox */
  font-family: aleobolditalic;
}
.direct-search .searchwrap form .search-section .inputwrap :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0E3232;
  opacity: 0.8;
  /* Firefox */
  font-family: aleobolditalic;
}
.direct-search .searchwrap form .search-section .inputwrap ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0E3232;
  opacity: 0.8;
  /* Firefox */
  font-family: aleobolditalic;
}
.direct-search .searchwrap form .search-section .inputwrap :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #0E3232;
  opacity: 0.8;
  font-family: aleobolditalic;
}
.direct-search .searchwrap form .search-section .inputwrap ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #0E3232;
  opacity: 0.8;
  font-family: aleobolditalic;
}
.direct-search .searchwrap form .search-section .inputwrap .autocomplete-items {
  position: absolute;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 5px;
  z-index: 99;
  padding: 15px 0;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.direct-search .searchwrap form .search-section .inputwrap .autocomplete-items div {
  padding: 8px;
  padding-left: 20px;
  font-size: 14px;
  cursor: pointer;
  background-color: #fff;
  font-family: aleobold;
  color: #0E3232;
}
.direct-search .searchwrap form .search-section .inputwrap .autocomplete-items div:hover {
  /*when hovering an item:*/
  color: #C24F3C !important;
}
.direct-search .searchwrap form .search-section .inputwrap .autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  color: #C24F3C !important;
}
.direct-search .searchwrap form .search-section .inputwrap .select2-container {
  width: 100% !important;
}
.direct-search .searchwrap form .search-section .inputwrap .select2-container .select2-selection--single {
  height: 60px;
  border-radius: 0;
  border: 2px solid #FFF;
  border-radius: 5px;
  outline: none;
  background-color: #FFF;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.direct-search .searchwrap form .search-section .inputwrap .select2-container .select2-selection--single:hover {
  border: 2px solid #C24F3C;
}
.direct-search .searchwrap form .search-section .inputwrap .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 58px;
  color: #0E3232;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 35px;
}
.direct-search .searchwrap form .search-section .inputwrap .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: #0E3232;
  opacity: 0.8;
  font-family: aleobolditalic;
}
.direct-search .searchwrap form .search-section .inputwrap .select2-container .select2-selection--multiple {
  min-height: 60px;
  border-radius: 0;
  border: 2px solid #FFF;
  border-radius: 5px;
  outline: none;
  background-color: #FFF;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  cursor: text;
}
.direct-search .searchwrap form .search-section .inputwrap .select2-container .select2-selection--multiple:hover, .direct-search .searchwrap form .search-section .inputwrap .select2-container .select2-selection--multiple:focus-within {
  border: 2px solid #C24F3C;
}
.direct-search .searchwrap form .search-section .inputwrap .select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inherit;
  padding-left: 10px;
  padding-right: 35px;
}
.direct-search .searchwrap form .search-section .inputwrap .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  margin: 8px 10px 0 0;
  padding: 0 10px;
  height: 40px;
  line-height: 36px;
  font-size: 14px;
  border-radius: 5px;
  background-color: rgba(14, 50, 50, 0.05);
  border: 2px solid rgba(14, 50, 50, 0.1);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.05);
  color: #0E3232;
}
.direct-search .searchwrap form .search-section .inputwrap .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  float: right;
  margin-left: 10px;
  margin-right: 0;
  font-weight: 300;
  font-size: 20px;
}
.direct-search .searchwrap form .search-section .inputwrap .select2-container .select2-selection--multiple .select2-selection__rendered .select2-search--inline {
  margin: 18px 0;
  width: 0;
}
.direct-search .searchwrap form .search-section .inputwrap .select2-container .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field {
  margin-top: 0;
  margin-left: 10px;
  font-size: 14px;
  line-height: 22px;
  color: #0E3232;
}
.direct-search .searchwrap form .search-section .inputwrap .select2-container .select2-selection__arrow {
  background-image: url(../images/Arrow3.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 13px;
  width: 8px;
  top: 24px;
  right: 25px;
  transform: rotate(90deg);
  position: absolute;
}
.direct-search .searchwrap form .search-section .inputwrap .select2-container--open .select2-selection--single {
  border: 2px solid #C24F3C;
}
.direct-search .searchwrap form .search-section .inputwrap .select2-container--open .select2-selection--multiple {
  border: 2px solid #C24F3C;
}
.direct-search .searchwrap form .search-section .datewrap .select2-container {
  width: 49% !important;
}
.direct-search .searchwrap form .search-section .agewrap .input-field {
  width: 49% !important;
  display: inline-block;
}
.direct-search .searchwrap form .buttonwrap {
  width: 100%;
  text-align: right;
}
.direct-search .searchwrap form .buttonwrap button {
  cursor: pointer;
  height: 60px;
  min-width: 160px;
  padding: 0 20px;
  border: none;
  border-radius: 5px;
  color: #FFF;
  font-size: 20px;
  outline: none;
  font-family: aleobold;
  box-shadow: 0 5px 15px 0 rgba(115, 47, 35, 0.2);
  background: #C24F3C;
  transition: all 0.3s;
  transition: 0.2s;
}
.direct-search .searchwrap form .buttonwrap button:hover {
  background: #CF5440;
}

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .direct-search .searchwrap form .search-section .inputwrap .select2-container .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field {
      margin-left: 5px;
    }
  }
}
.select2-container--open .select2-dropdown {
  border: 2px solid #FFF;
  border-radius: 5px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}
.select2-container--open .select2-dropdown .select2-search--dropdown {
  height: 0;
  padding: 0;
  -webkit-appearance: none;
}
.select2-container--open .select2-dropdown .select2-search--dropdown .select2-search__field {
  outline: none;
  border: none;
  padding: 0;
  color: transparent;
  height: 0;
  -webkit-appearance: none;
}
.select2-container--open .select2-dropdown .select2-results .select2-results__options {
  padding: 15px 0;
}
.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  font-size: 14px;
  color: #0E3232;
  padding: 8px;
  padding-left: 20px;
}
.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option .select2-results__group {
  display: none;
}
.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option--highlighted[aria-selected] {
  background-color: #ffffff;
  color: #C24F3C;
}
.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected=true] {
  background-color: #ffffff;
  color: #C24F3C;
}
.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option[role=group] {
  padding-top: 0;
  padding-bottom: 0;
}
.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option[role=group] .select2-results__option[role=treeitem] {
  font-size: 14px;
  padding: 4px;
  padding-left: 0;
}
.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option[role=group] .select2-results__options--nested {
  padding: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid rgba(18, 46, 70, 0.07);
}
.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option[role=group]:first-child .select2-results__options--nested {
  padding-top: 0;
}
.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option[role=group]:last-child .select2-results__options--nested {
  border-bottom: none;
  padding-bottom: 0;
}

@media screen and (max-width: 600px) {
  .direct-search .searchwrap form .search-section .inputwrap {
    width: 100%;
    margin-bottom: 6%;
  }
}
@media screen and (max-width: 470px) {
  .header .middlewrap .search-title h1 {
    margin-right: 50px;
  }
  .header .middlewrap .search-title h3 {
    float: left;
  }

  .direct-search .searchwrap {
    margin: 40px 0;
  }
  .direct-search .searchwrap form .search-section {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 350px) {
  .direct-search .searchwrap form .buttonwrap button {
    width: 100%;
  }
}
.search-icon-2 {
  background: #C24F3C;
  border: none;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  cursor: pointer;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  outline: none;
  transition: 0.2s ease-in-out;
}
.search-icon-2:hover {
  background: #C24F3C;
}

.explore-results .middlewrap .search-title {
  margin: 0;
}
.explore-results .middlewrap .heading-search {
  margin-top: 60px;
}

div.searched-term {
  background-color: rgba(13, 18, 48, 0.8);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  display: inline-block;
  margin: 6px;
  padding: 10px;
}
div.searched-term img {
  cursor: pointer;
  margin-left: 5px;
}

.search-results {
  margin: 0;
  max-width: 100%;
  padding: 0;
  padding-right: 30px;
  position: relative;
  transition: 200ms;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.search-results .filter-menu {
  background-color: #FBF9F5;
  color: #0E3232;
  box-shadow: 0 3px 10px 0 rgba(44, 44, 44, 0.1);
  box-sizing: border-box;
  height: auto;
  overflow: auto;
  margin-left: -270px;
  padding: 50px 30px;
  transition: 200ms;
  width: 310px;
  min-width: 220px;
  z-index: 3;
  margin-right: 30px;
}
.search-results .filter-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search-results .filter-menu ul h2 {
  font-size: 20px;
  padding: 10px 0 30px;
}
.search-results .filter-menu ul li.cat-cat {
  cursor: pointer;
  font-family: aleobold;
  font-size: 16px;
  letter-spacing: 1.75px;
  padding: 0 0 10px;
  position: relative;
  text-transform: uppercase;
  transition: 200ms;
  z-index: 0;
  color: #0E3232;
  opacity: 0.7;
}
.search-results .filter-menu ul ul#mainmenu {
  margin-bottom: 50px;
}
.search-results .filter-menu ul li.filter-cat {
  cursor: pointer;
  color: #0E3232;
  font-family: aleobold;
  font-size: 16px;
  padding: 15px 0;
  position: relative;
  transition: 200ms;
  z-index: 0;
  border-bottom: 2px solid rgba(14, 50, 50, 0.1);
}
.search-results .filter-menu ul li.filter-cat span.align-right img {
  transition: 200ms;
  margin-left: 10px;
  transform: rotate(90deg);
}
.search-results .filter-menu ul li.filter-cat span.align-right.show img {
  transition: 200ms;
  transform: rotate(-90deg);
}
.search-results .filter-menu ul li.filter-cat.hidden {
  padding-top: 0;
}
.search-results .filter-menu ul li.filter-cat ul#submenu {
  display: none;
  font-size: 16px;
  padding: 20px 0 0;
}
.search-results .filter-menu ul li.filter-cat ul#submenu li label {
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: 28px;
  padding-bottom: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.search-results .filter-menu ul li.filter-cat ul#submenu li label input {
  cursor: pointer;
  position: absolute;
  opacity: 0;
}
.search-results .filter-menu ul li.filter-cat ul#submenu li label p {
  font-size: 14px;
  padding-top: 1px;
  color: #0E3232;
  line-height: 1;
}
.search-results .filter-menu ul li.filter-cat ul#submenu li label p em {
  font-style: normal;
}
.search-results .filter-menu ul li.filter-cat ul#submenu li label span {
  border: 1.5px solid #0E3232;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 17.5px;
  width: 17.5px;
}
.search-results .filter-menu ul li.filter-cat ul#submenu li:last-child label {
  padding-bottom: 10;
}
.search-results .filter-menu ul li.filter-cat ul#submenu li label:hover input ~ span {
  /* on mouse-over, change background color */
  background-color: #ccc;
}
.search-results .filter-menu ul li.filter-cat ul#submenu li label input:checked ~ span {
  /* when checked, add background color */
  background-color: #C24F3C;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05);
  border: 1.5px solid #8F3A2C;
  background-image: url(../images/check.svg);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
}
.search-results .filter-menu ul li.filter-cat ul#submenu li label input:checked ~ p {
  /* change label text color when checked */
  color: #C24F3C;
}
.search-results .filter-menu ul li.filter-cat ul#submenu li.hide-category {
  display: none;
}
.search-results .filter-menu ul li.filter-cat ul#submenu .to-field {
  font-size: 12px;
  font-family: aleobolditalic;
  padding-top: 32px;
  margin: 0 5px 0 5px;
}
.search-results .filter-menu ul li.filter-cat ul#submenu input[type=button] {
  background-color: #0E3232;
  color: white;
  margin-left: 5px;
  margin-top: 29px;
  border: none;
  border-radius: 4px;
  width: 40px;
  height: 30px;
  cursor: pointer;
}
.search-results .filter-menu ul li.filter-cat ul#submenu .inputwrap {
  margin-bottom: 4%;
  position: relative;
}
.search-results .filter-menu ul li.filter-cat ul#submenu .inputwrap a {
  outline: none;
}
.search-results .filter-menu ul li.filter-cat ul#submenu .inputwrap input {
  display: block;
  color: #0E3232;
  font-size: 13px;
  width: 70px;
  height: 30px;
  border: 2px rgba(14, 50, 50, 0.6) solid;
  border-radius: 5px;
  margin-top: 5px;
  padding-left: 5px;
}
.search-results .filter-menu ul li.filter-cat ul#submenu .inputwrap input:hover {
  border: 2px solid #C24F3C;
}
.search-results .filter-menu ul li.filter-cat ul#submenu .inputwrap input:focus {
  outline: none;
}
.search-results .filter-menu ul li.filter-cat ul#submenu .inputwrap ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0E3232;
  opacity: 0.8;
  /* Firefox */
  font-family: aleobolditalic;
  padding-left: 5px;
}
.search-results .filter-menu ul li.filter-cat ul#submenu .inputwrap :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0E3232;
  opacity: 0.8;
  /* Firefox */
  font-family: aleobolditalic;
  padding-left: 5px;
}
.search-results .filter-menu ul li.filter-cat ul#submenu .inputwrap ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0E3232;
  opacity: 0.8;
  /* Firefox */
  font-family: aleobolditalic;
  padding-left: 5px;
}
.search-results .filter-menu ul li.filter-cat ul#submenu .inputwrap :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #0E3232;
  opacity: 0.8;
  font-family: aleobolditalic;
  padding-left: 5px;
}
.search-results .filter-menu ul li.filter-cat ul#submenu .inputwrap ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #0E3232;
  opacity: 0.8;
  font-family: aleobolditalic;
  padding-left: 5px;
}
.search-results .filter-menu ul li.filter-cat ul#submenu .inputwrap label {
  color: #0E3232;
  font-size: 13px;
  font-family: aleobolditalic;
  width: 78px;
  height: 30px;
  padding-bottom: 5px;
}
.search-results .filter-menu ul li.filter-cat ul#submenu.show {
  display: block;
}
.search-results .filter-menu ul li.filter-cat ul#submenu.showdate {
  display: flex;
  justify-content: space-around;
}
.search-results .filter-menu ul li.filter-cat ul#submenu.hidden {
  display: none;
}

ul.catmenu {
  display: block !important;
  padding-bottom: 10px !important;
}
ul.catmenu li label {
  display: flex !important;
  padding-bottom: 25px !important;
  padding-left: 40px !important;
  align-items: center;
}
ul.catmenu li label p {
  font-size: 16px !important;
  margin-left: 10px;
  color: #0E3232 !important;
}
ul.catmenu li label span {
  margin-top: 5px;
}
ul.catmenu li label input:checked ~ p {
  /* change label text color when checked */
  color: #0E3232 !important;
}

.filter-menu.show {
  margin-left: 0;
}

#searchResults {
  position: relative;
  transition: 200ms;
  vertical-align: top;
  max-width: 1000px;
  min-width: 300px;
  margin: 0px auto;
}
#searchResults .showing-results {
  color: #0E3232;
  font-size: 32px;
  margin: 45px 0 0;
}
#searchResults #search-result-controls {
  font-size: 14px;
  padding: 0 0 20px;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #0E3232;
}
#searchResults #search-result-controls .show-filter, #searchResults #search-result-controls .view-modes, #searchResults #search-result-controls .sorting-dropdowns {
  padding: 10px 15px 10px 0px;
}
#searchResults #search-result-controls span.show-filter {
  cursor: pointer;
}
#searchResults #search-result-controls span.show-filter img {
  margin-right: 5px;
}
#searchResults #search-result-controls span.view-modes {
  display: flex;
  justify-content: space-between;
}
#searchResults #search-result-controls span.view-modes .grid-view {
  margin-right: 15px;
}
#searchResults #search-result-controls span.view-modes span.view-toggle {
  position: relative;
}
#searchResults #search-result-controls span.view-modes span.view-toggle img {
  height: 19px;
  cursor: pointer;
  opacity: 0.25;
  transition: all 0.3s;
}
#searchResults #search-result-controls span.view-modes span.view-toggle img:hover {
  opacity: 0.8;
}
#searchResults #search-result-controls span.view-modes span.view-toggle p.tooltip {
  background: #0E3232;
  box-shadow: 0 25px 35px 0 rgba(13, 18, 48, 0.15);
  color: #FAF7F2;
  display: none;
  font-size: 12px;
  white-space: nowrap;
  position: absolute;
  padding: 10px;
  bottom: 32px;
  right: -25px;
  border-radius: 5px;
}
#searchResults #search-result-controls span.view-modes span.table-view p.tooltip {
  right: -30px;
}
#searchResults #search-result-controls span.view-modes span.view-toggle p.tooltip.hovered {
  display: block;
  z-index: 999;
}
#searchResults #search-result-controls span.view-modes span.view-toggle img.show {
  opacity: 1;
}
#searchResults #search-result-controls span.sorting-dropdowns span {
  position: relative;
}
#searchResults #search-result-controls span.sorting-dropdowns span.results-per-page {
  margin-left: 20px;
}
#searchResults #search-result-controls span.sorting-dropdowns ul {
  background: #0E3232;
  box-shadow: 0 5px 25px 0 rgba(44, 44, 44, 0.3);
  color: #FAF7F2;
  border-radius: 5px;
  display: none;
  list-style: none;
  padding: 10px 15px;
  position: absolute;
  right: -4px;
  z-index: 1;
  text-align: center;
  min-width: 100px;
}
#searchResults #search-result-controls span.sorting-dropdowns ul li {
  cursor: pointer;
  font-family: aleobold;
  font-size: 14px;
  white-space: nowrap;
  padding: 5px 0 5px;
  line-height: 1;
  transition: all 0.3s;
}
#searchResults #search-result-controls span.sorting-dropdowns ul li:hover {
  color: #C24F3C;
}
#searchResults #search-result-controls span.sorting-dropdowns ul.show {
  display: block;
}
#searchResults #search-result-controls span.sorting-dropdowns span img {
  margin-left: 5px;
  transform: rotate(90deg);
}
#searchResults #search-result-controls .sorting-dropdowns {
  cursor: pointer;
}
#searchResults #search-result-controls .sorting-dropdowns img {
  transition: 200ms;
}
#searchResults #search-result-controls .sorting-dropdowns img.show {
  transform: rotate(-90deg);
}
#searchResults div.filter-cards {
  width: 100%;
  display: flex;
  margin: 25px 0 25px;
}
#searchResults div.filter-cards .option-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1.5px solid rgba(14, 50, 50, 0.1);
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 3px 5px 0 rgba(44, 44, 44, 0.05);
  padding: 12px 15px;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
#searchResults div.filter-cards .option-wrap p {
  color: #0E3232;
  font-family: aleobold;
  font-size: 14px;
}
#searchResults div.filter-cards .option-wrap img {
  margin-left: 10px;
  width: 9px;
  height: 9px;
  opacity: 0.7;
  cursor: pointer;
  transition: all 0.3s;
}
#searchResults div.filter-cards .option-wrap img:hover {
  opacity: 1;
}
#searchResults div#search-result-wrap {
  position: relative;
}
#searchResults div#search-result-wrap #search-result-table {
  border-radius: 5px;
  margin-bottom: 35px;
  margin-top: 20px;
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.05);
  overflow: auto;
}
#searchResults div#search-result-wrap #search-result-table table {
  background-color: #fff;
  border-collapse: collapse;
  border: 1px solid rgba(13, 18, 48, 0.03);
  border-left: 0;
  font-size: 13px;
  overflow: hidden;
  width: 100%;
  color: #0E3232;
  font-family: aleoregular;
}
#searchResults div#search-result-wrap #search-result-table table th {
  background-color: #FFF;
  font-weight: 500;
}
#searchResults div#search-result-wrap #search-result-table table th, #searchResults div#search-result-wrap #search-result-table table td {
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  padding: 20px;
  margin: 0;
  position: relative;
}
#searchResults div#search-result-wrap #search-result-table table thead {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.01);
  text-align: left;
}
#searchResults div#search-result-wrap #search-result-table table thead tr {
  font-family: aleobold;
  font-size: 10px;
}
#searchResults div#search-result-wrap #search-result-table table thead tr th:first-child {
  background-color: #FFF;
  border: 1px solid rgba(13, 18, 48, 0.03);
  border-right: 0;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.03);
  box-sizing: border-box;
  margin-bottom: 0;
  max-width: 200px;
  position: relative;
  top: 0;
  left: 0;
  width: 200px;
}
#searchResults div#search-result-wrap #search-result-table table tbody {
  overflow: auto;
  vertical-align: top;
  color: #0E3232;
  font-family: aleoregular;
  background-color: #FFF;
}
#searchResults div#search-result-wrap #search-result-table table tbody tr {
  border: 2px solid rgba(26, 26, 26, 0.02);
}
#searchResults div#search-result-wrap #search-result-table table tbody tr td p {
  display: inline-block;
  font-size: 12px;
  max-width: 120px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#searchResults div#search-result-wrap #search-result-table table tbody tr span.first {
  display: none;
  font-family: aleobold;
}
#searchResults div#search-result-wrap #search-result-table table tbody tr span.meta {
  display: inline-block;
  max-width: 120px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#searchResults div#search-result-wrap #search-result-table table tbody tr th:first-child, #searchResults div#search-result-wrap #search-result-table table tbody tr td:first-child {
  background-color: #FFF;
  border: 1px solid rgba(13, 18, 48, 0.03);
  border-top: 0;
  border-right: 0;
  box-sizing: border-box;
  margin-bottom: 1px;
  max-width: 200px;
  top: auto;
  left: 0;
  width: 200px;
  word-break: keep-all;
}
#searchResults div#search-result-wrap #search-result-table table tbody tr th:first-child {
  border-top: 1px solid rgba(13, 18, 48, 0.03);
  border-bottom: 1px solid rgba(13, 18, 48, 0.03);
  top: 0;
}
#searchResults div#search-result-wrap #search-result-table table tbody tr a {
  color: #0E3232;
  font-size: 18px;
  text-decoration: none;
}
#searchResults div#search-result-wrap #search-result-table table tbody tr a:hover {
  cursor: pointer;
  text-decoration: underline;
}
#searchResults div#search-result-wrap #search-result-table table tbody tr:hover {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.03);
}
#searchResults div#search-result-wrap #search-result-table table tbody tr:hover td {
  background-color: #F1C4B4;
}
#searchResults div#search-result-wrap #search-result-table table tbody tr:last-child td:first-child {
  border-bottom: 1px solid rgba(13, 18, 48, 0.1);
}

.search-record-connections {
  border-bottom: none;
  max-width: 1000px;
  margin: 0 auto;
}
.search-record-connections h2 {
  font-size: 30px;
  color: #0E3232;
}
.search-record-connections .categories {
  margin-bottom: 15px;
}
.search-record-connections .categories ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-top: 10px;
  height: 65px;
}
.search-record-connections .categories ul li {
  display: inline;
  cursor: pointer;
  font-family: aleobold;
  font-size: 16px;
  color: #253449;
  opacity: 0.25;
  padding-bottom: 20px;
  padding-left: 40px;
  margin-right: 45px;
  position: relative;
  transition: opacity 0.3s;
}
.search-record-connections .categories ul li:hover {
  opacity: 1;
}
.search-record-connections .categories ul li div {
  padding-right: 10px;
  left: 5px;
  top: -3px;
  background-repeat: no-repeat;
  position: absolute;
}
.search-record-connections .categories ul li .person-image {
  height: 26px;
  width: 26px;
  background-image: url(../images/Person-dark.svg);
}
.search-record-connections .categories ul li .event-image {
  height: 25px;
  width: 25px;
  background-image: url(../images/Event-dark.svg);
}
.search-record-connections .categories ul li .place-image {
  height: 26px;
  width: 23px;
  background-image: url(../images/Place-dark.svg);
}
.search-record-connections .categories ul li .project-image {
  height: 24px;
  width: 27px;
  background-image: url(../images/Project-dark.svg);
}
.search-record-connections .categories ul li .source-image {
  height: 25px;
  width: 22px;
  background-image: url(../images/Source-dark.svg);
}
.search-record-connections .categories ul .selected {
  border-bottom: 2px solid #C24F3C;
  opacity: 1;
  font-family: aleobold;
}
.search-record-connections .categories ul hr {
  margin-top: 17px;
  border: none;
  border-bottom: 2px solid #E4DED5;
  width: 100%;
  min-width: 740px;
}
.search-record-connections .connection-cards ul {
  display: flex;
  max-height: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  margin: 32px 0 30px;
  padding: 0;
}
.search-record-connections .connection-cards ul li.card {
  cursor: pointer;
  width: 49%;
  height: 270px;
  margin-right: 2%;
  margin-bottom: 15px;
  box-shadow: 0 3px 10px 0 rgba(44, 44, 44, 0.1);
  border-radius: 5px;
  border: 2px solid transparent;
  background-color: #fff;
  transition: all 0.3s;
  position: relative;
  padding: 20px;
}
.search-record-connections .connection-cards ul li.card:nth-child(2n) {
  margin-right: 0;
}
.search-record-connections .connection-cards ul li.card a {
  text-decoration: none;
}
.search-record-connections .connection-cards ul li.card:hover {
  border: 2px solid #C24F3C;
  box-shadow: 0 12px 13px 0 rgba(44, 44, 44, 0.1);
}
.search-record-connections .connection-cards ul li.card .card-title {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.search-record-connections .connection-cards ul li.card .card-title img {
  margin-right: 15px;
}
.search-record-connections .connection-cards ul li.card .card-title h3 {
  color: #0E3232;
  font-size: 24px;
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.search-record-connections .connection-cards ul li.card .details {
  display: flex;
  flex-wrap: wrap;
}
.search-record-connections .connection-cards ul li.card .details .detail {
  margin-right: 25px;
  margin-bottom: 20px;
}
.search-record-connections .connection-cards ul li.card .details .detail p {
  color: #0E3232;
  font-size: 14px;
  font-family: aleoregular;
}
.search-record-connections .connection-cards ul li.card .details .detail .detail-title {
  font-style: italic;
  font-family: aleobold;
}
.search-record-connections .connection-cards ul li.card .connectionswrap {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 5px;
}
.search-record-connections .connection-cards ul li.card .connectionswrap .connections {
  min-height: 40px;
  max-width: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: start;
}
.search-record-connections .connection-cards ul li.card .connectionswrap .connections .card-icons {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-right: 25px;
}
.search-record-connections .connection-cards ul li.card .connectionswrap .connections .card-icons:hover .connection-menu {
  display: block;
}
.search-record-connections .connection-cards ul li.card .connectionswrap .connections .card-icons img {
  margin-right: 10px;
  height: 22px;
  opacity: 0.8;
}
.search-record-connections .connection-cards ul li.card .connectionswrap .connections .card-icons span {
  font-size: 14px;
  color: #0E3232;
  opacity: 0.8;
}
.search-record-connections .connection-cards ul li.card .connectionswrap .connections .card-icons .connection-menu {
  display: none;
  background: #0E3232;
  box-shadow: 0 25px 35px 0 rgba(13, 18, 48, 0.15);
  color: #FAF7F2;
  font-size: 12px;
  white-space: nowrap;
  position: absolute;
  padding: 20px;
  bottom: 40px;
  right: -90px;
  width: 220px;
  z-index: 10;
}
.search-record-connections .connection-cards ul li.card .connectionswrap .connections .card-icons .connection-menu.hovered {
  display: block;
}
.search-record-connections .connection-cards ul li.card .connectionswrap .connections .card-icons .connection-menu h1 {
  font-size: 18px;
  margin-bottom: 10px;
}
.search-record-connections .connection-cards ul li.card .connectionswrap .connections .card-icons .connection-menu ul {
  padding: 0;
}
.search-record-connections .connection-cards ul li.card .connectionswrap .connections .card-icons .connection-menu ul li {
  width: unset;
  display: list-item;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  list-style-type: none;
  cursor: pointer;
  font-size: 13px;
  transition: 0.2s;
  line-height: 16px;
  padding: 5px 0;
  word-wrap: break-word;
  white-space: normal;
}
.search-record-connections .connection-cards ul li.card .connectionswrap .connections .card-icons .connection-menu ul li #arrow {
  color: #FAF7F2;
  background-image: url(../images/Arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 6px;
  transform: rotate(-90deg);
  float: right;
  margin: 5px 0 0 10px;
  transition: color 0.2s;
}
.search-record-connections .connection-cards ul li.card .connectionswrap .connections .card-icons .connection-menu ul li:hover {
  color: #C24F3C;
}
.search-record-connections .connection-cards ul li.card .connectionswrap .connections .card-icons .connection-menu ul li:hover #arrow {
  background-image: url(../images/Arrow_colored.svg);
}
.search-record-connections .connection-cards ul li.card .connectionswrap .connections .card-icons .connection-menu ul li span {
  opacity: 0.6;
}
.search-record-connections .connection-cards ul span.align-left a.modal {
  font-style: italic;
  border-bottom: 2px solid #C24F3C;
}
.search-record-connections .connection-cards ul span.align-left a.modal:hover {
  border-bottom: 3px solid #C24F3C;
  padding-bottom: 2px;
  transition: 0.1s;
}
.search-record-connections .connection-cards ul span.align-right {
  margin-left: auto;
  transition: 200ms;
}
.search-record-connections .connection-cards ul span.align-right #view_visual {
  cursor: pointer;
  font-style: italic;
  margin-left: 15px;
  border-bottom: 2px solid #C24F3C;
}
.search-record-connections .connection-cards ul span.align-right #view_visual:hover {
  cursor: pointer;
  border-bottom: 3px solid #C24F3C;
  padding-bottom: 2px;
  transition: 0.1s;
}
.search-record-connections .connection-cards ul span.align-right b {
  font-size: 12px;
}
.search-record-connections .connection-cards ul span.align-right.show {
  transform: rotate(180deg);
}
.search-record-connections .load-more, .search-record-connections .search-all {
  margin: 0 auto;
  max-width: 140px;
}
.search-record-connections .load-more h4, .search-record-connections .search-all h4 {
  cursor: pointer;
  color: #122E46;
  font-size: 18px;
  text-align: center;
  margin-top: 55px;
  transition: color 0.3s;
}
.search-record-connections .load-more h4:hover, .search-record-connections .search-all h4:hover {
  color: #C24F3C;
}
.search-record-connections .search-all {
  color: #0E3232;
  text-decoration: none;
  font-size: 16px;
  font-style: italic;
  line-height: 18px;
  border-bottom: 3px solid #C24F3C;
}
.search-record-connections .loaded {
  display: none;
}

.show-menu {
  display: none;
}

.result-column {
  height: auto;
  padding: 0;
  width: 100%;
}
.result-column .cardwrap {
  margin: 0 auto;
  max-width: 814px;
}
.result-column .cardwrap .cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
}
.result-column .cardwrap .cards li.card {
  cursor: pointer;
  width: 48.8%;
  box-shadow: 0 3px 10px 0 rgba(44, 44, 44, 0.1);
  border-radius: 5px;
  border: 2px solid transparent;
  background-color: #fff;
  transition: all 0.3s;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
}
.result-column .cardwrap .cards li.card a {
  text-decoration: none;
}
.result-column .cardwrap .cards li.card:hover {
  border: 2px solid #C24F3C;
  box-shadow: 0 12px 13px 0 rgba(44, 44, 44, 0.1);
}
.result-column .cardwrap .cards li.card .card-title {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.result-column .cardwrap .cards li.card .card-title img {
  margin-right: 15px;
}
.result-column .cardwrap .cards li.card .card-title h3 {
  color: #0E3232;
  font-size: 24px;
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.result-column .cardwrap .cards li.card .details {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.result-column .cardwrap .cards li.card .details .detail {
  margin-right: 25px;
  margin-bottom: 20px;
}
.result-column .cardwrap .cards li.card .details .detail p {
  color: #0E3232;
  font-size: 14px;
  font-family: aleoregular;
}
.result-column .cardwrap .cards li.card .details .detail .detail-title {
  font-style: italic;
  font-family: aleobold;
}
.result-column .cardwrap .cards li.card .details .detail .multiple {
  color: #C24F3C;
  font-family: aleobold;
  position: relative;
}
.result-column .cardwrap .cards li.card .details .detail .multiple .tooltip {
  visibility: hidden;
  width: 280px;
  background-color: #0E3232;
  color: #FAF7F2;
  padding: 15px;
  border-radius: 5px;
  font-size: 14px;
  font-family: aleo;
  font-family: aleoregular;
  /* Position the tooltip */
  position: absolute;
  z-index: 100;
  bottom: 130%;
  left: 50%;
  margin-left: -155px;
}
.result-column .cardwrap .cards li.card .details .detail .multiple .tooltip .head {
  font-size: 15px;
  font-style: italic;
  font-family: aleobold;
  display: block;
  padding-bottom: 5px;
}
.result-column .cardwrap .cards li.card .details .detail .multiple .tooltip::after {
  content: " ";
  position: absolute;
  top: 100%;
  /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #0E3232 transparent transparent transparent;
}
.result-column .cardwrap .cards li.card .details .detail .multiple:hover .tooltip {
  visibility: visible;
}
.result-column .cardwrap .cards li.card .connectionswrap {
  width: 100%;
  position: absolute;
  bottom: 10px;
}
.result-column .cardwrap .cards li.card .connectionswrap p {
  color: #0E3232;
  font-family: aleobold;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 5px;
}
.result-column .cardwrap .cards li.card .connectionswrap .connections {
  min-height: 40px;
  max-width: 100%;
  display: flex;
  justify-content: start;
}
.result-column .cardwrap .cards li.card .connectionswrap .connections .card-icons {
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-right: 25px;
  position: relative;
}
.result-column .cardwrap .cards li.card .connectionswrap .connections .card-icons:hover .tooltip {
  display: block;
  background-color: #0E3232;
  color: #FAF7F2;
  padding: 7px 10px 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  font-family: aleo;
  font-family: aleoregular;
  opacity: 1;
  /* Position the tooltip */
  position: absolute;
  z-index: 100;
  left: -40%;
  top: -40px;
}
.result-column .cardwrap .cards li.card .connectionswrap .connections .card-icons:hover .tooltip .head {
  font-size: 15px;
  font-family: aleobold;
  display: block;
  padding-bottom: 5px;
  color: #FAF7F2;
  text-align: center;
  opacity: 1;
}
.result-column .cardwrap .cards li.card .connectionswrap .connections .card-icons:hover .tooltip::after {
  content: " ";
  position: absolute;
  top: 100%;
  /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #0E3232 transparent transparent transparent;
}
.result-column .cardwrap .cards li.card .connectionswrap .connections .card-icons:hover .connection-menu {
  display: none;
}
.result-column .cardwrap .cards li.card .connectionswrap .connections .card-icons .tooltip {
  display: none;
}
.result-column .cardwrap .cards li.card .connectionswrap .connections .card-icons img {
  margin-right: 10px;
  height: 22px;
  opacity: 0.8;
}
.result-column .cardwrap .cards li.card .connectionswrap .connections .card-icons span {
  font-size: 14px;
  color: #0E3232;
  opacity: 0.8;
}
.result-column .cardwrap .cards li.card .connectionswrap .connections .card-icons .connection-menu {
  display: none;
  background: #0E3232;
  box-shadow: 0 25px 35px 0 rgba(13, 18, 48, 0.15);
  color: #FAF7F2;
  font-size: 12px;
  white-space: nowrap;
  position: absolute;
  padding: 20px;
  width: 220px;
  z-index: 10;
}
.result-column .cardwrap .cards li.card .connectionswrap .connections .card-icons .connection-menu.hovered {
  display: block;
}
.result-column .cardwrap .cards li.card .connectionswrap .connections .card-icons .connection-menu h1 {
  font-size: 18px;
  margin-bottom: 10px;
}
.result-column .cardwrap .cards li.card .connectionswrap .connections .card-icons .connection-menu ul {
  padding: 0;
}
.result-column .cardwrap .cards li.card .connectionswrap .connections .card-icons .connection-menu ul li {
  width: unset;
  display: list-item;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  list-style-type: none;
  cursor: pointer;
  font-size: 13px;
  transition: 0.2s;
  line-height: 16px;
  padding: 5px 0;
  word-wrap: break-word;
  white-space: normal;
}
.result-column .cardwrap .cards li.card .connectionswrap .connections .card-icons .connection-menu ul li #arrow {
  color: #FAF7F2;
  background-image: url(../images/Arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 6px;
  transform: rotate(-90deg);
  float: right;
  margin: 5px 0 0 10px;
  transition: color 0.2s;
}
.result-column .cardwrap .cards li.card .connectionswrap .connections .card-icons .connection-menu ul li:hover {
  color: #C24F3C;
}
.result-column .cardwrap .cards li.card .connectionswrap .connections .card-icons .connection-menu ul li:hover #arrow {
  background-image: url(../images/Arrow_colored.svg);
}
.result-column .cardwrap .cards li.card .connectionswrap .connections .card-icons .connection-menu ul li span {
  opacity: 0.6;
}

@media screen and (max-width: 900px) {
  .result-column .cardwrap ul.cards li.card {
    width: 100%;
  }
}
.modal-view {
  display: none;
  height: 100%;
  transition: 200ms;
  width: 100%;
  text-align: left;
}
.modal-view .config-table-modal {
  background: #FAF7F2;
  box-shadow: 0 25px 33px 0 rgba(0, 0, 0, 0.05);
  border-radius: 7px;
  color: #0E3232;
  font-family: aleoregular;
  margin: 100% auto;
  margin-bottom: 0;
  overflow-y: auto;
  transition: 200ms;
  width: 70%;
  height: auto;
}
.modal-view .config-table-modal div.config-table-modal-content-wrap {
  background: #FAF7F2;
  font-size: 14px;
  height: unset;
  position: relative;
  padding: 45px;
  padding-bottom: 0;
  margin: 0;
  width: unset;
  overflow: scroll;
}
.modal-view .config-table-modal div.config-table-modal-content-wrap div.close {
  background: #0E3232;
  border-radius: 5px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
  cursor: pointer;
  padding: 15px;
  position: absolute;
  top: 45px;
  right: 45px;
  height: unset;
  width: unset;
}
.modal-view .config-table-modal div.config-table-modal-content-wrap h4 {
  font-size: 30px;
  margin-bottom: 20px;
  font-family: EB Garamond;
  font-weight: Bold;
  text-align: left;
}
.modal-view .config-table-modal div.config-table-modal-content-wrap p {
  background: #FAF7F2;
  font-size: 15px;
  text-align: left;
  padding-bottom: 10px;
  font-family: aleobold;
}
.modal-view .config-table-modal div.config-table-modal-content-wrap p select {
  background: #FFFFFF url(../images/directory_chevron.svg) no-repeat;
  background-size: 4%;
  background-position: 95%;
  outline: none;
  border: 0px solid rgba(13, 18, 48, 0.15);
  border-radius: 4px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.08);
  font-family: aleoregular;
  cursor: pointer;
  display: block;
  margin: 5px 15px 15px 0;
  padding: 15px 10px;
  transition: 200ms;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 43%;
}
.modal-view .config-table-modal div.config-table-modal-content-wrap p select :focus {
  outline: none;
}
.modal-view .config-table-modal div.config-table-modal-content-wrap div {
  display: flex;
  font-size: 14px;
  height: 50%;
  justify-content: space-between;
  margin: 0;
  transition: 200ms;
  width: unset;
}
.modal-view .config-table-modal div.config-table-modal-content-wrap div div {
  background: #FFFFFF;
  display: inline-block;
  margin-top: 5px;
  vertical-align: top;
  width: 43%;
  height: 80%;
}
.modal-view .config-table-modal div.config-table-modal-content-wrap div div div {
  background: #FFFFFF;
  border: 0px solid rgba(13, 18, 48, 0.15);
  box-sizing: border-box;
  margin-top: 0;
  overflow-y: auto;
  width: 100%;
  height: 100%;
}
.modal-view .config-table-modal div.config-table-modal-content-wrap div div div ul {
  list-style: none;
  margin: 10px 10px;
  padding-left: 0;
}
.modal-view .config-table-modal div.config-table-modal-content-wrap div div div ul li {
  cursor: pointer;
  transition: 400ms;
  padding: 5px;
  padding-left: 10px;
  color: #0E3232;
  text-align: left;
}
.modal-view .config-table-modal div.config-table-modal-content-wrap div div div ul li:hover {
  background-color: rgba(14, 50, 50, 0.06);
}
.modal-view .config-table-modal div.config-table-modal-content-wrap div div.left-col {
  margin-right: 10px;
}
.modal-view .config-table-modal div.config-table-modal-content-wrap div div.left-col div {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.09);
  border-radius: 4px;
}
.modal-view .config-table-modal div.config-table-modal-content-wrap div div.right-col {
  margin-left: 10px;
}
.modal-view .config-table-modal div.config-table-modal-content-wrap div div.right-col div {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.09);
  border-radius: 4px;
  position: relative;
}
.modal-view .config-table-modal div.config-table-modal-content-wrap div div.right-col div ul#selected-cols {
  width: 70%;
}
.modal-view .config-table-modal div.config-table-modal-content-wrap div div.right-col div img {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.03);
  cursor: pointer;
  border: 1px solid rgba(13, 18, 48, 0.15);
  border-radius: 5px;
  padding: 14px;
  position: absolute;
  top: 100px;
  right: 10px;
  transition: 400ms;
  height: 40px;
  width: 40px;
  transform: rotate(90deg);
}
.modal-view .config-table-modal div.config-table-modal-content-wrap div div.right-col div img:last-child {
  top: 50px;
  transform: rotate(-90deg);
  margin-bottom: 10px;
}
.modal-view .config-table-modal div.config-table-modal-content-wrap div div.right-col div img:hover {
  background-color: #FFFFFF;
  border: 1px solid #2F325F;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.03);
}
.modal-view .config-table-modal div.config-table-modal-content-wrap div div.arrow-wrap {
  background: #FAF7F2;
  width: 10%;
  margin-top: 120px;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}
.modal-view .config-table-modal div.config-table-modal-content-wrap div div.arrow-wrap img {
  border: 1px solid rgba(13, 18, 48, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  cursor: pointer;
  display: block;
  margin: auto;
  padding: 14px;
  transition: 400ms;
  height: 40px;
  width: 40px;
  background: white;
}
.modal-view .config-table-modal div.config-table-modal-content-wrap div div.arrow-wrap img:first-child {
  margin-bottom: 5px;
}
.modal-view .config-table-modal div.config-table-modal-content-wrap div div.arrow-wrap img:last-child {
  transform: rotate(180deg);
}
.modal-view .config-table-modal div.config-table-modal-content-wrap div div.arrow-wrap img:hover {
  background-color: #FFFFFF;
  border: 1px solid #2F325F;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.03);
}
.modal-view .config-table-modal div.config-table-modal-content-wrap div.update-columns-button {
  background: #C24F3C;
  box-shadow: 0 2px 3px 0 rgba(30, 30, 30, 0.05);
  color: #FAF7F2;
  cursor: pointer;
  font-family: aleobold;
  font-size: 16px;
  float: right;
  height: unset;
  margin-top: 15px;
  margin-bottom: 40px;
  padding: 15px 35px;
  border-radius: 4px;
}
.modal-view .config-table-modal div.config-table-modal-content-wrap div.close:hover,
.modal-view .config-table-modal div.config-table-modal-content-wrap div.update-columns-button:hover {
  opacity: 0.75;
}

@media screen and (min-width: 1330px) {
  #search-result-wrap .column .cardwrap .row li {
    margin: 20px 10px 10px !important;
    width: 23% !important;
  }
}
@media screen and (max-width: 860px) {
  .modal-view .config-table-modal {
    margin: 100% auto;
    width: 90%;
  }
}
@media screen and (max-width: 920px) {
  #searchResults #search-result-table.grid {
    margin: 0 auto;
    width: 750px;
  }

  #searchResults.show #search-result-table.grid {
    width: 500px;
  }
}
@media screen and (max-width: 770px) {
  #searchResults #search-result-table.grid {
    width: auto;
  }
  #searchResults #search-result-table.grid table.grid tbody.grid tr.grid {
    display: block;
    margin: 10px auto;
    width: 95%;
  }
}
@media screen and (max-width: 680px) {
  .modal-view .config-table-modal div.config-table-modal-content-wrap p select {
    width: 100%;
  }
}
@media screen and (max-width: 620px) {
  #searchResults div#search-result-wrap #search-result-table table thead tr th:first-child,
#searchResults div#search-result-wrap #search-result-table table tbody tr td:first-child {
    width: 135px;
  }

  .modal-view .config-table-modal {
    height: 90%;
  }
  .modal-view .config-table-modal div.config-table-modal-content-wrap {
    padding: 35px 45px;
    height: 90vh;
  }
  .modal-view .config-table-modal div.config-table-modal-content-wrap div.close {
    top: 25px;
    right: 25px;
  }
  .modal-view .config-table-modal div.config-table-modal-content-wrap div {
    flex-wrap: wrap;
    height: unset;
  }
  .modal-view .config-table-modal div.config-table-modal-content-wrap div div {
    display: block;
    width: 100%;
    height: 20%;
  }
  .modal-view .config-table-modal div.config-table-modal-content-wrap div div.left-col {
    margin: 0;
  }
  .modal-view .config-table-modal div.config-table-modal-content-wrap div div.arrow-wrap {
    margin: 30px 0 0;
    transform: rotate(-180deg);
    width: 100%;
  }
  .modal-view .config-table-modal div.config-table-modal-content-wrap div div.arrow-wrap img:first-child {
    transform: rotate(-90deg);
  }
  .modal-view .config-table-modal div.config-table-modal-content-wrap div div.arrow-wrap img:last-child {
    transform: rotate(90deg);
  }
  .modal-view .config-table-modal div.config-table-modal-content-wrap div div.right-col {
    margin: 0;
  }
  .modal-view .config-table-modal div.config-table-modal-content-wrap div div.right-col div img:last-child {
    margin-top: -10px;
  }
  .modal-view .config-table-modal div.config-table-modal-content-wrap div.update-columns-button {
    margin-top: 70px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  #searchResults .showing-results {
    font-size: 5.5vw;
  }
  #searchResults #search-result-configure-download-row {
    padding: 40px 5% 65px;
  }
  #searchResults #search-result-configure-download-row .align-right {
    right: unset;
    left: 0;
    bottom: 20px;
    color: #0E3232;
  }
}
@media screen and (max-width: 415px) {
  .modal-view div.config-table-modal .config-table-modal-content-wrap div.update-columns-button {
    padding: 15px 25px;
  }
}
@media screen and (max-width: 400px) {
  /* currently, this var = 400px */
  .search-button-header {
    margin-bottom: 0;
    display: none;
  }
}
@media screen and (max-width: 615px) {
  .show-menu {
    cursor: pointer;
    display: inline;
  }
  .show-menu p {
    display: inline;
    font-family: aleobold;
    font-size: 13px;
    margin: auto;
  }
  .show-menu p:hover {
    color: #C24F3C;
  }

  .search-results {
    padding-right: 0px;
  }
  .search-results #searchResults {
    margin: 0px 10%;
  }
}
@media screen and (min-height: 785px) {
  .modal-view .config-table-modal {
    overflow-y: hidden;
  }
}
#modal-dim-background {
  background: #000;
  display: none;
  height: 100%;
  opacity: 0;
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

a.modal {
  cursor: pointer;
  color: #000;
}

.modal-view {
  background: rgba(51, 51, 51, 0);
  color: #FAF7F2;
  display: none;
  height: 0%;
  transition: 400ms;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  z-index: 99999;
}
.modal-view .modal-wrap {
  height: 80%;
  margin: -100% auto 0;
  position: relative;
  transition: 400ms;
  width: 95%;
}
.modal-view .modal-wrap .arrow-left,
.modal-view .modal-wrap .arrow-right {
  background: url(../images/chevron-down.svg) no-repeat;
  background-color: #0E3232;
  background-position: 16px;
  border: none;
  border-radius: 50%;
  box-shadow: 0 10px 40px 0 rgba(13, 18, 48, 0.4);
  height: 45px;
  margin: 19px 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: 400ms;
  width: 45px;
  z-index: 1;
}
.modal-view .modal-wrap .arrow-left:hover,
.modal-view .modal-wrap .arrow-right:hover {
  cursor: pointer;
  background-color: #C24F3C;
}
.modal-view .modal-wrap .arrow-left:focus,
.modal-view .modal-wrap .arrow-right:focus {
  outline: none;
}
.modal-view .modal-wrap .arrow-left {
  left: 0;
  margin-left: 24px;
  transform: rotate(90deg);
}
.modal-view .modal-wrap .arrow-right {
  margin-right: 24px;
  right: 0;
  transform: rotate(-90deg);
}
.modal-view .modal-wrap p,
.modal-view .modal-wrap div {
  position: relative;
  padding: 15px 0 40px;
  text-align: center;
}
.modal-view .modal-wrap p #modal-close,
.modal-view .modal-wrap div #modal-close {
  background-color: #C24F3C;
  border-radius: 50%;
  float: right;
  height: 50px;
  margin: 5px;
  position: relative;
  width: 50px;
}
.modal-view .modal-wrap p #modal-close img,
.modal-view .modal-wrap div #modal-close img {
  box-shadow: 0 15px 45px 0 rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.modal-view .modal-wrap .close {
  position: fixed;
  right: 30px;
  z-index: 1;
}
.modal-view .modal-wrap #modal-img {
  height: 100%;
  margin: 10px 0 0;
  width: 100%;
}
.modal-view .modal-wrap #modal-img img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
  width: auto;
}
.modal-view .modal-wrap #modal-img .modal-img-view {
  max-height: unset;
  max-width: unset;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.modal-view .modal-wrap #modal-img div {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
}
.modal-view .modal-wrap #modal-img div .plus {
  padding: 15px;
}
.modal-view .modal-wrap #modal-img div .minus {
  padding: 22px 15px;
}
.modal-view .modal-wrap #modal-img div span {
  background-color: #0E3232;
  border-radius: 50%;
  display: inline-block;
  margin: 40px 10px 0;
  transition: 400ms;
  z-index: 1;
}
.modal-view .modal-wrap #modal-img div .plus:hover,
.modal-view .modal-wrap #modal-img div .minus:hover {
  background-color: #C24F3C;
  cursor: pointer;
}

/*========================= Preview Modal =========================*/
.modal-open {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.modal-preview {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  opacity: 0;
  transition: all 600ms ease 0s;
  pointer-events: none;
  padding: 5%;
}

.displayModal {
  opacity: 1;
  pointer-events: auto;
}

.modal-preview > div {
  position: relative;
  background-color: #FAF7F2;
  width: 100%;
  height: 100%;
  max-width: 700px;
  max-height: 615px;
  border-radius: 5px;
  box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
}

.modal-x-btn {
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  height: 60px;
  padding: 20px;
  margin: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #FAF7F2;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.modal-x-btn > img {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.modal-x-btn:hover {
  transform: scale(1.2);
}

.modal-x-btn-bdr {
  border-bottom: 1px solid #EAEAEA;
  /*box-shadow: 0px -10px 50px 5px rgba(0,0,0,0.5);*/
}

.modal-content {
  box-sizing: border-box;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 40px 40px;
  margin: 0 0 0 0;
  overflow-y: scroll;
  overflow-x: hidden;
  text-align: center;
}

.modal-content > h1 {
  width: 100%;
  font-size: 32px;
  margin: 0 0 20px 0;
}

.modal-content > p {
  text-align: center;
  max-width: 570px;
  font-size: 18px;
  line-height: 28px;
  margin: 20px auto 30px auto;
}

.modal-content > form {
  margin-top: 45px;
}

.modalCheckbox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  margin: 0 0 10px 0;
  transition: all 0.2s ease-in-out;
}

.modalCheckbox > input[type=checkbox] {
  display: none;
}

.modalCheckbox > input[type=checkbox]:checked + .modalCheckboxBox {
  background-color: #C24F3C;
}

.modalCheckbox > input[type=checkbox] + label {
  display: inline-block;
  padding: 0 0 0 0px;
  height: 20px;
  width: 20px;
}

.modalCheckbox > input[type=checkbox]:checked + label {
  background: url(../images/check.svg) no-repeat;
  height: 20px;
  width: 20px;
  display: inline-block;
  background-size: 75%;
  background-position: center;
}

.modalCheckbox > .modalCheckboxBox {
  width: 18px;
  height: 18px;
  cursor: pointer;
  box-sizing: border-box;
  border: 1.5px solid #C24F3C;
  border-radius: 3px;
  background-color: white;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.05);
  transition: background-color 600ms ease 0s;
}

.modalCheckbox > .modalCheckboxText {
  cursor: pointer;
  font-family: aleobold;
  white-space: nowrap;
  margin: 0 0 0 10px;
  font-size: 16px;
  opacity: 0.85;
  transition: all 0.2s ease-in-out;
}

.modalCheckbox > .modalCheckboxText:hover {
  color: #C24F3C;
  opacity: 1;
}

.modal-content > form > button {
  margin: 20px 0;
}

.modal-button {
  color: white;
  background: #C24F3C;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  font-family: aleobold;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
  font-size: 18px;
  padding: 20px 30px;
  margin-top: 30px;
  transition: all 0.2s ease;
}

.modal-button:hover {
  background: #CF5440;
  transform: scale(1.01);
}

@media screen and (max-width: 768px) {
  .modal-view .modal-wrap #modal-img .modal-img-view {
    max-width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .modal-view {
    color: #FAF7F2;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    z-index: 9999;
  }
}
.story-card {
  border-radius: 5px;
  color: #fff;
  display: block;
  min-height: 175px;
  overflow: hidden;
  padding: 20px 25px;
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
  width: 100%;
}
.story-card img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 20%;
     object-position: 0 20%;
  position: absolute;
  top: 0;
  width: 100%;
}
.story-card .card-title {
  position: relative;
  font-size: 26px;
  z-index: 1;
}
.story-card .cover {
  border: 4px solid rgba(194, 79, 60, 0);
  border-radius: 5px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.3s all ease;
  width: 100%;
}
.story-card:hover {
  border: 4px solid #C24F3C;
}

.card-column {
  height: auto;
  padding: 40px 0;
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
}
.card-column #feat-title {
  margin-bottom: 0 !important;
  float: none;
}
.card-column .cardheader-wrap .column-header {
  font-size: 30px;
  color: #0E3232;
}
.card-column .card-wrap {
  width: 100%;
}
.card-column .card-wrap .card-row {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.card-column .card-wrap .card-row li {
  cursor: pointer;
  width: 49%;
  height: 180px;
  margin-bottom: 2%;
  margin-right: 2%;
  padding: 20px;
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  border: 0px solid transparent;
  border-radius: 5px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
  background-image: url(../images/market-stand.jpg);
  position: relative;
}
.card-column .card-wrap .card-row li a {
  color: inherit;
  text-decoration: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-top: -20px;
  margin-left: -20px;
  padding: 20px;
}
.card-column .card-wrap .card-row li a h2 {
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.card-column .card-wrap .card-row li:nth-child(2n) {
  margin-right: 0;
}
.card-column .card-wrap .card-row li .card-title {
  font-size: 26px;
  color: #fff;
  margin-bottom: 22px;
  line-height: 1;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  width: 100%;
}
.card-column .card-wrap .card-row li:hover {
  border: 4px solid #C24F3C;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 400px) {
  .card-column {
    padding: 50px 0;
  }
}
@media screen and (max-width: 650px) {
  .card-column .card-wrap .card-row li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.card.contributor {
  margin-bottom: 20px;
  box-shadow: 0 3px 10px 0 rgba(44, 44, 44, 0.1);
  border-radius: 5px;
  border: 2px solid transparent;
  background-color: #fff;
  transition: all 0.3s;
  position: relative;
  padding: 20px;
}
.card.contributor h2 {
  line-height: 1;
}
.card.contributor p {
  bottom: 0;
  font-family: aleoregular;
}
.card.contributor a {
  color: #C24F3C;
  cursor: pointer;
  font-family: aleobold;
  text-decoration: underline;
}
.card.contributor ul {
  margin: 0;
  padding: 0 25px;
}

.card.partner {
  margin-bottom: 20px;
  box-shadow: 0 3px 10px 0 rgba(44, 44, 44, 0.1);
  border-radius: 5px;
  border: 2px solid transparent;
  background-color: #fff;
  transition: all 0.3s;
  position: relative;
  padding: 20px 20px 0 20px;
}
.card.partner h2 {
  line-height: 1;
}
.card.partner .detail {
  margin: 20px 0;
}
.card.partner .detail .title {
  font-style: italic;
}
.card.partner .detail .content {
  font-family: aleoregular;
}
.card.partner .detail a.content {
  display: block;
  font-family: aleobold;
  line-height: 1;
}
.card.partner .detail.two .content {
  margin-bottom: 10px;
}

#footer {
  background-color: #0E3232;
}
#footer .footerwrap {
  max-width: 1120px;
  padding: 40px;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer .footerwrap a {
  display: flex;
  justify-content: space-around;
  padding: 40px 20px;
}
#footer .footerwrap img {
  width: 100%;
}
#footer .footerwrap .top-button {
  height: 60px;
  width: 330px;
  border: 1px solid rgba(255, 253, 251, 0.35);
  border-radius: 100px;
  background-color: #122E46;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
  cursor: pointer;
  color: #FFFFFF;
  font-family: aleoregular;
  font-size: 14px;
  position: relative;
  overflow: hidden;
}
#footer .footerwrap .top-button:focus {
  outline: none;
}
#footer .footerwrap .top-button:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/Arrow.svg);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  transform: scaleY(-1);
}
#footer .top {
  display: flex;
  justify-content: center;
}
#footer .bottom {
  align-items: flex-end;
  padding: 10px;
  color: #FFF;
  text-align: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
}
#footer .bottom .first {
  display: flex;
  gap: 100px;
  margin-bottom: 5px;
}
#footer .bottom .first h6 {
  opacity: 0.5;
  font-family: aleobold;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  letter-spacing: 2.75px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#footer .bottom .first .contact a {
  color: #fff;
  text-decoration: none;
  padding: 0;
  transition: all 0.2s ease;
}
#footer .bottom .first .contact a:hover {
  color: #C24F3C;
}
#footer .bottom .first .follow .social-icons {
  display: flex;
  gap: 15px;
}
#footer .bottom .first .follow .social-icons a {
  padding: 0;
  opacity: 0.8;
  transition: all 0.2s ease;
}
#footer .bottom .first .follow .social-icons a:hover {
  opacity: 1;
}
#footer .bottom .footer-buttons {
  display: flex;
  gap: 20px;
}
#footer .bottom .footer-buttons a {
  border-radius: 5px;
  color: #fff;
  height: 55px;
  padding: 19px;
  text-decoration: none;
  transition: all 0.2s ease;
}
#footer .bottom .footer-buttons .statement-of-ethics {
  background-color: rgba(255, 255, 255, 0.1);
}
#footer .bottom .footer-buttons .statement-of-ethics:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
#footer .bottom .footer-buttons .support {
  background-color: #C24F3C;
}
#footer .bottom .footer-buttons .support:hover {
  background-color: #CF5440;
}

@media screen and (max-width: 900px) {
  #footer .footerwrap .top {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  #footer .footerwrap .top a {
    padding: 20px;
  }
  #footer .footerwrap .bottom {
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
  }
}
@media screen and (max-width: 600px) {
  #footer .footerwrap .bottom .first {
    flex-wrap: wrap;
    gap: 10px;
  }
  #footer .footerwrap .bottom .first div {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  #footer .footerwrap .bottom .footer-buttons {
    flex-wrap: wrap;
  }
  #footer .footerwrap .bottom .footer-buttons a {
    width: 100%;
  }
}
.category {
  background-color: #FAF7F2;
  height: auto;
  width: 100%;
}
.category .categorywrap {
  margin: 0 auto;
  max-width: 1000px;
}
.category .categorywrap .button-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  margin: 50px 0 0 0;
  padding: 0;
}
.category .categorywrap .button-grid a {
  width: 30%;
}
.category .categorywrap .button-grid a li {
  margin-bottom: 30px;
}
.category .categorywrap .button-grid a li .buttons {
  border: 2px solid rgba(13, 18, 48, 0.1);
  box-shadow: 0 2px 3px 0 rgba(30, 30, 30, 0.05);
  color: #0E3232;
  font-family: montserratregular;
  font-size: 14px;
  height: 40px;
  line-height: 38px;
  padding: 5px;
  position: relative;
  text-align: center;
  transition: border 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}
.category .categorywrap .button-grid a li .buttons:hover {
  border: 2px solid #C24F3C;
  box-shadow: 0 12px 13px 0 rgba(30, 30, 30, 0.05);
  color: #C24F3C;
}

@media screen and (max-width: 400px) {
  .category {
    padding: 50px 0;
  }
  .category .categorywrap {
    padding: 0 4%;
  }
  .category .categorywrap .category-header {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .category .categorywrap .button-grid a {
    width: 48%;
  }
}
@media screen and (max-width: 450px) {
  .category .categorywrap .button-grid a {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .categorywrap {
    padding: 0 6%;
  }
}
.essays {
  background-color: #FAF7F2;
  padding: 65px 0 0 0;
}
.essays .aboutwrap p {
  color: #0E3232;
}

.essaycard {
  padding: 100px 0 0 0;
}
.essaycard .cardwrap .row li .cards .card-title {
  display: -webkit-box;
  font-size: 1.375em;
  /*height: 75px;*/
  height: unset;
  line-height: 1;
  max-height: 3.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.essaycard .cardwrap .row li .cards p {
  display: -webkit-box;
  font-size: 0.875em;
  line-height: 1.2em;
  max-height: 9.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}

.essaymultiplerowcards .cardwrap .row li .cards .card-title {
  display: -webkit-box;
  font-size: 1.375em;
  /*height: 75px;*/
  height: unset;
  line-height: 1.2em;
  max-height: 3.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.essaymultiplerowcards .cardwrap .row li .cards p {
  display: -webkit-box;
  font-size: 0.875em;
  line-height: 1.2em;
  max-height: 9.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}

.dictionary .cardwrap .row li .cards {
  height: 200px;
}

.media-records {
  padding: 25px 8% 100px;
}
.media-records .column {
  padding: 0;
}
.media-records .column .cardwrap .row li {
  border: 2px solid rgba(13, 18, 48, 0.05);
  box-shadow: 0 2px 3px 0 rgba(30, 30, 30, 0.05);
  box-sizing: border-box;
  transition: 400ms;
}
.media-records .column .cardwrap .row li:hover {
  border: 2px solid #C24F3C;
  box-shadow: 0 12px 13px 0 rgba(30, 30, 30, 0.05);
}
.media-records .column .cardwrap .row li a img {
  height: 160px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@-moz-document url-prefix() {
  .media-records .column .cardwrap .row li a img {
    max-height: 160px;
  }
  .media-records .column .cardwrap .row li a .cards .card-title {
    height: 55px !important;
  }
}
.media-records .column .cardwrap .row li a .cards {
  border: none;
  box-shadow: none;
  height: unset;
  padding: 20px;
}
.media-records .column .cardwrap .row li a .cards .card-title {
  font-size: 22px;
  height: unset;
  margin-bottom: 22px;
}
.media-records .column .cardwrap .row li a .cards p {
  font-size: 12px;
  margin-bottom: 12px;
}
.media-records .column .cardwrap .row li a .cards :last-child {
  margin: 0;
}
.media-records .column .cardwrap .row li a .cards:hover {
  border: none;
  box-shadow: none;
}

.media-records-2 {
  padding: 100px 8% !important;
}
.media-records-2 .record {
  border: 2px solid rgba(13, 18, 48, 0.05);
  box-shadow: 0 2px 3px 0 rgba(30, 30, 30, 0.05);
  box-sizing: border-box;
  height: 250px;
  margin: 0 auto 40px;
  overflow: hidden;
  padding: 20px 20px 0;
  position: relative;
  transition: 250ms;
  width: 80%;
}
.media-records-2 .record .record-main {
  border-bottom: 2px solid rgba(13, 18, 48, 0.05);
  display: flex;
  height: 75%;
  justify-content: space-between;
  padding-bottom: 25px;
  position: relative;
}
.media-records-2 .record .record-main img {
  margin-right: 20px;
  max-height: 100%;
}
.media-records-2 .record .record-main .record-main-right {
  display: inline-block;
  height: 100%;
  position: relative;
  vertical-align: top;
  width: 75%;
}
.media-records-2 .record .record-main .record-main-right .title p small {
  font-family: montserratregular;
  font-size: 0.65em;
}
.media-records-2 .record .record-main .record-main-right .title h2 {
  display: -webkit-box;
  font-size: 1.25em;
  line-height: 1.23em;
  max-height: 2.46em;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.media-records-2 .record .record-main .record-main-right .description {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 10px;
}
.media-records-2 .record .record-main .record-main-right .description p {
  display: -webkit-box;
  font-size: 12px;
  line-height: 1.5em;
  max-height: 4.5em;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.media-records-2 .record .record-main .record-main-right .bottom-row {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  white-space: nowrap;
  width: 100%;
}
.media-records-2 .record .record-main .record-main-right .bottom-row .metadata {
  display: inline-flex;
  max-width: 335px;
  width: 70%;
}
.media-records-2 .record .record-main .record-main-right .bottom-row .metadata,
.media-records-2 .record .record-main .record-main-right .bottom-row .date {
  justify-content: space-between;
}
.media-records-2 .record .record-main .record-main-right .bottom-row .metadata span,
.media-records-2 .record .record-main .record-main-right .bottom-row .date span {
  font-size: 10px;
}
.media-records-2 .record .record-main .record-main-right .bottom-row .metadata span:hover,
.media-records-2 .record .record-main .record-main-right .bottom-row .date span:hover {
  cursor: pointer;
}
.media-records-2 .record .record-main .record-main-right .bottom-row .date {
  display: none;
}
.media-records-2 .record .record-main .record-main-right .bottom-row .view-record {
  font-size: 12px;
  text-decoration: none;
}
.media-records-2 .record .record-bottom {
  margin: 0;
  position: relative;
}
.media-records-2 .record .record-bottom .list-wrap {
  overflow-y: hidden;
  overflow-x: scroll;
  position: relative;
}
.media-records-2 .record .record-bottom .list-wrap::-webkit-scrollbar {
  display: none;
}
.media-records-2 .record .record-bottom .list-wrap .tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.media-records-2 .record .record-bottom .list-wrap .tabs .tab {
  color: rgba(13, 18, 48, 0.5);
  display: inline-block;
  font-size: 10px;
  padding: 10px;
}
.media-records-2 .record .record-bottom .list-wrap .tabs .tab:hover {
  cursor: pointer;
}
.media-records-2 .record .record-bottom .arrow {
  padding: 90px 10px 10px;
  position: absolute;
  top: -40px;
}
.media-records-2 .record .record-bottom .arrow:hover {
  cursor: pointer;
}
.media-records-2 .record .record-bottom .left {
  background: linear-gradient(0deg, #FFFFFF 30%, rgba(255, 255, 255, 0) 100%);
  left: 18px;
  transform: rotate(90deg);
}
.media-records-2 .record .record-bottom .right {
  background: linear-gradient(0deg, #FFFFFF 30%, rgba(255, 255, 255, 0) 100%);
  right: 18px;
  transform: rotate(-90deg);
}
.media-records-2 .record .record-bottom .hidden {
  display: none;
}
.media-records-2 .record:hover {
  border: 2px solid #27AD88;
  box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

@media screen and (max-width: 920px) {
  .media-records-2 .record {
    height: 541px;
    padding: 0;
  }
  .media-records-2 .record .record-main {
    flex-wrap: wrap;
    height: 89%;
  }
  .media-records-2 .record .record-main img {
    height: 48%;
    margin: 0;
    max-width: 100%;
    width: 100%;
  }
  .media-records-2 .record .record-main .record-main-right {
    box-sizing: border-box;
    height: 56%;
    padding: 20px 20px 0;
    width: 100%;
  }
  .media-records-2 .record .record-main .record-main-right .title p {
    margin-bottom: 10px;
  }
  .media-records-2 .record .record-main .record-main-right .title h2 {
    max-height: 3.69em;
    -webkit-line-clamp: 3;
  }
  .media-records-2 .record .record-main .record-main-right .description {
    margin: 20px 0;
    position: static;
    top: unset;
    transform: none;
    -webkit-transform: none;
  }
  .media-records-2 .record .record-main .record-main-right .description p {
    max-height: 7.5em;
    -webkit-line-clamp: 5;
  }
  .media-records-2 .record .record-main .record-main-right .bottom-row {
    position: static;
  }
  .media-records-2 .record .record-main .record-main-right .bottom-row .metadata {
    display: none;
  }
  .media-records-2 .record .record-main .record-main-right .bottom-row .date {
    display: inline-flex;
    justify-content: space-between;
    max-width: 50%;
    width: 125px;
  }
  .media-records-2 .record .record-bottom .left {
    left: 37px;
    z-index: 1;
  }
  .media-records-2 .record .record-bottom .right {
    right: 38px;
  }
}
.media-record {
  margin: 0;
  max-width: unset;
  padding: 0;
}
.media-record figure {
  background: #0E3232;
  height: 595px;
  margin: 0;
  padding-top: 55px;
  position: relative;
}
.media-record figure .fig-wrap {
  height: 500px;
  position: relative;
}
.media-record figure .fig-wrap .arrow-left,
.media-record figure .fig-wrap .arrow-right {
  background-color: #0E3232;
  background-position: 16px;
  border: none;
  border-radius: 50%;
  box-shadow: 0 10px 40px 0 rgba(13, 18, 48, 0.4);
  height: 45px;
  margin-top: 225px;
  opacity: 0;
  position: absolute;
  transition: 400ms;
  width: 45px;
}
.media-record figure .fig-wrap .arrow-left:hover,
.media-record figure .fig-wrap .arrow-right:hover {
  background-color: #C24F3C;
  cursor: pointer;
}
.media-record figure .fig-wrap .arrow-left:focus,
.media-record figure .fig-wrap .arrow-right:focus {
  outline: none;
}
.media-record figure .fig-wrap .arrow-right {
  margin-right: 40px;
  right: 0;
  transform: rotate(-90deg);
}
.media-record figure .fig-wrap .arrow-left {
  margin-left: 40px;
  transform: rotate(90deg);
}
.media-record figure .fig-wrap .carousel-display {
  box-shadow: 0 15px 45px 0 rgba(0, 0, 0, 0.5);
  display: block;
  height: 100%;
  margin: 0 auto;
  max-height: 100%;
  width: auto;
}
.media-record figure .fig-wrap .carousel-display:hover {
  cursor: pointer;
}
.media-record figure .carousel-controls {
  height: 100px;
  margin: 0 20px;
  position: relative;
}
.media-record figure .carousel-controls img {
  cursor: pointer;
  display: inline-block;
  margin-top: 55px;
  transition: 200ms;
}
.media-record figure .carousel-controls img:hover {
  opacity: 0.5;
}
.media-record figure .carousel-controls .download {
  margin-left: 20px;
}
.media-record figure .carousel-controls .maximize {
  float: right;
}
.media-record .thumbnail-slider {
  display: flex;
  justify-content: center;
  margin: 50px auto -80px;
  padding-bottom: 80px;
  position: relative;
  white-space: nowrap;
}
.media-record .thumbnail-slider .arrow-left,
.media-record .thumbnail-slider .arrow-right {
  background-color: #0E3232;
  background-position: 16px;
  border: none;
  border-radius: 50%;
  height: 45px;
  margin: 19px 0;
  position: absolute;
  transition: 400ms;
  width: 45px;
  z-index: 1;
}
.media-record .thumbnail-slider .arrow-left:hover,
.media-record .thumbnail-slider .arrow-right:hover {
  background-color: #C24F3C;
  cursor: pointer;
}
.media-record .thumbnail-slider .arrow-left:focus,
.media-record .thumbnail-slider .arrow-right:focus {
  outline: none;
}
.media-record .thumbnail-slider .arrow-left {
  box-shadow: 10px 0 40px 0 rgba(13, 18, 48, 0.4);
  left: 0;
  margin-left: 24px;
  transform: rotate(90deg);
}
.media-record .thumbnail-slider .arrow-right {
  box-shadow: -10px 0 40px 0 rgba(13, 18, 48, 0.4);
  margin-right: 24px;
  right: 0;
  transform: rotate(-90deg);
}
.media-record .thumbnail-slider .hidden {
  opacity: 0.3;
}
.media-record .thumbnail-slider .hidden:hover {
  background-color: #0E3232;
  cursor: not-allowed;
}
.media-record .thumbnail-slider .slider-wrap {
  margin: 0 auto;
  overflow: hidden;
}
.media-record .thumbnail-slider .slider-wrap .slider {
  list-style: none;
  margin: 0 0 0 90px;
  /*max-width: 1000px;*/
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-behavior: smooth;
  padding: 0 90px 0 0;
  transition: 2s;
  z-index: 0;
}
.media-record .thumbnail-slider .slider-wrap .slider::-webkit-scrollbar {
  display: none;
}
.media-record .thumbnail-slider .slider-wrap .slider li {
  display: inline-block;
  margin: 0 5px;
  position: relative;
}
.media-record .thumbnail-slider .slider-wrap .slider li .overlay-border {
  background: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  height: 100%;
  position: absolute;
  transition: 200ms;
  width: 100%;
}
.media-record .thumbnail-slider .slider-wrap .slider li .thumbnail-img {
  height: 80px;
  max-height: 100%;
  width: auto;
}
.media-record .thumbnail-slider .slider-wrap .slider li:hover {
  cursor: pointer;
}
.media-record .thumbnail-slider .slider-wrap .slider li:hover .overlay-border {
  background: rgba(175, 175, 175, 0);
  border: 3px solid #C24F3C;
  box-shadow: 0 10px 40px 0 rgba(13, 18, 48, 0.25);
}
.media-record .thumbnail-slider .slider-wrap .slider .selected .overlay-border {
  background: rgba(175, 175, 175, 0);
  box-shadow: 0 10px 40px 0 rgba(13, 18, 48, 0.25);
  border: 3px solid #C24F3C;
}
.media-record .custom-scrollbar {
  background-color: #fff;
  margin: 40px 20px -20px;
  padding: 0 8%;
  z-index: 1;
}
.media-record .custom-scrollbar .bar {
  background: rgba(13, 18, 48, 0.1);
  height: 2px;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}
.media-record .custom-scrollbar .bar .scroll {
  background: #C24F3C;
  border-radius: 50%;
  cursor: default;
  height: 1.2em;
  position: absolute;
  top: -8px;
  width: 1.2em;
  z-index: 2;
}
.media-record .custom-scrollbar .bar .scroll:hover {
  cursor: pointer;
}
.media-record article {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  padding: 100px 8%;
}
.media-record article .description {
  margin-bottom: 80px;
}
.media-record article .metadata div {
  border-bottom: 2px solid rgba(13, 18, 48, 0.05);
  margin-bottom: 15px;
  padding-bottom: 20px;
  position: relative;
}
.media-record article .metadata div span {
  line-height: 1.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
}
.media-record article .metadata div p {
  display: inline-block;
  line-height: 1.5;
  margin: 0;
  max-width: 79%;
  padding-left: 230px;
}
.media-record article .metadata div p a {
  display: block;
  text-decoration: none;
}
.media-record article .metadata div p a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 540px) {
  .media-record figure .fig-wrap .arrow-left,
.media-record figure .fig-wrap .arrow-right {
    z-index: 1;
  }
  .media-record figure .fig-wrap .arrow-right {
    right: -30px;
  }
  .media-record figure .fig-wrap .arrow-left {
    left: -30px;
  }
  .media-record figure .fig-wrap .carousel-display {
    bottom: 0;
    height: auto;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 0;
  }
  .media-record article .metadata div span {
    position: relative;
    width: unset;
  }
  .media-record article .metadata div p {
    display: block;
    max-width: 100%;
    padding: 0;
  }
}
.image-card-grid {
  display: flex;
  flex-wrap: wrap;
  max-width: unset;
  padding: 0;
}
.image-card-grid .image-grid-column {
  flex: 25%;
  max-width: 25%;
  width: 25%;
}
.image-card-grid .image-grid-column .image-grid-card {
  position: relative;
  transition: 400ms;
}
.image-card-grid .image-grid-column .image-grid-card .border {
  box-sizing: border-box;
  height: 100%;
  position: absolute;
  transition: 200ms;
  width: 100%;
}
.image-card-grid .image-grid-column .image-grid-card .border a {
  height: 100%;
  position: absolute;
  width: 100%;
}
.image-card-grid .image-grid-column .image-grid-card img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.image-card-grid .image-grid-column .image-grid-card .title {
  background: rgba(13, 18, 48, 0.7);
  color: white;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: 400ms;
  width: 100%;
}
.image-card-grid .image-grid-column .image-grid-card .title .title-wrap {
  margin: auto 30px 30px;
  position: absolute;
  bottom: 0;
}
.image-card-grid .image-grid-column .image-grid-card .title .title-wrap h2 {
  display: -webkit-box;
  font-size: 20px;
  line-height: 1.2em;
  /* max-height = line-height (1.2) * lines max number (4) */
  max-height: 4.8em;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.image-card-grid .image-grid-column .image-grid-card:hover {
  cursor: pointer;
}
.image-card-grid .image-grid-column .image-grid-card:hover .border {
  z-index: 1;
}
.image-card-grid .image-grid-column .image-grid-card:hover .title {
  background: rgba(13, 18, 48, 0);
  color: transparent;
}

@media screen and (max-width: 768px) {
  .image-card-grid .image-grid-column {
    flex: 50%;
    max-width: 50%;
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  .image-card-grid .image-grid-column {
    flex: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.image-card-grid-2 .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.image-card-grid-2 .row .image-grid-2-card {
  overflow: hidden;
  position: relative;
  transition: 400ms;
  width: 48%;
}
.image-card-grid-2 .row .image-grid-2-card .border {
  box-sizing: border-box;
  height: 100%;
  position: absolute;
  transition: 200ms;
  width: 100%;
}
.image-card-grid-2 .row .image-grid-2-card .border a {
  height: 100%;
  position: absolute;
  width: 100%;
}
.image-card-grid-2 .row .image-grid-2-card img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.image-card-grid-2 .row .image-grid-2-card .title {
  color: #FAF7F2;
  opacity: 1;
  position: absolute;
  bottom: 0;
  transition: 400ms;
}
.image-card-grid-2 .row .image-grid-2-card .title .title-wrap {
  margin: auto 30px 30px;
}
.image-card-grid-2 .row .image-grid-2-card .title .title-wrap h2 {
  display: -webkit-box;
  font-size: 25px;
  line-height: 1.2em;
  /* max-height = line-height (1.2) * lines max number (3) */
  max-height: 3.6em;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.image-card-grid-2 .row .image-grid-2-card .description {
  background: rgba(13, 18, 48, 0.8);
  height: 100%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  transition: 250ms;
  width: 100%;
}
.image-card-grid-2 .row .image-grid-2-card .description p {
  box-sizing: border-box;
  color: white;
  display: -webkit-box;
  font-size: 0.9em;
  line-height: 1.5em;
  margin: 20px;
  max-height: 16.5em;
  overflow: hidden;
  -webkit-line-clamp: 11;
  -webkit-box-orient: vertical;
}
.image-card-grid-2 .row .image-grid-2-card:hover {
  background-color: rgba(13, 18, 48, 0.8);
  box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.image-card-grid-2 .row .image-grid-2-card:hover .border {
  z-index: 1;
}
.image-card-grid-2 .row .image-grid-2-card:hover .title {
  opacity: 0;
}
.image-card-grid-2 .row .image-grid-2-card:hover .description {
  opacity: 1;
}
.image-card-grid-2 .row:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1130px) {
  .image-card-grid-2 .row .image-grid-2-card .description p {
    -webkit-line-clamp: 10;
  }
}
@media screen and (max-width: 1040px) {
  .image-card-grid-2 .row .image-grid-2-card .description p {
    -webkit-line-clamp: 9;
  }
}
@media screen and (max-width: 955px) {
  .image-card-grid-2 .row .image-grid-2-card .description p {
    -webkit-line-clamp: 8;
  }
}
@media screen and (max-width: 870px) {
  .image-card-grid-2 .row .image-grid-2-card .description p {
    -webkit-line-clamp: 7;
  }
}
@media screen and (max-width: 768px) {
  .image-card-grid-2 {
    padding: 100px 8%;
  }
  .image-card-grid-2 .row {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .image-card-grid-2 .row .image-grid-2-card {
    margin: 0 0 20px;
    width: 100%;
  }
  .image-card-grid-2 .row .image-grid-2-card .description p {
    -webkit-line-clamp: 11;
  }
}
@media screen and (max-width: 550px) {
  .image-card-grid-2 .row .image-grid-2-card .description p {
    -webkit-line-clamp: 10;
  }
}
@media screen and (max-width: 500px) {
  .image-card-grid-2 .row .image-grid-2-card .description p {
    -webkit-line-clamp: 9;
  }
}
@media screen and (max-width: 455px) {
  .image-card-grid-2 .row .image-grid-2-card .description p {
    -webkit-line-clamp: 8;
  }
}
@media screen and (max-width: 415px) {
  .image-card-grid-2 .row .image-grid-2-card .description p {
    -webkit-line-clamp: 7;
  }
}
@media screen and (max-width: 370px) {
  .image-card-grid-2 .row .image-grid-2-card .description p {
    -webkit-line-clamp: 6;
  }
}
@media screen and (max-width: 320px) {
  .image-card-grid-2 .row .image-grid-2-card .description p {
    -webkit-line-clamp: 5;
  }
}
@media screen and (max-width: 280px) {
  .image-card-grid-2 .row .image-grid-2-card .description p {
    -webkit-line-clamp: 4;
  }
}
.image-carousel {
  max-width: unset;
  padding: 0;
  width: 100%;
}
.image-carousel .image-carousel-fig {
  background: #0E3232;
  height: 640px;
  margin: 0;
  position: relative;
}
.image-carousel .image-carousel-fig .arrow-left,
.image-carousel .image-carousel-fig .arrow-right {
  background: url(../images/chevron-down.svg) no-repeat;
  background-color: #0E3232;
  background-position: 16px;
  border: none;
  border-radius: 50%;
  box-shadow: 0 10px 40px 0 rgba(13, 18, 48, 0.4);
  height: 45px;
  margin-top: -22.5px;
  position: absolute;
  top: 50%;
  transition: 400ms;
  width: 45px;
  z-index: 2;
}
.image-carousel .image-carousel-fig .arrow-left:hover,
.image-carousel .image-carousel-fig .arrow-right:hover {
  cursor: pointer;
  background-color: #C24F3C;
}
.image-carousel .image-carousel-fig .arrow-left:focus,
.image-carousel .image-carousel-fig .arrow-right:focus {
  outline: none;
}
.image-carousel .image-carousel-fig .arrow-right {
  margin-right: 40px;
  right: 0;
  transform: rotate(-90deg);
}
.image-carousel .image-carousel-fig .arrow-left {
  margin-left: 40px;
  transform: rotate(90deg);
}
.image-carousel .image-carousel-fig .carousel-title {
  color: #FAF7F2;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  transform: translateY(-50%);
  transition: 400ms;
  width: 40%;
  z-index: 2;
}
.image-carousel .image-carousel-fig .carousel-title .title h1 {
  display: -webkit-box;
  font-size: 45px;
  line-height: 1.2em;
  max-height: 2.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.image-carousel .image-carousel-fig .carousel-title .description {
  display: -webkit-box;
  font-size: 14px;
  line-height: 1.5em;
  margin: 20px 0;
  /* max-height = line-height (1.5) * lines max number (3) */
  max-height: 4.5em;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.image-carousel .image-carousel-fig .carousel-title .carousel-link {
  text-decoration: none;
}
.image-carousel .image-carousel-fig .carousel-display {
  box-shadow: 0 15px 45px 0 rgba(0, 0, 0, 0.5);
  display: block;
  height: 100%;
  margin: 0 auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0%;
  transition: 400ms;
  width: 100%;
  z-index: 0;
}
.image-carousel .image-carousel-fig .carousel-controls {
  height: 80px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 2;
}
.image-carousel .image-carousel-fig .carousel-controls .dot {
  background-color: rgba(240, 240, 240, 0.2);
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  width: 10px;
}
.image-carousel .image-carousel-fig .carousel-controls .dot:hover {
  cursor: pointer;
}
.image-carousel .image-carousel-fig .carousel-controls .active {
  background-color: #F0F0F0;
}
.image-carousel .image-carousel-fig .overlay {
  background-color: rgba(13, 18, 48, 0.7);
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .image-carousel .image-carousel-fig {
    height: 440px;
  }
}
@media screen and (max-width: 400px) {
  .image-carousel .image-carousel-fig {
    height: 280px;
  }
  .image-carousel .image-carousel-fig .arrow-right {
    right: -30px;
  }
  .image-carousel .image-carousel-fig .arrow-left {
    left: -30px;
  }
  .image-carousel .image-carousel-fig .carousel-controls {
    height: 35px;
  }
  .image-carousel .image-carousel-fig .carousel-title .title {
    margin-bottom: 10px;
  }
  .image-carousel .image-carousel-fig .carousel-title .title h1 {
    font-size: 25px;
  }
  .image-carousel .image-carousel-fig .carousel-title .description {
    display: none;
  }
}
.tab-wrap {
  margin: 0 auto;
  max-width: 1000px;
  padding: 100px 8% 0;
  position: relative;
}
.tab-wrap .arrow-wrap {
  overflow-y: hidden;
  overflow-x: scroll;
  position: relative;
}
.tab-wrap .arrow-wrap::-webkit-scrollbar {
  display: none;
}
.tab-wrap .arrow-wrap .tabs {
  border-bottom: 2px solid rgba(13, 18, 48, 0.01);
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  z-index: 0;
}
.tab-wrap .arrow-wrap .tabs .tab {
  border-bottom: 2px solid rgba(13, 18, 48, 0.05);
  color: rgba(13, 18, 48, 0.3);
  display: inline-block;
  font-family: montserratmedium;
  font-size: 1em;
  margin-bottom: -2px;
  padding: 10px;
  z-index: 1;
}
.tab-wrap .arrow-wrap .tabs .tab:hover {
  cursor: pointer;
}
.tab-wrap .arrow-wrap .tabs .active {
  border-bottom: 2px solid #27AD88;
  color: #27AD88;
}
.tab-wrap .arrow {
  height: 9%;
  padding: 40px 10px 10px 10px;
  position: absolute;
  bottom: -11px;
  z-index: 1;
}
.tab-wrap .arrow:hover {
  cursor: pointer;
}
.tab-wrap .right {
  background: linear-gradient(0deg, #FFFFFF 30%, rgba(255, 255, 255, 0.3) 100%);
  right: 8%;
  transform: rotate(-90deg);
}
.tab-wrap .left {
  background: linear-gradient(0deg, #FFFFFF 30%, rgba(255, 255, 255, 0.3) 100%);
  left: 8%;
  transform: rotate(90deg);
}
.tab-wrap .hidden {
  display: none;
}

.tab-card-title {
  font-size: 1em !important;
}

.text-modal {
  align-items: center;
  background: rgba(13, 18, 48, 0);
  display: none;
  height: 100%;
  justify-content: center;
  position: fixed;
  top: 0;
  transition: 400ms;
  width: 100%;
  z-index: 9999;
}
.text-modal .canvas {
  background: #FAF7F2;
  box-shadow: 0 25px 33px 0 rgba(0, 0, 0, 0.05);
  margin: 0 auto;
  max-width: 650px;
  opacity: 0;
  padding: 20px;
  position: relative;
  text-align: center;
  transition: 200ms;
}
.text-modal .canvas .close {
  background: #0E3232;
  border-radius: 50%;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
  margin: 0;
  padding: 15px;
  position: absolute;
  top: 20px;
  right: 30px;
  transition: 400ms;
}
.text-modal .canvas .close:hover {
  background-color: #C24F3C;
  box-shadow: 0 12px 13px 0 rgba(30, 30, 30, 0.05);
  cursor: pointer;
}
.text-modal .canvas .body {
  max-height: 70%;
  overflow-y: auto;
  overflow-x: hidden;
}
.text-modal .canvas .body .title {
  margin-top: 10%;
}
.text-modal .canvas .body .title h2 {
  font-size: 2em;
}
.text-modal .canvas .body .description {
  line-height: 1.8;
  margin: 5% 8% 0;
}
.text-modal .canvas .buttons {
  margin-top: 35px;
}
.text-modal .canvas .buttons p {
  transition: 400ms;
}
.text-modal .canvas .buttons p:hover {
  box-shadow: 0 12px 13px 0 rgba(30, 30, 30, 0.05);
  cursor: pointer;
  opacity: 0.7;
}
.text-modal .canvas .buttons .yes {
  background: #0E3232;
  box-shadow: 0 2px 3px 0 rgba(30, 30, 30, 0.05);
  color: #FAF7F2;
  display: inline-block;
  padding: 15px 70px;
}
.text-modal .canvas .buttons .no {
  color: #0E3232;
  margin: 3% auto;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

@media screen and (max-width: 650px) {
  .text-modal .canvas .title {
    margin-top: 50px;
  }
  .text-modal .canvas .buttons {
    bottom: 25px;
  }
  .text-modal .canvas .buttons .yes {
    padding: 15px 35px;
  }
}
.text-with-nav {
  display: flex;
  justify-content: space-between;
  overflow: visible;
}
.text-with-nav .text-nav {
  align-self: flex-start;
  position: -webkit-sticky;
  position: sticky;
  top: 135px;
  vertical-align: top;
}
.text-with-nav .text-nav .text-nav-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.text-with-nav .text-nav .text-nav-list .text-link, .text-with-nav .text-nav .text-nav-list .header .heading-text p a, .header .heading-text p .text-with-nav .text-nav .text-nav-list a {
  border-right: 2px solid rgba(13, 18, 48, 0.07);
  padding: 8px 20px;
}
.text-with-nav .text-nav .text-nav-list .text-link a, .text-with-nav .text-nav .text-nav-list .header .heading-text p a a, .header .heading-text p .text-with-nav .text-nav .text-nav-list a a {
  color: #0E3232;
  opacity: 0.6;
  text-decoration: none;
}
.text-with-nav .text-nav .text-nav-list .text-link:hover, .text-with-nav .text-nav .text-nav-list .header .heading-text p a:hover, .header .heading-text p .text-with-nav .text-nav .text-nav-list a:hover {
  border-right: 2px solid #27AD88;
  cursor: pointer;
}
.text-with-nav .text-nav .text-nav-list .text-link:hover a, .text-with-nav .text-nav .text-nav-list .header .heading-text p a:hover a, .header .heading-text p .text-with-nav .text-nav .text-nav-list a:hover a {
  color: #C24F3C;
  opacity: 1;
}
.text-with-nav .text-nav .text-nav-list .link-selected {
  border-right: 2px solid #27AD88;
}
.text-with-nav .text-nav .text-nav-list .link-selected a {
  color: #C24F3C;
  opacity: 1;
}
.text-with-nav .main-col {
  vertical-align: top;
  width: 75%;
}
.text-with-nav .main-col .section {
  margin-bottom: 50px;
}
.text-with-nav .main-col .section h2 {
  margin: 30px 0;
}
.text-with-nav .main-col .section h2 a {
  color: #0E3232;
  font-family: bigcaslonblack;
  text-decoration: none;
}
.text-with-nav .main-col .section h2 a:hover {
  cursor: default;
}
.text-with-nav .main-col .section h2 a:focus {
  outline: none;
}

@media screen and (max-width: 768px) {
  .text-with-nav .text-nav {
    display: none;
  }
  .text-with-nav .main-col {
    width: 100%;
  }
}
.collapsible-drawers .drawer {
  background-color: rgba(13, 18, 48, 0.05);
  border: 1px solid rgba(13, 18, 48, 0.1);
  margin-bottom: 30px;
  padding: 18px 20px;
  position: relative;
  transition: 400ms;
}
.collapsible-drawers .drawer:hover {
  border: 1px solid rgba(13, 18, 48, 0.5);
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.collapsible-drawers .drawer:hover img {
  opacity: 1;
}
.collapsible-drawers .drawer .heading {
  margin: 0;
}
.collapsible-drawers .drawer img {
  margin: 17px;
  opacity: 0.7;
  position: absolute;
  top: 0;
  right: 0;
}
.collapsible-drawers .drawer .drawer-body {
  border: none;
  height: 0;
  overflow: hidden;
  padding: 0;
  line-height: 1.8em;
  transition: 400ms;
}
.collapsible-drawers .drawer .drawer-body .body-text {
  font-size: 14px;
  line-height: 1.8em;
  visibility: hidden;
}
.collapsible-drawers .drawer.open .heading {
  margin: 0 0 20px;
}
.collapsible-drawers .drawer.open .drawer-body {
  border-top: 2px solid rgba(13, 18, 48, 0.1);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 23px 0 0 0;
}
.collapsible-drawers .drawer.open .drawer-body .body-text {
  visibility: visible;
}

.blazegraph-records {
  padding: 100px 8% !important;
}
.blazegraph-records .record {
  border: 2px solid rgba(13, 18, 48, 0.05);
  box-shadow: 0 2px 3px 0 rgba(30, 30, 30, 0.05);
  box-sizing: border-box;
  height: 191px;
  margin: 0 auto 40px;
  overflow: hidden;
  position: relative;
  transition: 250ms;
  width: 80%;
}
.blazegraph-records .record a {
  -webkit-text-decoration: None;
          text-decoration: None;
  color: #253449;
}
.blazegraph-records .record .image-and-name {
  display: inline-block;
  height: 100%;
  width: 250px;
  position: relative;
}
.blazegraph-records .record .image-and-name img {
  margin-right: 20px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blazegraph-records .record .image-and-name .name {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  color: #EEEBE7;
  font-size: 22px;
}
.blazegraph-records .record .image-and-name .type-icon {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 30px;
}
.blazegraph-records .record .record-main {
  display: inline-block;
  height: 100%;
  position: relative;
  width: calc(100% - 254px);
  vertical-align: top;
  padding: 20px;
  box-sizing: border-box;
}
.blazegraph-records .record .record-main .title p small {
  font-family: montserratregular;
  font-size: 0.65em;
}
.blazegraph-records .record .record-main .title h2 {
  display: -webkit-box;
  font-size: 1.25em;
  line-height: 1.23em;
  max-height: 2.46em;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blazegraph-records .record .record-main .metadata {
  -moz-column-count: 2;
       column-count: 2;
}
.blazegraph-records .record .record-main .metadata .column {
  padding: 0;
}
.blazegraph-records .record .record-main .metadata .metadata-row {
  margin-bottom: 20px;
  overflow: hidden;
}
.blazegraph-records .record .record-main .metadata .metadata-row span {
  display: inline-block;
  padding-right: 6px;
  font-weight: bold;
}
.blazegraph-records .record .record-main .metadata .metadata-row p {
  display: inline-block;
}
.blazegraph-records .record .record-main .description {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 10px;
}
.blazegraph-records .record .record-main .description p {
  display: -webkit-box;
  font-size: 12px;
  line-height: 1.5em;
  max-height: 4.5em;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blazegraph-records .record .record-main .bottom-row {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 40px);
  align-items: center;
}
.blazegraph-records .record .record-main .bottom-row img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.blazegraph-records .record .record-main .bottom-row span {
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.blazegraph-records .record .record-bottom {
  margin: 0;
  position: relative;
}
.blazegraph-records .record .record-bottom .list-wrap {
  overflow-y: hidden;
  overflow-x: scroll;
  position: relative;
}
.blazegraph-records .record .record-bottom .list-wrap::-webkit-scrollbar {
  display: none;
}
.blazegraph-records .record .record-bottom .list-wrap .tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.blazegraph-records .record .record-bottom .list-wrap .tabs .tab {
  color: rgba(13, 18, 48, 0.5);
  display: inline-block;
  font-size: 10px;
  padding: 10px;
}
.blazegraph-records .record .record-bottom .list-wrap .tabs .tab:hover {
  cursor: pointer;
}
.blazegraph-records .record .record-bottom .arrow {
  padding: 90px 10px 10px;
  position: absolute;
  top: -40px;
}
.blazegraph-records .record .record-bottom .arrow:hover {
  cursor: pointer;
}
.blazegraph-records .record .record-bottom .left {
  background: linear-gradient(0deg, #FFFFFF 30%, rgba(255, 255, 255, 0) 100%);
  left: 18px;
  transform: rotate(90deg);
}
.blazegraph-records .record .record-bottom .right {
  background: linear-gradient(0deg, #FFFFFF 30%, rgba(255, 255, 255, 0) 100%);
  right: 18px;
  transform: rotate(-90deg);
}
.blazegraph-records .record .record-bottom .hidden {
  display: none;
}
.blazegraph-records .record:hover {
  border: 2px solid #27AD88;
  box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

#blaze-top {
  font-size: 1.17em;
}

@media screen and (max-width: 920px) {
  .blazegraph-records .record {
    height: 541px;
    padding: 0;
  }
  .blazegraph-records .record .record-main {
    flex-wrap: wrap;
    height: 89%;
  }
  .blazegraph-records .record .record-main img {
    height: 48%;
    margin: 0;
    max-width: 100%;
    width: 100%;
  }
  .blazegraph-records .record .record-main .record-main-right {
    box-sizing: border-box;
    height: 56%;
    padding: 20px 20px 0;
    width: 100%;
  }
  .blazegraph-records .record .record-main .record-main-right .title p {
    margin-bottom: 10px;
  }
  .blazegraph-records .record .record-main .record-main-right .title h2 {
    max-height: 3.69em;
    -webkit-line-clamp: 3;
  }
  .blazegraph-records .record .record-main .record-main-right .description {
    margin: 20px 0;
    position: static;
    top: unset;
    transform: none;
    -webkit-transform: none;
  }
  .blazegraph-records .record .record-main .record-main-right .description p {
    max-height: 7.5em;
    -webkit-line-clamp: 5;
  }
  .blazegraph-records .record .record-main .record-main-right .bottom-row {
    position: static;
  }
  .blazegraph-records .record .record-main .record-main-right .bottom-row .metadata {
    display: none;
  }
  .blazegraph-records .record .record-main .record-main-right .bottom-row .date {
    display: inline-flex;
    justify-content: space-between;
    max-width: 50%;
    width: 125px;
  }
  .blazegraph-records .record .record-bottom .left {
    left: 37px;
    z-index: 1;
  }
  .blazegraph-records .record .record-bottom .right {
    right: 38px;
  }
}
.full-project .middlewrap {
  overflow: auto;
}
.full-project .middlewrap .project-headers h1 {
  display: inline;
}
.full-project .middlewrap .project-headers h2 {
  font-size: 26px;
  padding-top: 20px;
  display: inline-flex;
}
.full-project .middlewrap .project-headers h2 .card-icon {
  margin-left: 10px;
}

.project-button .jumpwrap .jump-button:first-child {
  margin: 0;
}

.affiliations {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
  overflow: auto;
}
.affiliations h2 {
  float: left;
  padding-right: 20px;
  color: #0E3232;
  font-size: 26px;
}
.affiliations hr {
  border: none;
  border-bottom: 1px solid #ECEAE5;
  padding-top: 8px;
  margin-bottom: 15px;
}
.affiliations .affiliates {
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
.affiliations .affiliates img {
  margin: 0 45px 30px;
}
.affiliations .affiliates img:first-child {
  margin-left: 0;
}
.affiliations .affiliates img:last-child {
  margin-right: 0;
}

.project-leads {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
  overflow: auto;
}
.project-leads .leadwrap {
  padding-bottom: 80px;
}
.project-leads .leadwrap h2 {
  float: left;
  padding-right: 20px;
  color: #0E3232;
  font-size: 26px;
}
.project-leads .leadwrap hr {
  border: none;
  border-bottom: 1px solid #ECEAE5;
  padding-top: 15px;
  margin-bottom: 15px;
}
.project-leads .leadwrap .leads {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.project-leads .leadwrap .leads .lead-card {
  overflow: auto;
  margin-bottom: 30px;
  cursor: pointer;
}
.project-leads .leadwrap .leads .lead-card .lead-photo {
  height: 92px;
  width: 92px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  float: left;
  margin-right: 20px;
}
.project-leads .leadwrap .leads .lead-card .lead-text {
  float: right;
  padding-top: 20px;
}
.project-leads .leadwrap .leads .lead-card .lead-text h3 {
  font-size: 20px;
  color: #0E3232;
  margin-bottom: 7px;
  text-decoration: none;
}
.project-leads .leadwrap .leads .lead-card .lead-text .view {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.project-leads .leadwrap .leads .lead-card .lead-text .view a {
  text-decoration: none;
  color: #0E3232;
  font-size: 15px;
  font-style: italic;
  transition: color 0.3s ease;
}
.project-leads .leadwrap .leads .lead-card .lead-text .view a .view-arrow {
  transform: rotate(270deg);
  float: right;
  margin-left: 10px;
  margin-top: 6px;
  height: 7px;
  width: 11px;
  background-image: url(../images/Arrow-dark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: background-image 0.3s ease;
}
.project-leads .leadwrap .leads .lead-card:hover .lead-text .view a {
  color: #C24F3C;
}
.project-leads .leadwrap .leads .lead-card:hover .lead-text .view a .view-arrow {
  background-image: url(../images/Arrow_colored.svg);
}

.project-contributors {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
  overflow: auto;
}
.project-contributors .contributorwrap {
  border-bottom: 1px solid #ECEAE5;
  padding-bottom: 80px;
}
.project-contributors .contributorwrap h2 {
  float: left;
  padding-right: 20px;
  color: #0E3232;
  font-size: 26px;
}
.project-contributors .contributorwrap hr {
  border: none;
  border-bottom: 1px solid #ECEAE5;
  padding-top: 15px;
  margin-bottom: 15px;
}
.project-contributors .contributorwrap .contributors {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.project-contributors .contributorwrap .contributors .contributor-card {
  overflow: auto;
  margin-bottom: 30px;
  margin-right: 10px;
}
.project-contributors .contributorwrap .contributors .contributor-card .contributor-text {
  padding-top: 20px;
}
.project-contributors .contributorwrap .contributors .contributor-card .contributor-text h3 {
  font-size: 16px;
  color: #0E3232;
  margin-bottom: 7px;
  text-decoration: none;
}

.search-projects {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}
.search-projects .searchwrap {
  width: 100%;
  height: 60px;
  position: relative;
}
.search-projects .searchwrap .search-field {
  border: 1px solid #CED0D2;
  border-radius: 100px;
  box-shadow: 0 4px 36px 0 rgba(0, 0, 0, 0.03);
  color: #253449;
  background-color: #FFFDFB;
  font-size: 16px;
  margin: 0;
  outline: none;
  padding: 0;
  padding-left: 30px;
  transition: border 0.2s;
  height: 60px;
  padding-right: 60px;
  width: 100%;
}
.search-projects .searchwrap .search-field:hover {
  border: 1px solid #C24F3C;
}
.search-projects .searchwrap .search-field:focus-within {
  border: 1px solid #C24F3C;
}
.search-projects .searchwrap ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #253449;
  opacity: 1;
  /* Firefox */
  font-style: italic;
}
.search-projects .searchwrap :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #253449;
  opacity: 1;
  /* Firefox */
  font-style: italic;
}
.search-projects .searchwrap ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #253449;
  opacity: 1;
  /* Firefox */
  font-style: italic;
}
.search-projects .searchwrap :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #253449;
  font-style: italic;
}
.search-projects .searchwrap ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #253449;
  font-style: italic;
}

.project-site {
  max-width: 320px;
  margin: 120px auto;
  text-align: center;
}
.project-site p {
  color: #0E3232;
  font-size: 14px;
  margin-bottom: 15px;
}
.project-site a {
  color: #0E3232;
  text-decoration: none;
  font-size: 20px;
  border-bottom: 2px solid #C24F3C;
  padding: 0 10px 12px;
  transition: 0.1s;
}
.project-site a:hover {
  padding-bottom: 14px;
  color: #C24F3C;
}

.stories {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.stories .header-background {
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.stories .middlewrap {
  padding-top: 160px;
  padding-bottom: 50px;
}

.card-slider .cards {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
  margin-bottom: 35px;
}
.card-slider .cards li.card {
  cursor: pointer;
  width: 390px;
  height: 270px;
  margin-right: 20px;
  box-shadow: 0 3px 10px 0 rgba(44, 44, 44, 0.1);
  border-radius: 5px;
  border: 2px solid transparent;
  background-color: #fff;
  transition: all 0.3s;
  padding: 20px;
}
.card-slider .cards li.card-story {
  cursor: pointer;
  width: 390px;
  height: 215px;
  margin-right: 20px;
  padding: 20px;
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  border: 0px solid transparent;
  border-radius: 5px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
  position: relative;
}
.card-slider .cards li.card-story a {
  color: inherit;
  text-decoration: none;
  position: absolute;
  z-index: 1;
  width: 90%;
}
.card-slider .cards li.card-story .card-title {
  font-size: 26px;
  color: #fff;
  line-height: 1;
  margin: 0;
  margin-bottom: 22px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  width: 100%;
}
.card-slider .cards li.card-story:hover {
  border: 4px solid #C24F3C;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.15);
}
.card-slider .cards h2 {
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.overlay {
  background: linear-gradient(180deg, rgba(14, 50, 50, 0.5) 0%, rgba(14, 50, 50, 0) 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  border-radius: 5px;
}

.featured-stories {
  padding: 30px 0 30px;
}

.storycard {
  padding-top: 0;
}
.storycard #all-header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.storycard #all-header .column-header {
  margin-right: 60px;
  font-size: 40px;
}
.storycard #all-header .sort-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.storycard #all-header .sort-search .search {
  position: relative;
}
.storycard #all-header .sort-search .search form {
  position: relative;
}
.storycard #all-header .sort-search .search form .search-field {
  border: 2px solid transparent;
  border-radius: 5px;
  box-shadow: 0 3px 10px 0 rgba(44, 44, 44, 0.1);
  background-color: #fff;
  color: #0E3232;
  font-size: 14px;
  margin: 0;
  outline: none;
  padding-left: 20px;
  padding-right: 45px;
  transition: border 0.3s ease;
  height: 45px;
  width: 300px;
}
.storycard #all-header .sort-search .search form .search-field:hover {
  border: 2px solid rgba(194, 79, 60, 0.6);
}
.storycard #all-header .sort-search .search form .search-field:focus-within {
  border: 2px solid rgba(194, 79, 60, 0.6);
}
.storycard #all-header .sort-search .search form .search-field::-moz-placeholder {
  color: rgba(14, 50, 50, 0.75);
  font-size: 14px;
}
.storycard #all-header .sort-search .search form .search-field:-ms-input-placeholder {
  color: rgba(14, 50, 50, 0.75);
  font-size: 14px;
}
.storycard #all-header .sort-search .search form .search-field::placeholder {
  color: rgba(14, 50, 50, 0.75);
  font-size: 14px;
}
.storycard #all-header .sort-search .search form ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #253449;
  opacity: 1;
  /* Firefox */
  font-style: italic;
}
.storycard #all-header .sort-search .search form :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #253449;
  opacity: 1;
  /* Firefox */
  font-style: italic;
}
.storycard #all-header .sort-search .search form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #253449;
  opacity: 1;
  /* Firefox */
  font-style: italic;
}
.storycard #all-header .sort-search .search form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #253449;
  font-style: italic;
}
.storycard #all-header .sort-search .search form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #253449;
  font-style: italic;
}
.storycard #all-header .sort-search .search form .search-icon-2 {
  background: none;
  height: 45px;
  width: 45px;
}
.storycard #all-header .sort-search .sort-stories {
  position: relative;
  margin-right: 40px;
}
.storycard #all-header .sort-search .sort-stories .sort-stories-text {
  font-size: 16px;
  color: #0E3232;
}
.storycard #all-header .sort-search .sort-stories ul {
  background: #0E3232;
  box-shadow: 0 25px 35px 0 rgba(13, 18, 48, 0.15);
  color: #fff;
  border-radius: 5px;
  text-align: center;
  display: none;
  list-style: none;
  margin: 10px auto 0;
  padding: 10px 15px;
  position: absolute;
  left: -15px;
  z-index: 2;
}
.storycard #all-header .sort-search .sort-stories ul li {
  cursor: pointer;
  font-family: aleobold;
  font-size: 14px;
  white-space: nowrap;
  line-height: 15px;
  padding: 5px 3px;
}
.storycard #all-header .sort-search .sort-stories ul li:hover {
  color: #C24F3C;
}
.storycard #all-header .sort-search .sort-stories ul ul#submenu {
  margin-bottom: 20px;
}
.storycard #all-header .sort-search .sort-stories #submenu.show {
  display: block;
}
.storycard #all-header .sort-search .sort-stories span {
  cursor: pointer;
}
.storycard #all-header .sort-search .sort-stories span img {
  transition: 400ms;
  transform: rotate(90deg);
  margin-bottom: -1px;
  margin-left: 5px;
}
.storycard #all-header .sort-search .sort-stories span img.show {
  transform: rotate(-90deg);
}

.pagiwrap {
  margin: 35px 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pagiwrap .sort-pages {
  position: relative;
  padding-right: 20px;
}
.pagiwrap .sort-pages p {
  margin: 0;
  margin-right: 20px;
  float: left;
  line-height: 50px;
  color: #253449;
  font-family: aleobold;
  font-size: 16px;
  cursor: pointer;
}
.pagiwrap .sort-pages p img {
  transition: 400ms;
  transform: rotate(90deg);
}
.pagiwrap .sort-pages p img.show {
  transform: rotate(-90deg);
}
.pagiwrap .sort-pages p .sort-arrow {
  margin-left: 5px;
  position: relative;
}
.pagiwrap .sort-pages ul {
  background: #0E3232;
  box-shadow: 0 25px 35px 0 rgba(13, 18, 48, 0.15);
  color: #fff;
  border-radius: 5px;
  display: none;
  list-style: none;
  margin: 40px 0 0;
  padding: 10px;
  position: absolute;
  left: 0;
  z-index: 2;
  min-width: 100px;
}
.pagiwrap .sort-pages ul li {
  cursor: pointer;
  font-family: aleobold;
  font-size: 14px;
  white-space: nowrap;
  line-height: 1;
  padding: 5px 3px;
  transition: color 0.3s ease;
  margin: 0px 5px;
}
.pagiwrap .sort-pages ul li:hover {
  color: #C24F3C;
}
.pagiwrap .sort-pages ul ul#submenu {
  margin-bottom: 20px;
}
.pagiwrap .sort-pages #submenu.show {
  display: block;
}

@media screen and (max-width: 712px) {
  .storycard #all-header {
    margin-bottom: 30px;
  }
  .storycard #all-header .header-search .column-header {
    float: none;
  }
  .storycard .cardheader-wrap .header-search .search {
    float: none;
  }
  .storycard .cardheader-wrap .header-search .search .search-field {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .sort-stories ul#submenu {
    left: 0;
  }
}
.fullstory {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fullstory .header-background {
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fullstory .middlewrap {
  padding-bottom: 50px;
}
.fullstory .middlewrap .last-page-header #last-page {
  color: #FAF7F2;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
}
.fullstory .middlewrap .last-page-header #last-page span#previous-title {
  color: #b9b8b4;
  transition: color 0.3s;
}
.fullstory .middlewrap .last-page-header #last-page span#previous-title:hover {
  color: #FBF9F5;
}
.fullstory .middlewrap .last-page-header span#current-title {
  color: #FAF7F2;
  font-size: 17px;
  font-weight: 500;
}

.story-content {
  padding: 65px 0 0;
  width: 100%;
  background-color: #FAF7F2;
  box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.03);
}
.story-content .columnwrap {
  overflow: auto;
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
}
.story-content a {
  color: #C24F3C;
}
.story-content .left-column, .story-content .right-column {
  display: inline-block !important;
  padding-bottom: 64px;
}
.story-content .left-column {
  transition: 400ms;
  width: 60%;
}
.story-content .left-column section {
  margin-bottom: 25px;
  overflow: auto;
}
.story-content .left-column section:last-child {
  padding-bottom: 0 !important;
}
.story-content .left-column section p {
  color: #0E3232;
  margin-bottom: 30px;
}
.story-content .left-column section p:last-child {
  margin-bottom: 0 !important;
}
.story-content .left-column section h2 {
  font-size: 30px;
  color: #0E3232;
}
.story-content .left-column section.creator {
  border-bottom: none;
}
.story-content .left-column section.creator p {
  line-height: 20px;
}
.story-content .left-column section.editor {
  border-bottom: none;
}
.story-content .left-column section.editor p {
  line-height: 20px;
}
.story-content .left-column section.online-resources p {
  line-height: 20px;
}
.story-content .left-column section.bibliography {
  border-bottom: none;
}
.story-content .left-column section.bibliography p {
  line-height: 20px;
  margin-bottom: 0px;
}
.story-content .right-column {
  float: right;
  width: 32%;
}
.story-content .right-column .sliderwrap {
  margin-bottom: 65px;
  width: 100%;
  height: auto;
  position: relative;
}
.story-content .right-column .sliderwrap .expand {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 40px;
  width: 40px;
  z-index: 2;
  border-radius: 0 5px 0 5px;
  box-shadow: 0 3px 7px 0 rgba(44, 44, 44, 0.1);
  background-color: #fff;
}
.story-content .right-column .sliderwrap .expand img {
  margin: 12px;
}
.story-content .right-column .sliderwrap .caption {
  text-align: center;
  padding-top: 20px;
  opacity: 0.7;
}
.story-content .right-column .sliderwrap .slider {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 10px 0 rgba(44, 44, 44, 0.1);
  width: auto;
  height: auto;
}
.story-content .right-column .sliderwrap .slider img {
  max-width: 100%;
  max-height: 360px;
}
.story-content .right-column .sliderwrap .slider .mySlides {
  margin: 0 auto;
  display: none;
  border-radius: 5px;
}
.story-content .right-column .sliderwrap .slider .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.story-content .right-column .sliderwrap .controls {
  width: 100%;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
}
.story-content .right-column .sliderwrap .controls .arrows {
  display: flex;
  width: 100px;
  justify-content: space-between;
  margin-right: 30px;
}
.story-content .right-column .sliderwrap .controls .arrows .next, .story-content .right-column .sliderwrap .controls .arrows .prev {
  height: 40px;
  width: 40px;
  border: 2px solid transparent;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 3px 10px 0 rgba(44, 44, 44, 0.1);
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}
.story-content .right-column .sliderwrap .controls .arrows .next img, .story-content .right-column .sliderwrap .controls .arrows .prev img {
  margin: 0 auto;
}
.story-content .right-column .sliderwrap .controls .arrows .next:hover, .story-content .right-column .sliderwrap .controls .arrows .prev:hover {
  border: 2px solid #C24F3C;
  box-shadow: 0 5px 20px 0 rgba(44, 44, 44, 0.2);
  background-color: rgba(194, 79, 60, 0.01);
  color: #C24F3C;
}
.story-content .right-column .sliderwrap .controls .arrows .prev img {
  transform: scaleX(-1);
}
.story-content .right-column .sliderwrap .controls .dots {
  display: flex;
  align-items: center;
}
.story-content .right-column .sliderwrap .controls .dots .dot {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 1.6px solid rgba(14, 50, 50, 0.2);
  background-color: #fff;
  margin-right: 5px;
  cursor: pointer;
  transition: all 0.3s;
}
.story-content .right-column .sliderwrap .controls .dots .dot:hover {
  background-color: #C24F3C;
  border: 1.6px solid transparent;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
}
.story-content .right-column .sliderwrap .controls .dots .active {
  background-color: #C24F3C;
  border: 1.6px solid transparent;
}
.story-content .right-column .key-events .key-events-title {
  font-size: 30px;
  color: #0E3232;
  margin-bottom: 25px;
}
.story-content .right-column .key-events .key-events-date {
  font-size: 18px;
  font-family: aleobold;
  font-weight: 300;
  color: #0E3232;
  margin-bottom: 10px;
}
.story-content .right-column .key-events .key-events-text {
  color: #0E3232;
  border-left: 2px solid rgba(37, 52, 73, 0.1);
  padding-left: 34px;
  padding-bottom: 15px;
  margin-left: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 18px;
}
.story-content .right-column .key-events .key-events-text:last-child {
  padding-bottom: 0;
}

.modal-view {
  background: rgba(51, 51, 51, 0.7);
  color: #0E3232;
  display: none;
  height: 100%;
  width: 100%;
  transition: 400ms;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  z-index: 99999;
}
.modal-view .modal-image {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.story-connections {
  border-bottom: none;
  padding: 0 0 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.story-connections h2 {
  font-size: 30px;
  color: #0E3232;
}
.story-connections .story-categories {
  margin-top: 10px;
}
.story-connections .story-categories ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-top: 10px;
  height: 65px;
}
.story-connections .story-categories ul li {
  display: inline;
  cursor: pointer;
  font-size: 16px;
  font-family: aleobold;
  color: #253449;
  opacity: 0.25;
  padding-bottom: 20px;
  padding-left: 40px;
  margin-right: 35px;
  position: relative;
  transition: opacity 0.3s;
}
.story-connections .story-categories ul li:hover {
  opacity: 1;
}
.story-connections .story-categories ul li div {
  padding-right: 10px;
  left: 5px;
  top: -2px;
  background-repeat: no-repeat;
  position: absolute;
}
.story-connections .story-categories ul li .person-image {
  height: 26px;
  width: 26px;
  background-image: url(../images/Person-dark.svg);
}
.story-connections .story-categories ul li .event-image {
  height: 25px;
  width: 25px;
  background-image: url(../images/Event-dark.svg);
}
.story-connections .story-categories ul li .place-image {
  height: 26px;
  width: 23px;
  background-image: url(../images/Place-dark.svg);
}
.story-connections .story-categories ul li .project-image {
  height: 24px;
  width: 27px;
  background-image: url(../images/Project-dark.svg);
}
.story-connections .story-categories ul li .source-image {
  height: 25px;
  width: 22px;
  background-image: url(../images/Source-dark.svg);
}
.story-connections .story-categories ul .selected, .story-connections .story-categories ul .story-selected {
  border-bottom: 2px solid #C24F3C;
  font-family: aleobold;
  opacity: 1;
}
.story-connections .story-categories ul hr {
  margin-top: 17px;
  border: none;
  border-bottom: 2px solid #E4DED5;
  width: 100%;
  min-width: 740px;
}
.story-connections .story-connection-cards ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 15px 0 30px;
  padding: 0;
}
.story-connections .story-connection-cards ul li.card {
  cursor: pointer;
  width: 100%;
  margin-right: 0;
  margin-bottom: 15px;
  box-shadow: 0 3px 10px 0 rgba(44, 44, 44, 0.1);
  border-radius: 5px;
  border: 2px solid transparent;
  background-color: #fff;
  transition: all 0.3s;
  position: relative;
  padding: 20px;
}
.story-connections .story-connection-cards ul li.card a {
  text-decoration: none;
}
.story-connections .story-connection-cards ul li.card:hover {
  border: 2px solid #C24F3C;
  box-shadow: 0 12px 13px 0 rgba(44, 44, 44, 0.1);
}
.story-connections .story-connection-cards ul li.card .card-title {
  display: flex;
  align-items: center;
  line-height: 1;
}
.story-connections .story-connection-cards ul li.card .card-title img {
  margin-right: 15px;
  margin-top: -3px;
}
.story-connections .story-connection-cards ul li.card .card-title h3 {
  color: #0E3232;
  font-size: 24px;
  margin-right: 10px;
  height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.story-connections .story-connection-cards ul li.card .details {
  display: flex;
  flex-wrap: wrap;
}
.story-connections .story-connection-cards ul li.card .details .detail {
  margin-right: 25px;
  margin-bottom: 20px;
}
.story-connections .story-connection-cards ul li.card .details .detail p {
  color: #0E3232;
  font-size: 14px;
}
.story-connections .story-connection-cards ul li.card .details .detail .detail-title {
  font-style: italic;
}
.story-connections .story-connection-cards ul li.card .connectionswrap {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding-bottom: 5px;
}
.story-connections .story-connection-cards ul li.card .connectionswrap .connections {
  min-height: 40px;
  max-width: 100%;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
}
.story-connections .story-connection-cards ul li.card .connectionswrap .connections .card-icons {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  padding: 0 10px;
}
.story-connections .story-connection-cards ul li.card .connectionswrap .connections .card-icons:hover .connection-menu {
  display: block;
}
.story-connections .story-connection-cards ul li.card .connectionswrap .connections .card-icons img {
  margin-right: 10px;
  height: 22px;
  opacity: 0.8;
}
.story-connections .story-connection-cards ul li.card .connectionswrap .connections .card-icons span {
  font-size: 14px;
  color: #0E3232;
  opacity: 0.8;
}
.story-connections .story-connection-cards ul li.card .connectionswrap .connections .card-icons .connection-menu {
  display: none;
  background: #0E3232;
  box-shadow: 0 25px 35px 0 rgba(13, 18, 48, 0.15);
  color: #FAF7F2;
  font-size: 12px;
  white-space: nowrap;
  position: absolute;
  padding: 20px;
  bottom: 40px;
  right: -90px;
  width: 220px;
  z-index: 10;
}
.story-connections .story-connection-cards ul li.card .connectionswrap .connections .card-icons .connection-menu.hovered {
  display: block;
}
.story-connections .story-connection-cards ul li.card .connectionswrap .connections .card-icons .connection-menu h1 {
  font-size: 18px;
  margin-bottom: 10px;
}
.story-connections .story-connection-cards ul li.card .connectionswrap .connections .card-icons .connection-menu ul {
  padding: 0;
}
.story-connections .story-connection-cards ul li.card .connectionswrap .connections .card-icons .connection-menu ul li {
  width: unset;
  display: list-item;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  list-style-type: none;
  cursor: pointer;
  font-size: 13px;
  transition: 0.2s;
  line-height: 16px;
  padding: 5px 0;
  word-wrap: break-word;
  white-space: normal;
}
.story-connections .story-connection-cards ul li.card .connectionswrap .connections .card-icons .connection-menu ul li #arrow {
  color: #FAF7F2;
  background-image: url(../images/Arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 6px;
  transform: rotate(-90deg);
  float: right;
  margin: 5px 0 0 10px;
  transition: color 0.2s;
}
.story-connections .story-connection-cards ul li.card .connectionswrap .connections .card-icons .connection-menu ul li:hover {
  color: #C24F3C;
}
.story-connections .story-connection-cards ul li.card .connectionswrap .connections .card-icons .connection-menu ul li:hover #arrow {
  background-image: url(../images/Arrow_colored.svg);
}
.story-connections .story-connection-cards ul li.card .connectionswrap .connections .card-icons .connection-menu ul li span {
  opacity: 0.6;
}
.story-connections .load-more, .story-connections .search-all {
  margin: 0 auto;
  max-width: 140px;
}
.story-connections .load-more h4, .story-connections .search-all h4 {
  cursor: pointer;
  color: #122E46;
  font-size: 18px;
  text-align: center;
  margin-top: 55px;
  transition: color 0.3s;
}
.story-connections .load-more h4:hover, .story-connections .search-all h4:hover {
  color: #C24F3C;
}
.story-connections .search-all {
  color: #0E3232;
  text-decoration: none;
  font-size: 16px;
  font-style: italic;
  line-height: 18px;
  border-bottom: 3px solid #C24F3C;
}
.story-connections .loaded {
  display: none;
}

@media screen and (max-width: 950px) {
  .story-content .left-column, .story-content .right-column {
    float: none;
    width: 100%;
  }
  .story-content .left-column {
    margin-right: 0;
  }
  .story-content .right-column {
    margin-bottom: 60px;
  }
  .story-content .related-card {
    margin-top: 0;
  }
}
@media screen and (max-width: 400px) {
  .last-page-header {
    margin-bottom: 0;
    display: none;
  }
}
/*@media screen and (max-width: 760px){
    .story-connections{
        .categories{
            ul{
                li{
                    padding-bottom: 10px;
                    margin-bottom: 30px;
                }
            }
        }
        .connection-cards{
            .connect-row{
                li{
                    width: 32%;
                    margin-right: 2%;

                    &:nth-child(4n){
                        margin-right: auto;
                    }
                    &:nth-child(3n){
                        margin-right: 0;
                    }
                }
            }
        }
    }
}
@media screen and (max-width: 580px){
    .story-connections{
        .connection-cards{
            .connect-row{
                li{
                    width: 49%;
                    margin-right: 2%;

                    &:nth-child(3n){
                        margin-right: auto;
                    }
                    &:nth-child(2n){
                        margin-right: 0;
                    }
                }
            }
        }
    }
}*/
@media screen and (max-width: 650px) {
  .story-connections .connection-cards ul li.card {
    margin-right: 0;
    width: 100%;
  }
}
.pagination-container {
  display: flex;
  align-items: center;
}
.pagination-container .page-select {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination-container .page-select li {
  color: rgba(14, 50, 50, 0.3);
  font-family: aleobold;
  font-size: 18px;
  cursor: pointer;
  display: inline-block;
  margin: 0 6px;
  transition: all 0.3s;
  vertical-align: middle;
}
.pagination-container .page-select li.active, .pagination-container .page-select li:hover {
  color: #0E3232;
}
.pagination-container .pagination-next {
  margin-left: 20px;
  background-color: #fff;
}
.pagination-container .pagination-prev {
  margin-right: 20px;
}

#pagination {
  margin: 20px auto 60px;
  float: right;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#pagination .first-prev, #pagination .last-next {
  display: flex;
  margin-top: 20px;
}
#pagination .pagi-left,
#pagination .pagi-right {
  background-color: #fff;
  box-shadow: 0 3px 7px 0 rgba(44, 44, 44, 0.1);
  border: 2px solid transparent;
  border-radius: 5px;
  cursor: pointer;
  opacity: 1;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
#pagination .pagi-left img,
#pagination .pagi-right img {
  margin: 0 auto;
}
#pagination .pagi-left:hover,
#pagination .pagi-right:hover {
  border: 2px solid #C24F3C;
}
#pagination .pagi-left {
  margin-right: 15px;
}
#pagination .pagi-left img {
  transform: scaleX(-1);
}
#pagination .pagi-first,
#pagination .pagi-last {
  background-color: #fff;
  box-shadow: 0 3px 7px 0 rgba(44, 44, 44, 0.1);
  border: 2px solid transparent;
  border-radius: 5px;
  cursor: pointer;
  opacity: 1;
  padding: 0 12px;
  height: 40px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
#pagination .pagi-first img,
#pagination .pagi-last img {
  margin: 0 auto;
}
#pagination .pagi-first:hover,
#pagination .pagi-last:hover {
  border: 2px solid #C24F3C;
}
#pagination .pagi-first {
  margin-right: 10px;
}
#pagination .pagi-last {
  margin-left: 10px;
}
#pagination .page-numbers {
  margin: 20px 15px 0 0;
}
#pagination .page-numbers span.active {
  opacity: 1;
}
#pagination .page-numbers span {
  cursor: pointer;
  color: #0E3232;
  margin: 0 5px;
  font-size: 18px;
  opacity: 0.3;
}
#pagination .page-numbers span:hover {
  opacity: 1;
}

.projectcard .card-wrap .card-row {
  width: 100%;
}
.projectcard .card-wrap .card-row li.card {
  position: relative;
}
.projectcard .card-wrap .card-row li.card .connectionswrap {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding-bottom: 5px;
}
.projectcard .card-wrap .card-row li.card .connectionswrap .connections {
  min-height: 40px;
  max-width: 100%;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
}
.projectcard .card-wrap .card-row li.card .connectionswrap .connections .card-icons {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  padding: 0 10px;
}
.projectcard .card-wrap .card-row li.card .connectionswrap .connections .card-icons:hover .connection-menu {
  display: block;
}
.projectcard .card-wrap .card-row li.card .connectionswrap .connections .card-icons img {
  margin-right: 10px;
  height: 22px;
  opacity: 0.8;
}
.projectcard .card-wrap .card-row li.card .connectionswrap .connections .card-icons span {
  font-size: 14px;
  color: #0E3232;
  opacity: 0.8;
}
.projectcard .card-wrap .card-row li.card .connectionswrap .connections .card-icons .connection-menu {
  display: none;
  background: #0E3232;
  box-shadow: 0 25px 35px 0 rgba(13, 18, 48, 0.15);
  color: #FAF7F2;
  font-size: 12px;
  white-space: nowrap;
  position: absolute;
  padding: 20px;
  bottom: 40px;
  right: -90px;
  width: 220px;
  z-index: 10;
}
.projectcard .card-wrap .card-row li.card .connectionswrap .connections .card-icons .connection-menu.hovered {
  display: block;
}
.projectcard .card-wrap .card-row li.card .connectionswrap .connections .card-icons .connection-menu h1 {
  font-size: 18px;
  margin-bottom: 10px;
}
.projectcard .card-wrap .card-row li.card .connectionswrap .connections .card-icons .connection-menu ul {
  padding: 0;
}
.projectcard .card-wrap .card-row li.card .connectionswrap .connections .card-icons .connection-menu ul li {
  width: unset;
  display: list-item;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  list-style-type: none;
  cursor: pointer;
  font-size: 13px;
  transition: 0.2s;
  line-height: 16px;
  padding: 5px 0;
  word-wrap: break-word;
  white-space: normal;
}
.projectcard .card-wrap .card-row li.card .connectionswrap .connections .card-icons .connection-menu ul li #arrow {
  color: #FAF7F2;
  background-image: url(../images/Arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 6px;
  transform: rotate(-90deg);
  float: right;
  margin: 5px 0 0 10px;
  transition: color 0.2s;
}
.projectcard .card-wrap .card-row li.card .connectionswrap .connections .card-icons .connection-menu ul li:hover {
  color: #C24F3C;
}
.projectcard .card-wrap .card-row li.card .connectionswrap .connections .card-icons .connection-menu ul li:hover #arrow {
  background-image: url(../images/Arrow_colored.svg);
}
.projectcard .card-wrap .card-row li.card .connectionswrap .connections .card-icons .connection-menu ul li span {
  opacity: 0.6;
}

@media screen and (max-width: 435px) {
  .projectcard .cardwrap .row li .cards .connections {
    bottom: 55px;
    right: 20px;
    left: unset;
  }
}
@media screen and (max-width: 650px) {
  .projectcard .cardheader-wrap .header-search .project-search {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .projectcard .cardwrap .row li {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.about-header .header-background {
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.about-header .header-background.home-page {
  height: 330px;
}
.about-header .header-background.search-page {
  height: 230px;
}
.about-header .header-background.full-height {
  height: 100%;
}
.about-header .middlewrap {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding-top: 160px;
  padding-bottom: 50px;
}
.about-header .middlewrap .previous-title {
  opacity: 0.7;
  color: #fff;
  font-family: aleobold;
  font-size: 16px;
  font-weight: none;
  line-height: 18px;
  text-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
}
.about-header .middlewrap #current-title {
  color: #fff;
  font-family: aleobold;
  font-size: 16px;
  font-weight: none;
  line-height: 18px;
}

.about-text {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.about-text #mid-paragraph {
  margin-bottom: 50px;
}
.about-text .textwrap {
  padding: 14px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 10px 0 rgba(44, 44, 44, 0.1);
  margin-bottom: 50px;
}
.about-text .textwrap ul, .about-text .textwrap ol {
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
}
.about-text .textwrap ul li, .about-text .textwrap ol li {
  padding-bottom: 15px;
}
.about-text .textwrap ul li:nth-child(5n), .about-text .textwrap ol li:nth-child(5n) {
  padding-bottom: 0px;
}
.about-text .textwrap ol li {
  padding-left: 10px;
}

.info {
  height: auto;
  padding: 60px 0 20px;
  width: 100%;
  font-family: aleoregular;
  font-size: 18px;
  line-height: 1.5;
}
.info .infowrap {
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
}
.info .infowrap h1 {
  margin-bottom: 10px;
}
.info .infowrap p {
  color: #0E3232;
  position: relative;
  text-align: left;
}
.info.stories {
  padding: 0 0 60px;
}
.info.stories h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

.explore {
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 0;
}
.explore .section-wrap {
  clear: both;
  overflow: hidden;
}
.explore .section-wrap .section-info {
  float: left;
  max-width: 50%;
}
.explore .section-wrap .section-info a {
  text-decoration: none;
  color: #0E3232;
}
.explore .section-wrap .section-info h2 {
  font-size: 38px;
  margin-bottom: 30px;
  color: #0E3232;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 3px solid rgba(255, 255, 255, 0);
  transition: border 0.3s ease;
}
.explore .section-wrap .section-info h2 img {
  transform: scaleX(-1);
  margin-left: 17px;
  margin-bottom: 5px;
  cursor: pointer;
}
.explore .section-wrap .section-info h2:hover {
  border-bottom: 3px solid #C24F3C;
}
.explore .section-wrap .section-info p {
  color: #0E3232;
  font-size: 16px;
  line-height: 24px;
}
.explore .section-wrap .section-content {
  float: right;
  width: 45%;
  max-width: 380px;
}
.explore .section-wrap .section-content a {
  text-decoration: none;
}
.explore .section-wrap .section-content .content-link {
  width: 100%;
  min-width: 220px;
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  padding-bottom: 15px;
  border-bottom: 4px solid rgba(255, 255, 255, 0);
  padding-left: 20px;
}
.explore .section-wrap .section-content .content-link .icon {
  margin-right: 17px;
}
.explore .section-wrap .section-content .content-link h3 {
  font-size: 22px;
  line-height: 26px;
  color: #0E3232;
}
.explore .section-wrap .section-content .content-link span {
  font-size: 20px;
  line-height: 26px;
  color: #0E3232;
  position: absolute;
  right: 70px;
  opacity: 0.47;
  transition: opacity 0.3s ease;
}
.explore .section-wrap .section-content .content-link .arrow {
  position: absolute;
  right: 40px;
}
.explore .section-wrap .section-content .content-link:hover {
  border-bottom: 4px solid #C24F3C;
  box-shadow: 0 8px 11px 0 rgba(37, 52, 73, 0.1);
}
.explore .section-wrap .section-content .content-link:hover span {
  opacity: 1;
}

@media screen and (max-width: 850px) {
  .explore {
    padding: 40px 6% !important;
  }
  .explore .section-wrap {
    margin-bottom: 0;
  }
  .explore .section-wrap .section-info {
    max-width: 100%;
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  .explore .section-wrap .section-content {
    max-width: 100%;
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 1100px) {
  .explore {
    padding: 70px 6%;
  }
}
.explore-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}
.explore-header .middlewrap {
  padding-top: 160px;
  padding-bottom: 50px;
}

.info .infowrap a.view-more {
  margin-top: 35px;
  text-decoration: none;
  background-color: #C24F3C;
  box-shadow: 0 5px 15px 0 rgba(115, 47, 35, 0.2);
  padding: 15px;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s;
}
.info .infowrap a.view-more:hover {
  background: #CF5440;
}
.info.explore {
  padding: 60px 0 20px;
}

.people-page {
  background-image: url(../images/PersonLanding.jpg);
}

.place-page {
  background-image: url(../images/PlaceLanding.jpg);
}

.event-page {
  background-image: url(../images/EventLanding.jpg);
}

.source-page {
  background-image: url(../images/SourceLanding.jpg);
}

.explore-by {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
  padding: 50px 0 50px;
}
.explore-by h1 {
  color: #0E3232;
  font-size: 40px;
  margin-bottom: 30px;
}
.explore-by .cards {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.explore-by .cards a {
  color: inherit;
  text-decoration: none;
}
.explore-by .cards li {
  width: 48%;
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 5px;
  box-shadow: 0 3px 10px 0 rgba(44, 44, 44, 0.1);
  padding: 17px 20px;
  color: #0E3232;
  font-size: 18px;
  line-height: 1;
  max-height: 60px;
  cursor: pointer;
  margin-bottom: 15px;
  margin-right: 2%;
  transition: all 0.3s;
}
.explore-by .cards li .type-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  font-family: aleobold;
  line-height: 1;
}
.explore-by .cards li span {
  float: right;
  margin-right: 12px;
  line-height: 1.2;
  font-size: 16px;
}
.explore-by .cards li #arrow {
  background-image: url(../images/Arrow3.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 9px;
  height: 15px;
  float: right;
  margin-top: 2px;
  transition: 0.2s;
}
.explore-by .cards li:hover {
  border: 2px solid #C24F3C;
  box-shadow: 0 5px 20px 0 rgba(44, 44, 44, 0.2);
  background-color: rgba(194, 79, 60, 0.01);
  color: #C24F3C;
}
.explore-by .cards .hide-category {
  display: none;
}
.explore-by .sort-cards p {
  margin: 0 0 40px 10px;
  float: left;
  color: #253449;
  font-size: 14px;
  cursor: pointer;
}
.explore-by .sort-cards p img {
  transition: 400ms;
}
.explore-by .sort-cards p img.show {
  transform: rotate(-180deg);
}
.explore-by .sort-cards ul {
  background: #FAF7F2;
  box-shadow: 0 25px 35px 0 rgba(13, 18, 48, 0.15);
  color: #0E3232;
  display: none;
  list-style: none;
  margin: 25px auto 0;
  padding: 20px;
  position: absolute;
  left: -861px;
  right: 0;
  width: 100px;
  z-index: 1;
}
.explore-by .sort-cards ul li {
  cursor: pointer;
  font-size: 14px;
  line-height: 15px;
  padding: 5px 3px;
  text-align: center;
}
.explore-by .sort-cards ul li:hover {
  color: #C24F3C;
}
.explore-by .sort-cards ul ul#submenu {
  margin-bottom: 20px;
}
.explore-by .sort-cards #submenu.show {
  display: block;
}

.explore-featured {
  padding: 0 0 80px;
}

.card-slider {
  width: 100%;
}
.card-slider h2 {
  font-size: 40px;
  color: #0E3232;
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
}
.card-slider .cardwrap {
  width: 100%;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.card-slider .cardwrap::-webkit-scrollbar {
  display: none;
}
.card-slider .cardwrap2 {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
}
.card-slider .cards-featured {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 32px 0 30px;
  padding: 0;
}
.card-slider .cards-featured li.card-featured {
  cursor: pointer;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 15px;
  box-shadow: 0 3px 10px 0 rgba(44, 44, 44, 0.1);
  border-radius: 5px;
  border: 2px solid transparent;
  background-color: #fff;
  transition: all 0.3s;
  position: relative;
  padding: 20px;
}
.card-slider .cards-featured li.card-featured a {
  text-decoration: none;
}
.card-slider .cards-featured li.card-featured:hover {
  border: 2px solid #C24F3C;
  box-shadow: 0 12px 13px 0 rgba(44, 44, 44, 0.1);
}
.card-slider .cards-featured li.card-featured .card-title {
  display: flex;
  align-items: center;
  height: 20px;
}
.card-slider .cards-featured li.card-featured .card-title img {
  margin-right: 15px;
}
.card-slider .cards-featured li.card-featured .card-title h3 {
  color: #0E3232;
  font-size: 24px;
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.card-slider .cards-featured li.card-featured .details {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.card-slider .cards-featured li.card-featured .details .detail {
  margin-right: 25px;
  margin-bottom: 20px;
}
.card-slider .cards-featured li.card-featured .details .detail p {
  color: #0E3232;
  font-size: 14px;
  font-family: aleoregular;
}
.card-slider .cards-featured li.card-featured .details .detail .detail-title {
  font-style: italic;
  font-family: aleobold;
}
.card-slider .cards-featured li.card-featured .connectionswrap {
  width: 100%;
}
.card-slider .cards-featured li.card-featured .connectionswrap p {
  color: #0E3232;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 5px;
}
.card-slider .cards-featured li.card-featured .connectionswrap .connections {
  min-height: 40px;
  max-width: 100%;
  display: flex;
  justify-content: start;
}
.card-slider .cards-featured li.card-featured .connectionswrap .connections .card-icons {
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-right: 25px;
  position: relative;
}
.card-slider .cards-featured li.card-featured .connectionswrap .connections .card-icons:hover .connection-menu {
  display: block;
}
.card-slider .cards-featured li.card-featured .connectionswrap .connections .card-icons img {
  margin-right: 10px;
  height: 22px;
  opacity: 0.8;
}
.card-slider .cards-featured li.card-featured .connectionswrap .connections .card-icons span {
  font-size: 14px;
  color: #0E3232;
  opacity: 0.8;
}
.card-slider .cards-featured li.card-featured .connectionswrap .connections .card-icons .connection-menu {
  display: none;
  background: #0E3232;
  box-shadow: 0 25px 35px 0 rgba(13, 18, 48, 0.15);
  color: #FAF7F2;
  font-size: 12px;
  white-space: nowrap;
  position: absolute;
  padding: 20px;
  width: 220px;
  bottom: 40px;
  margin-left: -90px;
  z-index: 10;
}
.card-slider .cards-featured li.card-featured .connectionswrap .connections .card-icons .connection-menu.hovered {
  display: block;
}
.card-slider .cards-featured li.card-featured .connectionswrap .connections .card-icons .connection-menu h1 {
  font-size: 18px;
  margin-bottom: 10px;
}
.card-slider .cards-featured li.card-featured .connectionswrap .connections .card-icons .connection-menu ul {
  padding: 0;
}
.card-slider .cards-featured li.card-featured .connectionswrap .connections .card-icons .connection-menu ul li {
  width: unset;
  display: list-item;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  list-style-type: none;
  cursor: pointer;
  font-size: 13px;
  transition: 0.2s;
  line-height: 16px;
  padding: 5px 0;
  word-wrap: break-word;
  white-space: normal;
}
.card-slider .cards-featured li.card-featured .connectionswrap .connections .card-icons .connection-menu ul li #arrow {
  color: #FAF7F2;
  background-image: url(../images/Arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 6px;
  transform: rotate(-90deg);
  float: right;
  margin: 5px 0 0 10px;
  transition: color 0.2s;
}
.card-slider .cards-featured li.card-featured .connectionswrap .connections .card-icons .connection-menu ul li:hover {
  color: #C24F3C;
}
.card-slider .cards-featured li.card-featured .connectionswrap .connections .card-icons .connection-menu ul li:hover #arrow {
  background-image: url(../images/Arrow_colored.svg);
}
.card-slider .cards-featured li.card-featured .connectionswrap .connections .card-icons .connection-menu ul li span {
  opacity: 0.6;
}
.card-slider .controls {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
}
.card-slider .controls .arrows {
  display: flex;
  width: 100px;
  justify-content: space-between;
  margin-right: 30px;
}
.card-slider .controls .arrows .next, .card-slider .controls .arrows .prev {
  height: 40px;
  width: 40px;
  border: 2px solid transparent;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 3px 10px 0 rgba(44, 44, 44, 0.1);
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}
.card-slider .controls .arrows .next img, .card-slider .controls .arrows .prev img {
  margin: 0 auto;
}
.card-slider .controls .arrows .next:hover, .card-slider .controls .arrows .prev:hover {
  border: 2px solid #C24F3C;
  box-shadow: 0 5px 20px 0 rgba(44, 44, 44, 0.2);
  background-color: rgba(194, 79, 60, 0.01);
}
.card-slider .controls .arrows .prev img {
  transform: scaleX(-1);
}
.card-slider .controls .dots {
  display: flex;
  align-items: center;
}
.card-slider .controls .dots .dot {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 1.6px solid rgba(14, 50, 50, 0.2);
  background-color: #fff;
  margin-right: 5px;
  cursor: pointer;
  transition: all 0.3s;
}
.card-slider .controls .dots .dot:hover {
  background-color: #C24F3C;
  border: 1.6px solid transparent;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
}
.card-slider .controls .dots .active {
  background-color: #C24F3C;
  border: 1.6px solid transparent;
}

.explore-search {
  padding: 0 0 80px;
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
}
.explore-search h2 {
  font-size: 40px;
  margin: 0 0 25px;
  color: #0E3232;
}
.explore-search p {
  margin-bottom: 15px;
}
.explore-search form {
  position: relative;
  margin: 0;
}
.explore-search form .search-field {
  border: 2px solid transparent;
  border-radius: 5px;
  box-shadow: 0 3px 10px 0 rgba(44, 44, 44, 0.1);
  color: #0E3232;
  background-color: #fff;
  font-size: 14px;
  margin: 0;
  outline: none;
  padding: 0;
  padding-left: 30px;
  transition: border 0.2s;
  height: 60px;
  width: 100%;
  padding-right: 60px;
}
.explore-search form .search-field:hover {
  border: 2px solid #C24F3C;
}
.explore-search form .search-field:focus-within {
  border: 2px solid #C24F3C;
}
.explore-search form ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0E3232;
  opacity: 1;
  /* Firefox */
  font-style: italic;
}
.explore-search form :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0E3232;
  opacity: 1;
  /* Firefox */
  font-style: italic;
}
.explore-search form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0E3232;
  opacity: 1;
  /* Firefox */
  font-style: italic;
}
.explore-search form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #0E3232;
  font-style: italic;
}
.explore-search form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #0E3232;
  font-style: italic;
}

.explore-visualize {
  margin: 0 auto;
  padding: 0 6% 80px;
  max-width: 1000px;
}
.explore-visualize .column-header {
  color: #0E3232;
  font-size: 36px;
  margin-bottom: 30px;
}
.explore-visualize .cardwrap .row {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.explore-visualize .cardwrap .row li {
  width: 30%;
  margin-bottom: 40px;
  margin-right: 5%;
  padding: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
}
.explore-visualize .cardwrap .row li a {
  color: inherit;
  text-decoration: none;
}
.explore-visualize .cardwrap .row li:nth-child(3n) {
  margin-right: 0;
}
.explore-visualize .cardwrap .row li .cards {
  color: #FAF7F2;
  position: relative;
  height: 180px;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 15px 25px 0 rgba(18, 46, 70, 0.1);
  border-bottom: 5px solid transparent;
  transition: border 0.3s ease, box-shadow 0.3s ease;
}
.explore-visualize .cardwrap .row li .cards .test {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 20px;
}
.explore-visualize .cardwrap .row li .cards a {
  color: inherit;
  text-decoration: none;
}
.explore-visualize .cardwrap .row li .cards p {
  font-size: 26px;
  text-align: center;
  color: #FBF9F5;
}
.explore-visualize .cardwrap .row li .cards:hover {
  border-bottom: 5px solid #C24F3C;
  box-shadow: 0 35px 45px 0 rgba(18, 46, 70, 0.2);
}
.explore-visualize .cardwrap .row #byspace {
  background-image: url(../images/BySpace.png);
}
.explore-visualize .cardwrap .row #bytime {
  background-image: url(../images/ByTime.png);
}
.explore-visualize .cardwrap .row #bydata {
  background-image: url(../images/ByData.png);
}

@media screen and (max-width: 580px) {
  .explore-by .cards li {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .explore-featured .connection-cards .connect-row li {
    width: 32%;
    margin-right: 2%;
  }
  .explore-featured .connection-cards .connect-row li:nth-child(4n) {
    margin-right: auto;
  }
  .explore-featured .connection-cards .connect-row li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 650px) {
  .explore-featured .connection-cards .connect-row li {
    width: 49%;
    margin-right: 2%;
  }
  .explore-featured .connection-cards .connect-row li:nth-child(3n) {
    margin-right: auto;
  }
  .explore-featured .connection-cards .connect-row li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 400px) {
  .explore-featured .connection-cards .connect-row li {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .explore-visualize .cardwrap .row li {
    width: 100%;
  }
  .explore-visualize .cardwrap .row li:nth-child(n) {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 650px) {
  .card-slider .cards-featured li.card-featured {
    margin-right: 0;
    width: 100%;
  }
}
#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(15, 40, 40, 0.2);
  z-index: 9999;
  opacity: 0;
  transition: all 0.5s ease;
}

/* https://tobiasahlin.com/spinkit/ */
.spinner {
  position: fixed;
  box-shadow: 0 25px 30px 0 rgba(44, 44, 44, 0.1);
  background: white;
  border-radius: 100%;
  padding: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  left: 50%;
  transform: translateX(-50%);
}

.double-bounce1, .double-bounce2 {
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background-color: #C24F3C;
  opacity: 0.6;
  position: absolute;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* https://tobiasahlin.com/spinkit/ */
.record-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.record-header .middlewrap {
  padding-top: 120px;
  padding-bottom: 50px;
}
.record-header .middlewrap .date-range {
  font-size: 24px;
  margin-top: 15px;
}

.jump-buttons {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 20px;
  position: relative;
  z-index: 3;
}
.jump-buttons .jumpwrap {
  position: absolute;
  top: -30px;
  width: 87%;
}
.jump-buttons .jumpwrap .jump-button {
  height: 60px;
  width: 260px;
  border-radius: 5px;
  border: none;
  background-color: #C24F3C;
  box-shadow: 0 5px 15px 0 rgba(115, 47, 35, 0.2);
  cursor: pointer;
  color: #fff;
  font-family: aleobold;
  font-size: 20px;
  margin-right: 30px;
  margin-bottom: 15px;
  margin-top: 70px;
}
.jump-buttons .jumpwrap .jump-button:focus {
  outline: none;
}

.person-record-info {
  padding-top: 10px;
  padding-bottom: 60px;
}

.record-info {
  padding-top: 60px;
  padding-bottom: 60px;
}

.project-tab {
  padding: 60px 6% 0px;
  max-width: 1000px;
  margin: 0 auto;
}
.project-tab h2 {
  font-size: 12px;
  color: #253449;
  opacity: 0.6;
  margin-bottom: 20px;
}
.project-tab ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 70px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.project-tab ul li {
  color: #253449;
  opacity: 0.6;
  font-size: 18px;
  display: inline;
  margin-right: 25px;
  border-bottom: 1px solid transparent;
  padding: 0 6px 20px;
  transition: opacity 0.3s;
  cursor: pointer;
}
.project-tab ul li:hover {
  opacity: 1;
}
.project-tab ul hr {
  margin-top: 20px;
  border: none;
  border-bottom: 1px solid #E4DED5;
  width: 100%;
  min-width: 384px;
}
.project-tab ul .tabbed {
  opacity: 1;
  border-bottom: 2px solid #C24F3C;
}

.record-connections {
  padding: 60px 0 30px;
  width: 90%;
  max-width: 1000px;
}

.record-connections, .story-connections {
  border-bottom: none;
  margin: 0 auto;
}
.record-connections h2, .story-connections h2 {
  font-size: 30px;
  color: #0E3232;
}
.record-connections .categories, .story-connections .categories {
  margin-top: 25px;
}
.record-connections .categories ul, .story-connections .categories ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-top: 10px;
  height: 65px;
}
.record-connections .categories ul li, .story-connections .categories ul li {
  display: inline;
  cursor: pointer;
  font-size: 16px;
  font-family: aleobold;
  color: #253449;
  opacity: 0.25;
  padding-bottom: 20px;
  padding-left: 40px;
  margin-right: 35px;
  position: relative;
  transition: opacity 0.3s;
}
.record-connections .categories ul li:hover, .story-connections .categories ul li:hover {
  opacity: 1;
}
.record-connections .categories ul li div, .story-connections .categories ul li div {
  padding-right: 10px;
  left: 5px;
  top: -2px;
  background-repeat: no-repeat;
  position: absolute;
}
.record-connections .categories ul li .person-image, .story-connections .categories ul li .person-image {
  height: 26px;
  width: 26px;
  background-image: url(../images/Person-dark.svg);
}
.record-connections .categories ul li .event-image, .story-connections .categories ul li .event-image {
  height: 25px;
  width: 25px;
  background-image: url(../images/Event-dark.svg);
}
.record-connections .categories ul li .place-image, .story-connections .categories ul li .place-image {
  height: 26px;
  width: 23px;
  background-image: url(../images/Place-dark.svg);
}
.record-connections .categories ul li .project-image, .story-connections .categories ul li .project-image {
  height: 24px;
  width: 27px;
  background-image: url(../images/Project-dark.svg);
}
.record-connections .categories ul li .source-image, .story-connections .categories ul li .source-image {
  height: 25px;
  width: 22px;
  background-image: url(../images/Source-dark.svg);
}
.record-connections .categories ul .selected, .record-connections .categories ul .story-selected, .story-connections .categories ul .selected, .story-connections .categories ul .story-selected {
  border-bottom: 2px solid #C24F3C;
  font-family: aleobold;
  opacity: 1;
}
.record-connections .categories ul hr, .story-connections .categories ul hr {
  margin-top: 17px;
  border: none;
  border-bottom: 2px solid #E4DED5;
  width: 100%;
  min-width: 740px;
}
.record-connections .connection-cards ul, .story-connections .connection-cards ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 20px 0 30px;
  padding: 0;
}
.record-connections .connection-cards ul li.card, .story-connections .connection-cards ul li.card {
  cursor: pointer;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 15px;
  box-shadow: 0 3px 10px 0 rgba(44, 44, 44, 0.1);
  border-radius: 5px;
  border: 2px solid transparent;
  background-color: #fff;
  transition: all 0.3s;
  position: relative;
  padding: 20px;
}
.record-connections .connection-cards ul li.card:nth-child(2n), .story-connections .connection-cards ul li.card:nth-child(2n) {
  margin-right: 0;
}
.record-connections .connection-cards ul li.card a, .story-connections .connection-cards ul li.card a {
  text-decoration: none;
}
.record-connections .connection-cards ul li.card:hover, .story-connections .connection-cards ul li.card:hover {
  border: 2px solid #C24F3C;
  box-shadow: 0 12px 13px 0 rgba(44, 44, 44, 0.1);
}
.record-connections .connection-cards ul li.card .card-title, .story-connections .connection-cards ul li.card .card-title {
  display: flex;
  align-items: center;
}
.record-connections .connection-cards ul li.card .card-title img, .story-connections .connection-cards ul li.card .card-title img {
  margin-right: 15px;
}
.record-connections .connection-cards ul li.card .card-title h3, .story-connections .connection-cards ul li.card .card-title h3 {
  color: #0E3232;
  font-size: 24px;
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.record-connections .connection-cards ul li.card .details, .story-connections .connection-cards ul li.card .details {
  display: flex;
  flex-wrap: wrap;
}
.record-connections .connection-cards ul li.card .details .detail, .story-connections .connection-cards ul li.card .details .detail {
  margin-right: 25px;
  margin-bottom: 20px;
}
.record-connections .connection-cards ul li.card .details .detail p, .story-connections .connection-cards ul li.card .details .detail p {
  color: #0E3232;
  font-size: 14px;
  font-family: aleoregular;
}
.record-connections .connection-cards ul li.card .details .detail .detail-title, .story-connections .connection-cards ul li.card .details .detail .detail-title {
  font-style: italic;
  font-family: aleobold;
}
.record-connections .connection-cards ul li.card .connectionswrap, .record-connections .connection-cards ul li.card .story-connectionwrap, .story-connections .connection-cards ul li.card .connectionswrap, .story-connections .connection-cards ul li.card .story-connectionwrap {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 5px;
}
.record-connections .connection-cards ul li.card .connectionswrap .connections, .record-connections .connection-cards ul li.card .story-connectionwrap .connections, .story-connections .connection-cards ul li.card .connectionswrap .connections, .story-connections .connection-cards ul li.card .story-connectionwrap .connections {
  min-height: 40px;
  max-width: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: start;
}
.record-connections .connection-cards ul li.card .connectionswrap .connections .card-icons, .record-connections .connection-cards ul li.card .story-connectionwrap .connections .card-icons, .story-connections .connection-cards ul li.card .connectionswrap .connections .card-icons, .story-connections .connection-cards ul li.card .story-connectionwrap .connections .card-icons {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-right: 25px;
}
.record-connections .connection-cards ul li.card .connectionswrap .connections .card-icons:hover .connection-menu, .record-connections .connection-cards ul li.card .story-connectionwrap .connections .card-icons:hover .connection-menu, .story-connections .connection-cards ul li.card .connectionswrap .connections .card-icons:hover .connection-menu, .story-connections .connection-cards ul li.card .story-connectionwrap .connections .card-icons:hover .connection-menu {
  display: block;
}
.record-connections .connection-cards ul li.card .connectionswrap .connections .card-icons img, .record-connections .connection-cards ul li.card .story-connectionwrap .connections .card-icons img, .story-connections .connection-cards ul li.card .connectionswrap .connections .card-icons img, .story-connections .connection-cards ul li.card .story-connectionwrap .connections .card-icons img {
  margin-right: 10px;
  height: 22px;
  opacity: 0.8;
}
.record-connections .connection-cards ul li.card .connectionswrap .connections .card-icons span, .record-connections .connection-cards ul li.card .story-connectionwrap .connections .card-icons span, .story-connections .connection-cards ul li.card .connectionswrap .connections .card-icons span, .story-connections .connection-cards ul li.card .story-connectionwrap .connections .card-icons span {
  font-size: 14px;
  color: #0E3232;
  opacity: 0.8;
}
.record-connections .connection-cards ul li.card .connectionswrap .connections .card-icons .connection-menu, .record-connections .connection-cards ul li.card .story-connectionwrap .connections .card-icons .connection-menu, .story-connections .connection-cards ul li.card .connectionswrap .connections .card-icons .connection-menu, .story-connections .connection-cards ul li.card .story-connectionwrap .connections .card-icons .connection-menu {
  display: none;
  background: #0E3232;
  box-shadow: 0 25px 35px 0 rgba(13, 18, 48, 0.15);
  color: #FAF7F2;
  font-size: 12px;
  white-space: nowrap;
  position: absolute;
  padding: 20px;
  bottom: 40px;
  right: -90px;
  width: 220px;
  z-index: 10;
}
.record-connections .connection-cards ul li.card .connectionswrap .connections .card-icons .connection-menu.hovered, .record-connections .connection-cards ul li.card .story-connectionwrap .connections .card-icons .connection-menu.hovered, .story-connections .connection-cards ul li.card .connectionswrap .connections .card-icons .connection-menu.hovered, .story-connections .connection-cards ul li.card .story-connectionwrap .connections .card-icons .connection-menu.hovered {
  display: block;
}
.record-connections .connection-cards ul li.card .connectionswrap .connections .card-icons .connection-menu h1, .record-connections .connection-cards ul li.card .story-connectionwrap .connections .card-icons .connection-menu h1, .story-connections .connection-cards ul li.card .connectionswrap .connections .card-icons .connection-menu h1, .story-connections .connection-cards ul li.card .story-connectionwrap .connections .card-icons .connection-menu h1 {
  font-size: 18px;
  margin-bottom: 10px;
}
.record-connections .connection-cards ul li.card .connectionswrap .connections .card-icons .connection-menu ul, .record-connections .connection-cards ul li.card .story-connectionwrap .connections .card-icons .connection-menu ul, .story-connections .connection-cards ul li.card .connectionswrap .connections .card-icons .connection-menu ul, .story-connections .connection-cards ul li.card .story-connectionwrap .connections .card-icons .connection-menu ul {
  padding: 0;
}
.record-connections .connection-cards ul li.card .connectionswrap .connections .card-icons .connection-menu ul li, .record-connections .connection-cards ul li.card .story-connectionwrap .connections .card-icons .connection-menu ul li, .story-connections .connection-cards ul li.card .connectionswrap .connections .card-icons .connection-menu ul li, .story-connections .connection-cards ul li.card .story-connectionwrap .connections .card-icons .connection-menu ul li {
  width: unset;
  display: list-item;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  list-style-type: none;
  cursor: pointer;
  font-size: 13px;
  transition: 0.2s;
  line-height: 16px;
  padding: 5px 0;
  word-wrap: break-word;
  white-space: normal;
}
.record-connections .connection-cards ul li.card .connectionswrap .connections .card-icons .connection-menu ul li #arrow, .record-connections .connection-cards ul li.card .story-connectionwrap .connections .card-icons .connection-menu ul li #arrow, .story-connections .connection-cards ul li.card .connectionswrap .connections .card-icons .connection-menu ul li #arrow, .story-connections .connection-cards ul li.card .story-connectionwrap .connections .card-icons .connection-menu ul li #arrow {
  color: #FAF7F2;
  background-image: url(../images/Arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 6px;
  transform: rotate(-90deg);
  float: right;
  margin: 5px 0 0 10px;
  transition: color 0.2s;
}
.record-connections .connection-cards ul li.card .connectionswrap .connections .card-icons .connection-menu ul li:hover, .record-connections .connection-cards ul li.card .story-connectionwrap .connections .card-icons .connection-menu ul li:hover, .story-connections .connection-cards ul li.card .connectionswrap .connections .card-icons .connection-menu ul li:hover, .story-connections .connection-cards ul li.card .story-connectionwrap .connections .card-icons .connection-menu ul li:hover {
  color: #C24F3C;
}
.record-connections .connection-cards ul li.card .connectionswrap .connections .card-icons .connection-menu ul li:hover #arrow, .record-connections .connection-cards ul li.card .story-connectionwrap .connections .card-icons .connection-menu ul li:hover #arrow, .story-connections .connection-cards ul li.card .connectionswrap .connections .card-icons .connection-menu ul li:hover #arrow, .story-connections .connection-cards ul li.card .story-connectionwrap .connections .card-icons .connection-menu ul li:hover #arrow {
  background-image: url(../images/Arrow_colored.svg);
}
.record-connections .connection-cards ul li.card .connectionswrap .connections .card-icons .connection-menu ul li span, .record-connections .connection-cards ul li.card .story-connectionwrap .connections .card-icons .connection-menu ul li span, .story-connections .connection-cards ul li.card .connectionswrap .connections .card-icons .connection-menu ul li span, .story-connections .connection-cards ul li.card .story-connectionwrap .connections .card-icons .connection-menu ul li span {
  opacity: 0.6;
}
.record-connections .load-more, .record-connections .search-all, .story-connections .load-more, .story-connections .search-all {
  margin: 0 auto;
  max-width: 140px;
}
.record-connections .load-more h4, .record-connections .search-all h4, .story-connections .load-more h4, .story-connections .search-all h4 {
  cursor: pointer;
  color: #122E46;
  font-size: 18px;
  text-align: center;
  margin-top: 55px;
  transition: color 0.3s;
}
.record-connections .load-more h4:hover, .record-connections .search-all h4:hover, .story-connections .load-more h4:hover, .story-connections .search-all h4:hover {
  color: #C24F3C;
}
.record-connections .search-all, .story-connections .search-all {
  color: #0E3232;
  text-decoration: none;
  font-size: 16px;
  font-style: italic;
  line-height: 18px;
  border-bottom: 3px solid #C24F3C;
}
.record-connections .loaded, .story-connections .loaded {
  display: none;
}

.mapwrap {
  width: 100%;
  padding: 0 0 80px;
}
.mapwrap #map-large {
  width: 100%;
  height: 425px;
}

.mapfullscreen {
  height: 100%;
  position: fixed;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 1005;
}
.mapfullscreen #map-large {
  height: 100%;
}

.leaflet-fullscreen {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  margin-right: 10px;
  cursor: pointer;
  pointer-events: auto;
  background-color: rgba(18, 46, 70, 0.5);
  transition: background-color 0.3s ease;
}
.leaflet-fullscreen img {
  width: 14px;
  height: 14px;
  padding: 13px;
}
.leaflet-fullscreen:hover {
  background-color: #122e46;
}

.leaflet-popup {
  bottom: 7px !important;
}
.leaflet-popup .leaflet-popup-content-wrapper {
  border-radius: 0;
  background-color: rgba(18, 46, 70, 0.9);
  color: #FFFFFF;
  padding: 0;
  padding-top: 1px;
}
.leaflet-popup .leaflet-popup-content-wrapper .view-record {
  background-color: #C24F3C;
  width: 100%;
  height: 40px;
  position: relative;
  cursor: pointer;
}
.leaflet-popup .leaflet-popup-content-wrapper .view-record p {
  position: absolute;
  right: 30px;
  bottom: 12px;
}
.leaflet-popup .leaflet-popup-content-wrapper .view-record .view-arrow {
  transform: rotate(270deg) scale(0.7);
  float: right;
  margin-right: 10px;
  margin-top: 15px;
  height: 8px;
  width: 13px;
  background-image: url(../images/Arrow.svg);
  background-repeat: no-repeat;
  transition: background-image 0.3s ease;
}
.leaflet-popup .leaflet-popup-content-wrapper .connections {
  min-height: 30px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.leaflet-popup .leaflet-popup-content-wrapper .connections .card-icons {
  position: relative;
  line-height: 30px;
  display: flex;
  font-size: 12px;
  padding: 0 10px;
  cursor: pointer;
}
.leaflet-popup .leaflet-popup-content-wrapper .connections .card-icons:first-child {
  padding-left: 0;
}
.leaflet-popup .leaflet-popup-content-wrapper .connections .card-icons:last-child {
  padding-right: 0;
}
.leaflet-popup .leaflet-popup-content-wrapper .connections .card-icons img {
  padding-right: 6px;
  height: 22px;
  padding-top: 3px;
}
.leaflet-popup .leaflet-popup-tip-container .leaflet-popup-tip {
  background: #C24F3C;
}
.leaflet-popup a.leaflet-popup-close-button {
  color: #FFFFFF !important;
  transform: scale(0.7);
}

.detail-section {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.detail-section .detailwrap {
  width: 100%;
  padding: 50px 60px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 3px 10px 0 rgba(44, 44, 44, 0.1);
  margin-top: -30px;
}
.detail-section .detailwrap #upperlabelToolTip:after {
  content: "";
  background-image: url(../images/tooltip-info.svg);
  background-size: 13px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 3px;
  vertical-align: middle;
  width: 15px;
  height: 13px;
  opacity: 0.8;
}
.detail-section .detailwrap a {
  text-decoration: none;
  transition: all 0.2s ease;
}
.detail-section .detailwrap a:hover {
  text-decoration: underline;
  opacity: 0.9;
}
.detail-section .detailwrap a h3 {
  text-decoration: none !important;
}
.detail-section .detailwrap a h3:hover {
  text-decoration: none !important;
}
.detail-section .detailwrap .detail {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
.detail-section .detailwrap .detail.roles > a {
  text-decoration: none !important;
}
.detail-section .detailwrap .detail.surname .detail-bottom div.detail-text, .detail-section .detailwrap .detail.first .detail-bottom div.detail-text, .detail-section .detailwrap .detail.name .detail-bottom div.detail-text {
  text-decoration: none !important;
}
.detail-section .detailwrap .detail.surname .detail-bottom div.detail-text[aria-describedby=tooltip]:hover, .detail-section .detailwrap .detail.surname .detail-bottom div.detail-text[aria-describedby=tooltip]:focus, .detail-section .detailwrap .detail.surname .detail-bottom div.detail-text[aria-describedby=tooltip]:active, .detail-section .detailwrap .detail.first .detail-bottom div.detail-text[aria-describedby=tooltip]:hover, .detail-section .detailwrap .detail.first .detail-bottom div.detail-text[aria-describedby=tooltip]:focus, .detail-section .detailwrap .detail.first .detail-bottom div.detail-text[aria-describedby=tooltip]:active, .detail-section .detailwrap .detail.name .detail-bottom div.detail-text[aria-describedby=tooltip]:hover, .detail-section .detailwrap .detail.name .detail-bottom div.detail-text[aria-describedby=tooltip]:focus, .detail-section .detailwrap .detail.name .detail-bottom div.detail-text[aria-describedby=tooltip]:active {
  color: #0E3232;
  outline: none;
}
.detail-section .detailwrap .detail.surname .detail-bottom div.detail-text[aria-describedby=tooltip]:hover .detail-menu, .detail-section .detailwrap .detail.surname .detail-bottom div.detail-text[aria-describedby=tooltip]:focus .detail-menu, .detail-section .detailwrap .detail.surname .detail-bottom div.detail-text[aria-describedby=tooltip]:active .detail-menu, .detail-section .detailwrap .detail.first .detail-bottom div.detail-text[aria-describedby=tooltip]:hover .detail-menu, .detail-section .detailwrap .detail.first .detail-bottom div.detail-text[aria-describedby=tooltip]:focus .detail-menu, .detail-section .detailwrap .detail.first .detail-bottom div.detail-text[aria-describedby=tooltip]:active .detail-menu, .detail-section .detailwrap .detail.name .detail-bottom div.detail-text[aria-describedby=tooltip]:hover .detail-menu, .detail-section .detailwrap .detail.name .detail-bottom div.detail-text[aria-describedby=tooltip]:focus .detail-menu, .detail-section .detailwrap .detail.name .detail-bottom div.detail-text[aria-describedby=tooltip]:active .detail-menu {
  display: none !important;
}
.detail-section .detailwrap .detail:nth-child(3n-2) {
  margin-right: 2%;
}
.detail-section .detailwrap .detail:nth-child(3n-1) {
  margin-right: 2%;
}
.detail-section .detailwrap .detail h3 {
  font-size: 18px;
  color: #0E3232;
  line-height: 21px;
  font-family: aleobold;
  font-style: italic;
  font-weight: unset;
  margin-bottom: 5px;
}
.detail-section .detailwrap .detail #upperlabelToolTip {
  cursor: pointer !important;
}
.detail-section .detailwrap .detail #upperlabelToolTip:hover .detail-menu, .detail-section .detailwrap .detail #upperlabelToolTip:focus .detail-menu {
  display: block !important;
}
.detail-section .detailwrap .detail .search-all {
  color: #0E3232;
  text-decoration: none;
  font-size: 16px;
  font-style: italic;
  line-height: 18px;
  border-bottom: 3px solid #C24F3C;
}
.detail-section .detailwrap .detail .detail-bottom div {
  display: inline;
  font-family: aleoregular;
}
.detail-section .detailwrap .detail .highlight {
  color: #C24F3C;
  font-family: aleobold;
  transition: all 0.2s ease;
}
.detail-section .detailwrap .detail .highlight:hover {
  opacity: 0.9;
  text-decoration: underline;
}
.detail-section .detailwrap .detail a.detail-text {
  text-decoration: underline;
  transition: all 0.2s ease;
}
.detail-section .detailwrap .detail a.detail-text:hover {
  opacity: 0.8;
}
.detail-section .detailwrap .detail .detail-text {
  font-size: 16px;
  color: #0E3232;
  line-height: 18px;
  display: inline;
  position: relative;
  font-family: aleoregular;
  transition: color 0.3s;
}
.detail-section .detailwrap .detail .detail-text a:not(.link-to-search) {
  font-size: 16px;
  color: #C24F3C;
  line-height: 18px;
  display: inline;
  position: relative;
  font-family: aleobold;
}
.detail-section .detailwrap .detail .detail-text[aria-describedby=tooltip]:hover, .detail-section .detailwrap .detail .detail-text[aria-describedby=tooltip]:focus {
  color: rgba(14, 50, 50, 0.7);
}
.detail-section .detailwrap .detail .detail-text[aria-describedby=tooltip]:hover .detail-menu, .detail-section .detailwrap .detail .detail-text[aria-describedby=tooltip]:focus .detail-menu {
  display: block !important;
}
.detail-section .detailwrap .detail .detail-text[aria-describedby=tooltip] .detail-text:after {
  content: "";
  background-image: url(../images/tooltip-info.svg);
  background-size: 13px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 3px;
  vertical-align: middle;
  width: 15px;
  height: 13px;
  opacity: 0.8;
}
.detail-section .detailwrap .detail #tooltip:after {
  display: none;
}
.detail-section .detailwrap .detail h4 {
  font-size: 18px;
  color: #0E3232;
  line-height: 26px;
  font-family: aleobold;
  font-style: italic;
  display: inline;
}
.detail-section .detailwrap .detail .detail-menu {
  display: none;
  width: 27vw;
  min-width: 160px;
  max-width: 250px;
  background: #0E3232;
  border-radius: 5px;
  box-shadow: 0 25px 35px 0 rgba(13, 18, 48, 0.15);
  color: #FAF7F2;
  position: absolute !important;
  padding: 20px;
  bottom: 150%;
  left: 0;
  z-index: 404;
  text-decoration: none !important;
  font-family: aleoregular !important;
  font-style: initial !important;
}
.detail-section .detailwrap .detail .detail-menu h1 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #FAF7F2;
}
.detail-section .detailwrap .detail .detail-menu p {
  font-size: 14px;
  color: #FAF7F2;
  line-height: 20px;
}
.detail-section .detailwrap .detail .detail-menu.hide {
  display: none;
}
.detail-section .detailwrap .detail .show-all {
  margin: 15px 0 12px;
  cursor: pointer;
  display: flex;
}
.detail-section .detailwrap .detail .show-all p {
  color: #C24F3C;
  text-decoration: underline;
  margin-right: 5px;
}
.detail-section .detailwrap .detail .show-all img {
  transition: 0.3s ease-out;
  margin-bottom: -4px;
}
.detail-section .detailwrap .detail .show-all.show img {
  transform: rotate(180deg);
}
.detail-section .detailwrap .detail .show-all.hide {
  display: none;
}

@media screen and (max-width: 900px) {
  .detail-section .detailwrap a .detail .detail-bottom {
    padding-right: 80px;
  }
  .detail-section .detailwrap a .detail .detail-bottom .detail-menu {
    max-width: 200px;
  }
}
@media screen and (max-width: 600px) {
  .detail-section .detailwrap a {
    width: 48%;
  }
  .detail-section .detailwrap a:nth-child(3n-2) {
    margin-right: 0;
  }
  .detail-section .detailwrap a:nth-child(3n-1) {
    margin-right: 0;
  }
  .detail-section .detailwrap a:nth-child(2n-1) {
    margin-right: 4%;
  }

  .record-connections .connection-cards ul li.card {
    width: 100%;
    margin-right: 0px;
  }
}
@media screen and (max-width: 400px) {
  .detail-section .detailwrap a {
    width: 100%;
  }
  .detail-section .detailwrap a:nth-child(2n-1) {
    margin-right: 0;
  }
}
.advanced-section {
  padding: 40px 0 0;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.advanced-section .advanced-details {
  display: flex;
  flex-wrap: wrap;
}
.advanced-section .advanced-details h2 {
  color: #0E3232;
  font-size: 18px;
  font-family: aleobold;
  font-weight: unset;
  margin-bottom: 20px;
  margin-right: 20px;
  font-style: italic;
}
.advanced-section .advanced-details p {
  color: #0E3232;
  font-size: 14px;
  margin-bottom: 20px;
}
.advanced-section .advanced-details .advancedwrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.advanced-section .advanced-details .advancedwrap a {
  color: #C24F3C;
  text-decoration: none;
  font-size: 16px;
  margin-right: 30px;
  padding-bottom: 20px;
}

.extra-info {
  padding: 0;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 80px;
  display: flex;
  flex-wrap: wrap;
}
.extra-info .copyright {
  padding-top: 20px;
  padding-bottom: 20px;
}
.extra-info .copyright h2 {
  font-family: aleobold;
  font-style: italic;
  font-weight: unset;
  color: #0E3232;
  font-size: 22px;
  margin-bottom: 20px;
}
.extra-info .copyright img {
  cursor: pointer;
}

.featured-card {
  padding: 0;
  margin-bottom: 30px;
}
.featured-card .cardheader-wrap h2 {
  font-size: 30px;
  color: #0E3232;
}

.related-card {
  padding: 0;
  margin-bottom: 30px;
}
.related-card .cardheader-wrap h2 {
  font-size: 30px;
  color: #0E3232;
}

.timelinewrap {
  padding: 40px 0 0;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.timeline-section {
  padding-bottom: 100px;
}
.timeline-section .section-title {
  font-size: 30px;
  color: #0E3232;
  margin-bottom: 20px;
}
.timeline-section p {
  font-size: 14px;
  margin: 0;
  color: #0E3232;
}
.timeline-section .infowrap {
  display: none;
  font-family: aleoregular;
  font-size: 18px;
  line-height: 1.5;
}
.timeline-section .infowrap .info-column {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 50px 0 0;
  vertical-align: top;
  width: 50%;
}
.timeline-section .infowrap .info-column .large-text {
  font-size: 20px;
  font-family: aleobold;
  padding-top: 10px;
}
.timeline-section .infowrap .info-column p {
  padding-bottom: 10px;
}
.timeline-section .infowrap .info-column p .bold {
  font-family: aleobold;
  font-weight: unset;
}
.timeline-section .infowrap .info-column p a {
  cursor: pointer;
  color: #C24F3C;
}
.timeline-section .infowrap.active {
  display: block;
}
.timeline-section .info-header {
  margin-bottom: 20px;
}
.timeline-section .info-header .info-select {
  display: inline-block;
  margin-right: 30px;
  opacity: 0.43;
  position: relative;
  transition: 0.3s ease opacity;
  vertical-align: bottom;
}
.timeline-section .info-header .info-select.active {
  opacity: 1;
}
.timeline-section .info-header .info-select:hover:not(.active) {
  opacity: 0.6;
}
.timeline-section .info-header .info-select .large-text {
  font-size: 20px;
  padding-top: 10px;
}
.timeline-section .info-header .info-select p {
  font-size: 12px;
}
.timeline-section .timeline-container {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.timeline-section .timeline-container .hash-container .hash {
  position: absolute;
  top: 20px;
  transform: rotate(270deg);
}
.timeline-section .timeline-container .hash-container .hash:after {
  background: #E6E6E6;
  content: "";
  height: 2px;
  position: absolute;
  top: 11px;
  right: -21px;
  width: 10px;
}
.timeline-section .timeline-container .points-container .event-point {
  background: white;
  border: 2px solid rgba(14, 50, 50, 0.4);
  border-radius: 5px;
  cursor: pointer;
  height: 11px;
  width: 11px;
  left: -5px;
  position: absolute;
  top: -5px;
  transition: all 0.3s;
}
.timeline-section .timeline-container .points-container .event-point .event-title {
  background: #0E3232;
  color: #FAF7F2;
  font-size: 12px;
  left: -50%;
  opacity: 0;
  padding: 6px 10px;
  position: absolute;
  top: -38px;
  transition: 0.3s opacity ease;
  white-space: nowrap;
  z-index: 3;
}
.timeline-section .timeline-container .points-container .event-point .event-title:after {
  border-color: #0E3232 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 8px 0 8px;
  content: "";
  display: inline-block;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  top: 100%;
}
.timeline-section .timeline-container .points-container .event-point.active {
  background: #0E3232;
}
.timeline-section .timeline-container .points-container .event-point:hover {
  background: #0E3232;
}
.timeline-section .timeline-container .points-container .event-point:hover .event-title {
  opacity: 1;
}
.timeline-section .timeline-container .timeline {
  display: inline-block;
  position: relative;
  width: 85%;
  vertical-align: top;
}
.timeline-section .timeline-container .timeline .line {
  background: #E6E6E6;
  height: 2px;
  width: 100%;
}
.timeline-section .timeline-container .timeline p {
  color: rgba(14, 50, 50, 0.5);
  font-size: 10px;
  letter-spacing: 2px;
}
.timeline-section .timeline-container .dates-unknown {
  margin-left: 30px;
  width: auto;
}
.timeline-section .timeline-controls {
  display: flex;
  width: 100px;
  justify-content: space-between;
}
.timeline-section .timeline-controls .timeline-next,
.timeline-section .timeline-controls .timeline-prev {
  height: 40px;
  width: 40px;
  border: 2px solid transparent;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 3px 10px 0 rgba(44, 44, 44, 0.1);
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}
.timeline-section .timeline-controls .timeline-next img,
.timeline-section .timeline-controls .timeline-prev img {
  margin: 0 auto;
}
.timeline-section .timeline-controls .timeline-next:hover,
.timeline-section .timeline-controls .timeline-prev:hover {
  border: 2px solid #C24F3C;
  box-shadow: 0 5px 20px 0 rgba(44, 44, 44, 0.2);
  background-color: rgba(194, 79, 60, 0.01);
}
.timeline-section .timeline-controls .timeline-prev img {
  transform: scaleX(-1);
}
.timeline-section .timeline-info-container {
  box-shadow: 0 11px 16px 0 rgba(44, 44, 44, 0.1);
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 25px 30px;
  position: relative;
}
.timeline-section .timeline-info-container .arrow-pointer-bottom,
.timeline-section .timeline-info-container .arrow-pointer-top {
  border-style: solid;
  height: 0;
  left: 25px;
  position: absolute;
  top: 100%;
  transition: 0.3s left ease;
  pointer-events: none;
  width: 0;
}
.timeline-section .timeline-info-container .arrow-pointer-bottom {
  border-color: #fff transparent transparent transparent;
  border-width: 18px 30px 0 30px;
  margin-left: -30px;
  z-index: 1;
}
.timeline-section .timeline-info-container .arrow-pointer-top {
  border-color: #fff transparent transparent transparent;
  border-width: 15px 26px 0 26px;
  margin-left: -26px;
  z-index: 2;
}

@media screen and (max-width: 700px) {
  .timeline-section .section-title {
    margin-bottom: 30px;
  }
  .timeline-section .timeline-container {
    display: block;
  }
  .timeline-section .timeline-container .timeline {
    display: block;
    margin-bottom: 60px;
    width: 100%;
  }
  .timeline-section .timeline-container .dates-unknown {
    display: none;
  }
  .timeline-section .timeline-controls {
    padding-top: 10px;
    padding-left: 0;
    text-align: left;
    width: 100%;
    justify-content: flex-start;
  }
  .timeline-section .timeline-controls .timeline-next,
.timeline-section .timeline-controls .timeline-prev {
    margin-left: 5%;
  }
}
@media screen and (max-width: 650px) {
  .timeline-section .infowrap .column {
    width: 100%;
  }
  .timeline-section .timeline-info-container {
    padding: 15px 30px;
  }
}
@media screen and (max-width: 350px) {
  .timeline-section .info-header {
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
  }
  .timeline-section .info-header .info-select {
    bottom: 0;
    left: 80px;
    position: absolute;
  }
  .timeline-section .info-header .info-select:first-child {
    left: 0;
    position: relative;
  }
}
@media screen and (max-width: 660px) {
  .jump-buttons .jumpwrap .jump-button:first-child {
    margin-right: 40px;
  }

  .person-buttons {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 460px) {
  .jump-buttons .jumpwrap .jump-button {
    width: 100%;
  }
  .jump-buttons .jumpwrap .jump-button:first-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 650px) {
  .detail-section .detailwrap .left-col {
    float: none;
    width: 100%;
  }
  .detail-section .detailwrap .right-col {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .advanced-section {
    padding-top: 40px;
  }

  .full-record .timelinewrap {
    padding: 0 6% 0;
  }
  .full-record .timelinewrap .timeline-section {
    padding-bottom: 30px;
  }

  .extra-info {
    padding: 0 6% 0;
  }

  .person-record-info {
    padding-top: 25px;
    padding-bottom: 40px;
  }
}
.timeinfo {
  padding: 60px 0 0;
}

.timesub .searchwrap {
  margin: 50px 0 75px;
}

.people-heading {
  font-size: 3em;
}

.crawler {
  margin: 60px auto 180px;
  padding: 0 50px;
}
.crawler .crawler-tabs {
  padding: 0;
  max-width: unset;
  margin: 0;
}
.crawler .search-filter {
  margin: 25px 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.crawler .search-filter .crawler-search {
  position: relative;
}
.crawler .search-filter .crawler-search form {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.crawler .search-filter .crawler-search form .search-field {
  border: 2px solid transparent;
  border-radius: 5px;
  box-shadow: 0 3px 10px 0 rgba(44, 44, 44, 0.1);
  color: #0E3232;
  font-size: 14px;
  font-family: aleobold;
  margin: 0;
  padding-left: 20px;
  padding-right: 60px;
  transition: border 0.3s ease;
  height: 60px;
  width: 380px;
}
.crawler .search-filter .crawler-search form .search-field:hover {
  border: 2px solid #C24F3C;
}
.crawler .search-filter .crawler-search form .search-field:focus-within {
  border: 2px solid #C24F3C;
  outline: none;
}
.crawler .search-filter .crawler-search form .search-field::-moz-placeholder {
  color: rgba(14, 50, 50, 0.75);
  font-size: 14px;
  font-family: aleobold;
}
.crawler .search-filter .crawler-search form .search-field:-ms-input-placeholder {
  color: rgba(14, 50, 50, 0.75);
  font-size: 14px;
  font-family: aleobold;
}
.crawler .search-filter .crawler-search form .search-field::placeholder {
  color: rgba(14, 50, 50, 0.75);
  font-size: 14px;
  font-family: aleobold;
}
.crawler .search-filter .crawler-search form .search-icon-2 {
  background: none;
}
.crawler .search-filter .crawler-search form ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #253449;
  opacity: 1;
  /* Firefox */
  font-style: italic;
  font-family: aleobold;
}
.crawler .search-filter .crawler-search form :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #253449;
  opacity: 1;
  /* Firefox */
  font-style: italic;
  font-family: aleobold;
}
.crawler .search-filter .crawler-search form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #253449;
  opacity: 1;
  /* Firefox */
  font-style: italic;
  font-family: aleobold;
}
.crawler .search-filter .crawler-search form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #253449;
  font-style: italic;
  font-family: aleobold;
}
.crawler .search-filter .crawler-search form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #253449;
  font-style: italic;
  font-family: aleobold;
}
.crawler .search-filter .create-seed {
  display: none;
}
.crawler .search-filter .create-seed.show {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  background-color: #C24F3C;
  box-shadow: 0 5px 15px 0 rgba(115, 47, 35, 0.2);
  padding: 15px 30px;
  color: #FFF;
  font-size: 20px;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s;
  margin-left: 50px;
}
.crawler .search-filter .sorting-dropdowns {
  padding: 10px 15px;
  cursor: pointer;
  color: #0E3232;
  font-size: 14px;
  min-width: 180px;
}
.crawler .search-filter .sorting-dropdowns img {
  transform: rotate(90deg);
  transition: 200ms;
}
.crawler .search-filter .sorting-dropdowns img.show {
  transform: rotate(-90deg);
}
.crawler .search-filter .sorting-dropdowns .align-center {
  padding-bottom: 10px;
}
.crawler .search-filter .sorting-dropdowns .sortby-title, .crawler .search-filter .sorting-dropdowns .tag-filter {
  margin-left: 20px;
}
.crawler .search-filter .sorting-dropdowns span {
  position: relative;
}
.crawler .search-filter .sorting-dropdowns .sort-by {
  margin-right: -10px;
}
.crawler .search-filter .sorting-dropdowns .results-per-page {
  margin-left: 10px;
}
.crawler .search-filter .sorting-dropdowns .tag-filter {
  text-align: left;
}
.crawler .search-filter .sorting-dropdowns ul {
  background: #0E3232;
  box-shadow: 0 25px 35px 0 rgba(13, 18, 48, 0.15);
  color: #FAF7F2;
  display: none;
  list-style: none;
  padding: 20px;
  position: absolute;
  right: -14px;
  top: 10px;
  text-align: center;
  width: 140px;
  z-index: 1;
  border-radius: 5px;
}
.crawler .search-filter .sorting-dropdowns ul li {
  cursor: pointer;
  font-size: 12px;
  line-height: 15px;
  padding: 5px 3px;
}
.crawler .search-filter .sorting-dropdowns ul li input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #fff;
  height: 15px;
  width: 15px;
  border-radius: 2px;
  margin-right: 10px;
  cursor: pointer;
  vertical-align: middle;
}
.crawler .search-filter .sorting-dropdowns ul li input[type=checkbox]:checked {
  background: url("../images/check.svg") #C24F3C;
  background-position: center center;
  background-repeat: no-repeat;
}
.crawler .search-filter .sorting-dropdowns ul li:hover {
  color: #C24F3C;
}
.crawler .search-filter .sorting-dropdowns ul.show {
  display: block;
}
.crawler .search-filter .sorting-dropdowns span img {
  height: 9px;
  margin-left: 5px;
  display: inline-block;
}
.crawler .search-filter .sorting-dropdowns span:hover img {
  transform: rotate(-90deg);
}
.crawler .search-filter .sorting-dropdowns span:hover #sortmenu {
  display: block;
}
.crawler .results-wrap {
  width: 100%;
  display: none;
}
.crawler .results-wrap .result_header {
  width: 100%;
  border-radius: 5px;
  background-color: #FAF7F2;
  display: flex;
}
.crawler .results-wrap .result_header p, .crawler .results-wrap .result_header span {
  opacity: 0.6;
  padding-left: 20px;
  color: #0E3232;
  font-size: 14px;
  font-style: italic;
}
.crawler .results-wrap .result_header .title {
  width: 40%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.crawler .results-wrap .result_header .url {
  width: 60%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.crawler .results-wrap .result_header .url .right {
  display: flex;
}
.crawler .results-wrap .result_header .url .right .tag {
  width: 110px;
}
.crawler .results-wrap .result {
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 3px 10px 0 rgba(44, 44, 44, 0.1);
  display: flex;
  margin-bottom: 20px;
}
.crawler .results-wrap .result .link-name {
  width: 40%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.crawler .results-wrap .result .link-name a {
  padding-left: 20px;
  color: #0E3232;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.3s;
}
.crawler .results-wrap .result .link-name a:hover {
  color: #C24F3C;
}
.crawler .results-wrap .result .link-wrap {
  width: 60%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.crawler .results-wrap .result .link-wrap a.link {
  color: #0E3232;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.3s;
  border-left: 1px solid rgba(206, 208, 210, 0.5);
  padding: 10px 20px;
  width: 750px;
}
.crawler .results-wrap .result .link-wrap a.link:hover {
  color: #C24F3C;
}
.crawler .results-wrap .result .link-wrap .update {
  width: 60px;
  height: 60px;
  padding: 20px;
  border-left: 1px solid rgba(206, 208, 210, 0.5);
  cursor: pointer;
}
.crawler .results-wrap .result .link-wrap .update img {
  opacity: 0.7;
  transition: all 0.3s;
}
.crawler .results-wrap .result .link-wrap .update:hover img {
  opacity: 1;
}
.crawler .results-wrap .result .link-wrap .right {
  display: flex;
}
.crawler .results-wrap .result .link-wrap .right .trash {
  width: 60px;
  height: 60px;
  border-left: 1px solid rgba(206, 208, 210, 0.5);
  cursor: pointer;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
}
.crawler .results-wrap .result .link-wrap .right .trash img {
  opacity: 0.7;
  transition: all 0.3s;
}
.crawler .results-wrap .result .link-wrap .right .trash:hover img {
  opacity: 1;
}
.crawler .results-wrap .result .link-wrap .right .add-seed {
  text-align: center;
  border-left: 1px solid rgba(206, 208, 210, 0.5);
  background-color: #fff;
  width: 140px;
  cursor: pointer;
}
.crawler .results-wrap .result .link-wrap .right .add-seed p {
  color: #0E3232;
  font-size: 14px;
  line-height: 60px;
  transition: all 0.3s;
}
.crawler .results-wrap .result .link-wrap .right .add-seed:hover p {
  color: #C24F3C;
}
.crawler .results-wrap .result .link-wrap .right .add-tag {
  border-left: 1px solid rgba(206, 208, 210, 0.5);
  text-align: center;
  width: 110px;
  cursor: pointer;
}
.crawler .results-wrap .result .link-wrap .right .add-tag span {
  color: #0E3232;
  font-size: 14px;
  line-height: 60px;
  transition: all 0.3s;
}
.crawler .results-wrap .result .link-wrap .right .add-tag span {
  position: relative;
}
.crawler .results-wrap .result .link-wrap .right .add-tag span.results-per-page {
  margin-left: 20px;
}
.crawler .results-wrap .result .link-wrap .right .add-tag ul {
  background: #0E3232;
  box-shadow: 0 25px 35px 0 rgba(13, 18, 48, 0.15);
  color: #FAF7F2;
  display: none;
  list-style: none;
  padding: 15px;
  position: absolute;
  right: -40px;
  top: 20px;
  width: 130px;
  text-align: left;
  z-index: 1;
  border-radius: 5px;
}
.crawler .results-wrap .result .link-wrap .right .add-tag ul li {
  cursor: pointer;
  font-size: 12px;
  line-height: 15px;
  padding: 5px 3px;
}
.crawler .results-wrap .result .link-wrap .right .add-tag ul li input[type=checkbox] {
  margin-right: 10px;
  cursor: pointer;
}
.crawler .results-wrap .result .link-wrap .right .add-tag ul li:hover {
  color: #C24F3C;
}
.crawler .results-wrap .result .link-wrap .right .add-tag ul.show {
  display: block;
}
.crawler .results-wrap .result .link-wrap .right .add-tag:hover span {
  color: #C24F3C;
}
.crawler .results-wrap .result .link-wrap .right .display-tag {
  border-left: 1px solid rgba(206, 208, 210, 0.5);
  font-size: 14px;
  padding: 10px;
  text-align: center;
  width: 110px;
}
.crawler .results-wrap .result .link-wrap .right .display-tag p {
  color: #0E3232;
  font-size: 14px;
}
.crawler .results-wrap .result .link-wrap .right .display-tag p span {
  font-size: 11px;
}
.crawler .broken-wrap {
  width: 100%;
  display: none;
}
.crawler .broken-wrap p.link-info {
  color: #122E46;
  font-size: 16px;
  margin-bottom: 50px;
}
.crawler .broken-wrap .result {
  width: 100%;
  background-color: #FFFDFB;
  box-shadow: 0 3px 10px 0 rgba(44, 44, 44, 0.1);
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  border-radius: 5px;
}
.crawler .broken-wrap .result .link-wrap {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.crawler .broken-wrap .result .link-wrap .title-wrap p.title {
  color: #0E3232;
  font-size: 16px;
  padding: 20px 0 10px 20px;
}
.crawler .broken-wrap .result .link-wrap .title-wrap a.link {
  padding-left: 20px;
  color: #C24F3C;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.3s;
}
.crawler .broken-wrap .result .link-wrap .right {
  display: flex;
}
.crawler .broken-wrap .result .link-wrap .right .trash {
  width: 60px;
  height: 60px;
  border-left: 1px solid rgba(206, 208, 210, 0.5);
  cursor: pointer;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
}
.crawler .broken-wrap .result .link-wrap .right .trash img {
  opacity: 0.7;
  transition: all 0.3s;
}
.crawler .broken-wrap .result .link-wrap .right .trash:hover img {
  opacity: 1;
}
.crawler .broken-wrap .result .link-wrap .right .update {
  text-align: center;
  background-color: #fff;
  padding: 0 20px;
  cursor: pointer;
  min-width: 121px;
}
.crawler .broken-wrap .result .link-wrap .right .update p {
  color: #0E3232;
  font-size: 14px;
  line-height: 60px;
  transition: all 0.3s;
}
.crawler .broken-wrap .result .link-wrap .right .update:hover p {
  color: #C24F3C;
}
.crawler .broken-wrap .result .message {
  padding: 10px 20px;
  width: 100%;
}
.crawler .broken-wrap .result .message p, .crawler .broken-wrap .result .message a {
  font-size: 14px;
  color: #0E3232;
  margin-bottom: 10px;
  text-decoration: none;
}
.crawler .broken-wrap .result .message p:last-child, .crawler .broken-wrap .result .message a:last-child {
  margin-bottom: 5px;
}
.crawler .seed-wrap, .crawler .add-new-seed {
  width: 100%;
  display: none;
}
.crawler .seed-wrap p.link-info, .crawler .add-new-seed p.link-info {
  color: #122E46;
  font-size: 16px;
  margin-bottom: 30px;
}
.crawler .seed-wrap form, .crawler .add-new-seed form {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30px;
}
.crawler .seed-wrap form .search-field, .crawler .add-new-seed form .search-field {
  border-radius: 5px;
  box-shadow: 0 4px 36px 0 rgba(0, 0, 0, 0.05);
  color: #0E3232;
  font-size: 16px;
  font-family: aleoregular;
  margin: 0;
  outline: none;
  padding-left: 20px;
  padding-right: 60px;
  transition: border 0.3s ease;
  height: 60px;
  width: 380px;
}
.crawler .seed-wrap form .search-field::-moz-placeholder, .crawler .add-new-seed form .search-field::-moz-placeholder {
  color: rgba(14, 50, 50, 0.75);
  font-size: 14px;
}
.crawler .seed-wrap form .search-field:-ms-input-placeholder, .crawler .add-new-seed form .search-field:-ms-input-placeholder {
  color: rgba(14, 50, 50, 0.75);
  font-size: 14px;
}
.crawler .seed-wrap form .search-field::placeholder, .crawler .add-new-seed form .search-field::placeholder {
  color: rgba(14, 50, 50, 0.75);
  font-size: 14px;
}
.crawler .seed-wrap form ::-moz-placeholder, .crawler .add-new-seed form ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #253449;
  opacity: 1;
  /* Firefox */
  font-style: italic;
}
.crawler .seed-wrap form :-ms-input-placeholder, .crawler .add-new-seed form :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #253449;
  opacity: 1;
  /* Firefox */
  font-style: italic;
}
.crawler .seed-wrap form ::placeholder, .crawler .add-new-seed form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #253449;
  opacity: 1;
  /* Firefox */
  font-style: italic;
}
.crawler .seed-wrap form :-ms-input-placeholder, .crawler .add-new-seed form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #253449;
  font-style: italic;
}
.crawler .seed-wrap form ::-ms-input-placeholder, .crawler .add-new-seed form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #253449;
  font-style: italic;
}
.crawler .seed-wrap .result, .crawler .add-new-seed .result {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 3px 10px 0 rgba(44, 44, 44, 0.1);
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.crawler .seed-wrap .result .link-wrap, .crawler .add-new-seed .result .link-wrap {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.crawler .seed-wrap .result .link-wrap p, .crawler .add-new-seed .result .link-wrap p {
  color: #0E3232;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 20px;
}
.crawler .seed-wrap .result .link-wrap p span, .crawler .add-new-seed .result .link-wrap p span {
  opacity: 0.8;
  font-size: 12px;
  margin-right: 10px;
}
.crawler .seed-wrap .result .link-wrap p a.link, .crawler .add-new-seed .result .link-wrap p a.link {
  color: #C24F3C;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.3s;
}
.crawler .seed-wrap .result .link-wrap .right, .crawler .add-new-seed .result .link-wrap .right {
  display: flex;
}
.crawler .seed-wrap .result .link-wrap .right .trash, .crawler .add-new-seed .result .link-wrap .right .trash {
  width: 60px;
  height: 60px;
  border-left: 2px solid rgba(14, 50, 50, 0.1);
  cursor: pointer;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
}
.crawler .seed-wrap .result .link-wrap .right .trash img, .crawler .add-new-seed .result .link-wrap .right .trash img {
  opacity: 0.7;
  transition: all 0.3s;
}
.crawler .seed-wrap .result .link-wrap .right .trash:hover img, .crawler .add-new-seed .result .link-wrap .right .trash:hover img {
  opacity: 1;
}
.crawler .seed-wrap .result .link-wrap .right .update, .crawler .add-new-seed .result .link-wrap .right .update {
  text-align: center;
  background-color: #fff;
  width: 150px;
  cursor: pointer;
}
.crawler .seed-wrap .result .link-wrap .right .update p, .crawler .add-new-seed .result .link-wrap .right .update p {
  color: #0E3232;
  font-size: 14px;
  line-height: 60px;
  padding: 0;
  transition: all 0.3s;
}
.crawler .seed-wrap .result .link-wrap .right .update:hover p, .crawler .add-new-seed .result .link-wrap .right .update:hover p {
  color: #C24F3C;
}
.crawler .seed-wrap .result .details, .crawler .add-new-seed .result .details {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.crawler .seed-wrap .result .details .detail-row, .crawler .add-new-seed .result .details .detail-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.crawler .seed-wrap .result .details .detail-row .cell, .crawler .add-new-seed .result .details .detail-row .cell {
  max-width: 40%;
  height: 60px;
}
.crawler .seed-wrap .result .details .detail-row .cell p, .crawler .add-new-seed .result .details .detail-row .cell p {
  padding-left: 20px;
  color: #0E3232;
  font-size: 14px;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
  padding-top: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.crawler .seed-wrap .result .details .detail-row .cell p span.label, .crawler .add-new-seed .result .details .detail-row .cell p span.label {
  font-family: aleobold;
  font-style: italic;
  font-size: 14px;
  margin-right: 10px;
  display: block;
}
.crawler .seed-wrap .result .details .detail-row .cell p #name, .crawler .seed-wrap .result .details .detail-row .cell p #title, .crawler .add-new-seed .result .details .detail-row .cell p #name, .crawler .add-new-seed .result .details .detail-row .cell p #title {
  font-family: aleoregular;
}
.crawler .seed-wrap .result .details .detail-row .cell p a, .crawler .add-new-seed .result .details .detail-row .cell p a {
  color: #C24F3C;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.3s;
}
.crawler .show {
  display: block;
}

@media screen and (max-width: 750px) {
  .crawler .search-filter .crawler-search {
    width: 100%;
  }
  .crawler .search-filter .crawler-search form {
    width: 100%;
  }
  .crawler .search-filter .crawler-search form .search-field {
    width: 100%;
  }
  .crawler .sorting-dropdowns {
    margin-top: 30px;
  }
  .crawler .results-wrap .result {
    flex-wrap: wrap;
  }
  .crawler .results-wrap .result .link-name {
    width: 100%;
    border-bottom: 1px solid rgba(206, 208, 210, 0.5);
  }
  .crawler .results-wrap .result .link-name p {
    border-right: none;
  }
  .crawler .results-wrap .result .link-wrap {
    width: 100%;
  }
}
.crawler-modal {
  align-items: center;
  background: rgba(0, 0, 0, 0);
  display: none;
  height: 100%;
  justify-content: center;
  position: fixed;
  top: 0;
  transition: 400ms;
  width: 100%;
  z-index: 9999;
}
.crawler-modal .canvas {
  background: #FAF7F2;
  box-shadow: 0 13px 30px 0 rgba(44, 44, 44, 0.3);
  border-radius: 5px;
  margin: 0 auto;
  max-width: 550px;
  width: 100%;
  opacity: 0;
  padding: 30px;
  position: relative;
  transition: 200ms;
  box-sizing: border-box;
}
.crawler-modal .canvas .body {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
}
.crawler-modal .canvas .body h1.title {
  margin-bottom: 15px;
  font-size: 30px;
  color: #0E3232;
}
.crawler-modal .canvas .body p.link {
  font-size: 16px;
  color: #C24F3C;
  margin-bottom: 50px;
  text-decoration: underline;
}
.crawler-modal .canvas .body .confirm-wrap {
  text-align: right;
}
.crawler-modal .canvas .body .confirm-wrap input.confirm {
  background-color: #C24F3C;
  box-shadow: 0 5px 15px 0 rgba(115, 47, 35, 0.2);
  border-radius: 5px;
  border: none;
  padding: 20px 0;
  width: 170px;
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}
.crawler-modal .canvas .body .close {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 5px;
  background-color: #0E3232;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 10px 0 rgba(44, 44, 44, 0.1);
  cursor: pointer;
}
.crawler-modal .canvas .body .close img {
  width: 10px;
  height: 10px;
}
.crawler-modal .canvas .body .info-inputs {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.crawler-modal .canvas .body .info-inputs .input-wrap {
  width: 49%;
  padding-bottom: 25px;
}
.crawler-modal .canvas .body .info-inputs .input-wrap p {
  font-family: aleobold;
  font-size: 16px;
  color: #0E3232;
  margin-top: 10px;
  text-decoration: none;
}
.crawler-modal .canvas .body .info-inputs .input-wrap .name, .crawler-modal .canvas .body .info-inputs .input-wrap .link {
  font-size: 15px;
  background-color: #fff;
  box-shadow: 0 3px 10px 0 rgba(44, 44, 44, 0.1);
  padding: 20px 0 20px 25px;
  border-radius: 5px;
  outline: none;
  border: 2px solid transparent;
  transition: all 0.3s;
}
.crawler-modal .canvas .body .info-inputs .input-wrap .name:hover, .crawler-modal .canvas .body .info-inputs .input-wrap .link:hover {
  border: 2px solid #C24F3C;
}
.crawler-modal .canvas .body .info-inputs .input-wrap .name:focus-within, .crawler-modal .canvas .body .info-inputs .input-wrap .link:focus-within {
  border: 2px solid #C24F3C;
}
.crawler-modal .canvas .body .info-inputs .input-wrap .name {
  margin-bottom: 40px;
}
.crawler-modal .canvas .body .info-inputs .input-wrap input {
  width: 100%;
  height: 60px;
  border: 2px solid transparent;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 3px 10px 0 rgba(44, 44, 44, 0.1);
  outline: none;
  font-size: 15px;
  color: #0E3232;
  font-family: aleobold;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 10px;
  transition: all 0.3s;
  font-style: none;
}
.crawler-modal .canvas .body .info-inputs .input-wrap input:hover {
  border: 2px solid #C24F3C;
}
.crawler-modal .canvas .body .info-inputs .input-wrap input:focus-within {
  border: 2px solid #C24F3C;
}
.crawler-modal .canvas .body .info-inputs .input-wrap ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0E3232;
  opacity: 0.8;
  /* Firefox */
}
.crawler-modal .canvas .body .info-inputs .input-wrap :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0E3232;
  opacity: 0.8;
  /* Firefox */
}
.crawler-modal .canvas .body .info-inputs .input-wrap ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0E3232;
  opacity: 0.8;
  /* Firefox */
}
.crawler-modal .canvas .body .info-inputs .input-wrap :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #0E3232;
  opacity: 0.8;
}
.crawler-modal .canvas .body .info-inputs .input-wrap ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #0E3232;
  opacity: 0.8;
}
.crawler-modal .canvas .body .info-inputs .url-input {
  width: 100%;
}

.update-link-modal .canvas, .update-seed-modal .canvas, .delete-seed-modal .canvas {
  max-width: 650px;
}
.update-link-modal .canvas .body p.link, .update-seed-modal .canvas .body p.link, .delete-seed-modal .canvas .body p.link {
  margin-bottom: 40px;
}
.update-link-modal .canvas .body .info-inputs .input-wrap #sortmenu, .update-seed-modal .canvas .body .info-inputs .input-wrap #sortmenu, .delete-seed-modal .canvas .body .info-inputs .input-wrap #sortmenu {
  display: block;
}
.update-link-modal .canvas .body .info-inputs .input-wrap ul, .update-seed-modal .canvas .body .info-inputs .input-wrap ul, .delete-seed-modal .canvas .body .info-inputs .input-wrap ul {
  background: #0E3232;
  box-shadow: 0 25px 35px 0 rgba(13, 18, 48, 0.15);
  color: #FAF7F2;
  display: none;
  list-style: none;
  padding: 15px;
  width: 130px;
  text-align: left;
  z-index: 1;
  border-radius: 5px;
}
.update-link-modal .canvas .body .info-inputs .input-wrap ul li, .update-seed-modal .canvas .body .info-inputs .input-wrap ul li, .delete-seed-modal .canvas .body .info-inputs .input-wrap ul li {
  cursor: pointer;
  font-size: 12px;
  line-height: 15px;
  padding: 5px 3px;
}
.update-link-modal .canvas .body .info-inputs .input-wrap ul li input[type=checkbox], .update-seed-modal .canvas .body .info-inputs .input-wrap ul li input[type=checkbox], .delete-seed-modal .canvas .body .info-inputs .input-wrap ul li input[type=checkbox] {
  margin-right: 10px;
  cursor: pointer;
}
.update-link-modal .canvas .body .info-inputs .input-wrap ul li input, .update-seed-modal .canvas .body .info-inputs .input-wrap ul li input, .delete-seed-modal .canvas .body .info-inputs .input-wrap ul li input {
  width: 12px;
  height: auto;
}
.update-link-modal .canvas .body .info-inputs .input-wrap ul li:hover, .update-seed-modal .canvas .body .info-inputs .input-wrap ul li:hover, .delete-seed-modal .canvas .body .info-inputs .input-wrap ul li:hover {
  color: #C24F3C;
}
.update-link-modal .canvas .body .info-inputs .input-wrap ul.show, .update-seed-modal .canvas .body .info-inputs .input-wrap ul.show, .delete-seed-modal .canvas .body .info-inputs .input-wrap ul.show {
  display: block;
}

.error-message {
  color: #C24F3C;
}

.cardwrap.contributors {
  margin: 30px auto 80px;
  max-width: 1000px;
  width: 90%;
}

.top {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.top .header-background {
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 36%;
}
.top .topwrap {
  padding-top: 300px;
  padding-bottom: 50px;
}

.middle-card {
  position: absolute;
  top: 28%;
  padding: 40px;
  box-shadow: 0 3px 10px 0 rgba(44, 44, 44, 0.1);
  border-radius: 7px;
  border: 2px solid transparent;
  background-color: #fff;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.middle-card .sort-middle-text1 {
  font-family: aleobold;
  letter-spacing: 2px;
  font-size: 15px;
  color: #0E3232;
}
.middle-card .sort-middle-text2 {
  font-family: ebgaramond;
  font-size: 33px;
  padding: 25px 0px 26px 0px;
  color: #0E3232;
}
.middle-card .sort-middle-text3 {
  font-family: aleobold;
  font-size: 18px;
  padding: 0px 0px 40px 0px;
  color: #0E3232;
}
.middle-card .button {
  font-size: 18px;
  display: inline-block;
  cursor: pointer;
  padding: 18px 39px 19px 38px;
  box-shadow: 0 5px 15px 0 rgba(115, 47, 35, 0.2);
  background: #C24F3C;
  border-radius: 5px;
  transition: all 0.2s ease;
}
.middle-card .button:hover {
  background: #CF5440;
}
.middle-card .button a {
  color: white;
  text-decoration: none;
}

.page {
  height: auto;
  padding: 171px 0 171px;
  width: 100%;
}

@media screen and (max-width: 260px) {
  .middle-card .button {
    padding: 6px 10px 7px 10px;
  }
}
.support-text {
  margin: 60px auto;
  max-width: 1000px;
  width: 90%;
  font-family: aleobold;
}
.support-text h2 {
  font-size: 28px;
  margin: 30px 0 10px;
  line-height: 1;
}
.support-text a {
  cursor: pointer;
  text-decoration: underline;
  color: #C24F3C;
}
.support-text .view-more {
  margin-top: 15px;
  text-decoration: none;
  background-color: #C24F3C;
  box-shadow: 0 5px 15px 0 rgba(115, 47, 35, 0.2);
  padding: 15px;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s;
}
.support-text .view-more:hover {
  background: #CF5440;
}

.header .header-background {
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.header .middlewrap {
  padding-top: 160px;
  padding-bottom: 50px;
}

.container.info .container.infowrap .banner {
  box-shadow: 0 3px 10px 0 rgba(44, 44, 44, 0.1);
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 20px 27px 30px 25px;
}
.container.info .container.infowrap .banner .banner-title {
  color: #0E3232;
  font-family: "EB Garamond";
  font-size: 24px;
  font-weight: bold;
  line-height: 33px;
  margin-bottom: 18px;
}
.container.info .container.infowrap .banner .banner-content {
  margin-bottom: 20px;
}
.container.info .container.infowrap .banner .banner-content .title {
  color: #0E3232;
  font-family: aleobold;
  font-style: italic;
  font-size: 14px;
  line-height: 17px;
}
.container.info .container.infowrap .banner .banner-content .reference {
  color: #0E3232;
  font-family: aleoregular;
  font-size: 14px;
  line-height: 17px;
}
.container.info .container.infowrap .banner .banner-content a {
  color: #C24F3C;
  text-decoration: underline;
  font-size: 14px;
  line-height: 17px;
}
.container.info .container.infowrap .bibliographies {
  color: #0E3232;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 3px 10px 0 rgba(44, 44, 44, 0.1);
  margin-bottom: 60px;
  padding: 20px 27px 30px 25px;
}
.container.info .container.infowrap .bibliographies .biblio-title {
  font-family: "EB Garamond";
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.container.info .container.infowrap .bibliographies .citation {
  font-family: aleoregular;
  font-size: 14px;
  line-height: 17px;
}

.visualize {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: 90%;
  flex-wrap: wrap;
}
.visualize li {
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 3px 10px 0 rgba(44, 44, 44, 0.1);
  height: 178px;
  min-width: 245px;
  width: 31%;
  display: inline-block;
  margin-bottom: 80px;
  margin-top: 50px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
.visualize li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #0E3232;
}
.visualize li .charts {
  margin-top: 49px;
  height: 30px;
  width: 56px;
  margin-bottom: 18px;
}
.visualize li .maps {
  margin-top: 45px;
  width: 34px;
  height: 35px;
  margin-bottom: 17px;
}
.visualize li .timeline {
  margin-top: 33px;
  margin-bottom: 8px;
  width: 58px;
  height: 58px;
}
.visualize li p {
  font-family: "EB Garamond";
  font-size: 26px;
  font-weight: bold;
  text-shadow: 0 3px 24px 0 rgba(37, 52, 73, 0.21);
}
.visualize li:hover {
  border: 2px solid #C24F3C;
  box-sizing: border-box;
  box-shadow: 0 15px 25px 0 rgba(18, 46, 70, 0.1);
}

@media screen and (max-width: 896px) {
  .visualize {
    margin-bottom: 55px;
  }
  .visualize li {
    width: 48%;
    margin-top: 28px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 593px) {
  .visualize li {
    margin-top: 25px;
    width: 100%;
  }
}
.info .search-section {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.info .search-section .inputwrap {
  width: 31.5%;
  margin-bottom: 4%;
  position: relative;
}
.info .search-section .inputwrap input, .info .search-section .inputwrap label {
  display: block;
  color: #0E3232;
  font-size: 14px;
  padding-right: 35px;
}
.info .search-section .inputwrap label {
  margin-bottom: 10px;
  color: #0E3232;
  font-size: 15px;
}
.info .search-section .inputwrap .input-field {
  height: 60px;
  width: 100%;
  border: 2px white solid;
  border-radius: 5px;
  outline: none;
  background-color: #FFF;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  padding-left: 20px;
  font-size: 14px;
  font-family: aleobold;
  color: #0E3232;
  transition: all 0.3s;
}
.info .search-section .inputwrap .input-field:hover {
  border: 2px solid #C24F3C;
}
.info .search-section .inputwrap .input-field:focus-within {
  border: 2px solid #C24F3C;
}
.info .search-section .inputwrap ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0E3232;
  opacity: 0.8;
  /* Firefox */
  font-family: aleobolditalic;
}
.info .search-section .inputwrap :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0E3232;
  opacity: 0.8;
  /* Firefox */
  font-family: aleobolditalic;
}
.info .search-section .inputwrap ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0E3232;
  opacity: 0.8;
  /* Firefox */
  font-family: aleobolditalic;
}
.info .search-section .inputwrap :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #0E3232;
  opacity: 0.8;
  font-family: aleobolditalic;
}
.info .search-section .inputwrap ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #0E3232;
  opacity: 0.8;
  font-family: aleobolditalic;
}
.info .search-section .inputwrap #search-records-link {
  display: none;
  text-decoration: none;
  float: right;
  margin-top: 20px;
  margin-bottom: -10px;
  padding-right: 16px;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.info .search-section .inputwrap #search-records-link img {
  width: 7px;
  position: absolute;
  top: 3px;
  right: 3px;
  transition: all 0.2s ease-in-out;
}
.info .search-section .inputwrap #search-records-link:hover {
  color: #CF5440;
}
.info .search-section .inputwrap #search-records-link:hover img {
  right: 0px;
}
.info .search-section .inputwrap .select2-container {
  width: 100% !important;
}
.info .search-section .inputwrap .select2-container .select2-selection--single {
  height: 60px;
  border-radius: 0;
  border: 2px solid #FFF;
  border-radius: 5px;
  outline: none;
  background-color: #FFF;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.info .search-section .inputwrap .select2-container .select2-selection--single:hover {
  border: 2px solid #C24F3C;
}
.info .search-section .inputwrap .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 58px;
  color: #0E3232;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 35px;
}
.info .search-section .inputwrap .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: #0E3232;
  opacity: 0.8;
  font-family: aleobolditalic;
}
.info .search-section .inputwrap .select2-container .select2-selection__arrow b {
  display: none !important;
}
.info .search-section .inputwrap .select2-container .select2-selection__arrow {
  background-image: url(../images/Arrow3.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 13px;
  width: 8px;
  top: 24px;
  right: 25px;
  transform: rotate(90deg);
  position: absolute;
}
.info .search-section .inputwrap .select2-container--open .select2-selection--single {
  border: 2px solid #C24F3C;
}
.info .search-section .inputwrap .select2-container--open .select2-selection--multiple {
  border: 2px solid #C24F3C;
}
.info .search-section .datewrap .select2-container {
  width: 49% !important;
}
.info .search-section .agewrap .input-field {
  width: 49% !important;
  display: inline-block;
}
.info .select2-container--open .select2-dropdown {
  border: 2px solid #FFF;
  border-radius: 5px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}
.info .select2-container--open .select2-dropdown .select2-search--dropdown {
  height: 0;
  padding: 0;
  -webkit-appearance: none;
}
.info .select2-container--open .select2-dropdown .select2-search--dropdown .select2-search__field {
  outline: none;
  border: none;
  padding: 0;
  color: transparent;
  height: 0;
  -webkit-appearance: none;
}
.info .select2-container--open .select2-dropdown .select2-results .select2-results__options {
  padding: 15px 0;
}
.info .select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  font-size: 14px;
  color: #0E3232;
  padding: 8px;
  padding-left: 20px;
}
.info .select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option .select2-results__group {
  display: none;
}
.info .select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option--highlighted[aria-selected] {
  background-color: #ffffff;
  color: #C24F3C;
}
.info .select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected=true] {
  background-color: #ffffff;
  color: #C24F3C;
}
.info .select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option[role=group] {
  padding-top: 0;
  padding-bottom: 0;
}
.info .select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option[role=group] .select2-results__option[role=treeitem] {
  font-size: 14px;
  padding: 4px;
  padding-left: 0;
}
.info .select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option[role=group] .select2-results__options--nested {
  padding: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid rgba(18, 46, 70, 0.07);
}
.info .select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option[role=group]:first-child .select2-results__options--nested {
  padding-top: 0;
}
.info .select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option[role=group]:last-child .select2-results__options--nested {
  border-bottom: none;
  padding-bottom: 0;
}
.info .datawrap {
  width: 1000px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  position: relative;
  border: 2px solid #FFF;
  border-radius: 5px;
  outline: none;
  background-color: #F8F9FC;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}
.info .datawrap iframe {
  width: 1030px;
  height: 600px;
  padding: 15px;
  position: absolute;
  border: none;
  top: -138px;
  left: -17px;
}
.info .datawrap iframe #kibana-app {
  background: #FFF !important;
}
.info .datawrap iframe #kibana-app .coreSystemRootDomElement {
  background: #FFF !important;
}
.info .datawrap .pcontainer {
  /* height: 570px; */
}
.info .datawrap .chartcontainer {
  display: inline-block;
  margin: 7px;
  vertical-align: top;
  box-shadow: 0 2px 2px -1px rgba(152, 162, 179, 0.2), 0 1px 5px -2px rgba(152, 162, 179, 0.2);
  background-color: #FFF;
  border: 1px solid #D3DAE6;
  border-radius: 4px;
}
.info .datawrap .chartcontainer svg {
  border-radius: 4px;
}
.info .datawrap .chartcontainer svg text {
  font-family: aleobold !important;
  font-weight: normal;
  font-size: 12px;
}
.info .datawrap .customChartTitle {
  font-size: 10pt;
  font-family: aleobold !important;
  font-weight: normal;
  margin-bottom: 13px;
  margin-left: 8px;
  margin-top: 3px;
}
.info .datawrap .totalNum {
  text-align: center;
  font-family: aleobold !important;
  font-weight: normal;
  font-size: 27px;
}
.info .datawrap .totalLabel {
  text-align: center;
}
.info .datawrap .typeNum {
  width: 25%;
  display: inline-block;
  text-align: center;
  font-family: aleobold !important;
  font-weight: normal;
  font-size: 27px;
}
.info .datawrap .typeLabel {
  width: 25%;
  display: inline-block;
  text-align: center;
}

.google-visualization-table-tr-head {
  font-family: aleobold !important;
  background-color: #E5EAEC !important;
}
.google-visualization-table-tr-head th {
  font-weight: normal !important;
  padding: 10px 5px !important;
}

.google-visualization-table .gradient {
  background-image: none !important;
}

.google-visualization-table-table tr:hover {
  background-color: #F1C4B4 !important;
}

.google-visualization-table-table td {
  font-family: aleoregular !important;
  padding: 10px 15px !important;
}

.google-visualization-table > div:first-child {
  border-radius: 4px !important;
}

.container.ontology {
  background: #FAF7F2;
  margin: 60px auto;
  max-width: 1000px;
  width: 90%;
  padding: 0;
  text-align: left;
}
.container.ontology h1, .container.ontology h2, .container.ontology h3, .container.ontology h4, .container.ontology h5, .container.ontology p {
  background: #FAF7F2;
  color: #0E3232 !important;
}
.container.ontology h1, .container.ontology h2 {
  margin-top: 40px;
}
.container.ontology h3, .container.ontology h4 {
  margin-top: 20px;
  border-bottom: none;
}
.container.ontology a {
  color: #C24F3C;
}
.container.ontology a:hover {
  background: #FAF7F2;
}
.container.ontology span.backlink {
  background: #FFFFFF;
  border: none;
  box-shadow: 0 3px 10px 0 rgba(44, 44, 44, 0.1);
  border-radius: 5px;
  padding: 7px;
  display: none;
}
.container.ontology .head {
  background: #FFFFFF;
  border: none;
  box-shadow: 0 3px 10px 0 rgba(44, 44, 44, 0.1);
  border-radius: 5px;
  padding: 15px 20px 10px 20px;
}
.container.ontology .head div {
  display: none;
}
.container.ontology .head dt {
  font-family: aleobold;
  font-weight: normal;
  margin-bottom: 5px;
}
.container.ontology .head dd {
  margin-left: 0;
  margin-bottom: 10px;
}
.container.ontology .status {
  opacity: 1;
  z-index: 5;
  left: -175px;
  top: 200px;
  width: auto;
  height: auto;
}
.container.ontology .status div {
  background-color: #0E3232;
  box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0 0 5px 5px;
  padding-top: 0.2em;
  padding-right: 6em;
}
.container.ontology .status div span {
  font-family: ebgaramond;
  font-weight: normal;
}
.container.ontology #toc ul {
  margin-top: 0;
}
.container.ontology div#ns {
  font-family: aleoregular;
  text-align: left;
}
.container.ontology div#ns caption {
  margin-bottom: 10px;
  text-align: left;
}
.container.ontology div#ns table {
  background: #FFFFFF;
  border: none;
  box-shadow: 0 3px 10px 0 rgba(44, 44, 44, 0.1);
  border-radius: 5px;
  font-family: aleoregular;
  margin: 20px 20px 20px 0;
  padding: 10px 5px;
}
.container.ontology div#ns table tbody {
  background: #FFFFFF;
}
.container.ontology div#ns table tbody tr {
  border: none;
}
.container.ontology ul.hlist {
  margin-top: 5px;
  background: #FFFFFF;
  border: none;
  box-shadow: 0 3px 10px 0 rgba(44, 44, 44, 0.1);
  border-radius: 5px;
  font-family: aleoregular;
  padding: 15px 20px;
}
.container.ontology #crossref {
  font-family: aleoregular;
}
.container.ontology #crossref h3#classes-headline, .container.ontology #crossref h3#properties {
  margin-top: 30px;
}
.container.ontology #crossref h3 {
  border: none;
  font-size: 22px;
  margin-top: 0px;
}
.container.ontology .entity {
  border: none;
  margin-top: 10px;
}
.container.ontology .entity .description {
  background-color: rgba(14, 50, 50, 0.05);
  border-radius: 5px;
  border: none;
  padding: 10px;
}
.container.ontology .entity .description dl {
  background-color: transparent;
}
.container.ontology .entity .type-c {
  color: #C24F3C;
}
.container.ontology #legend .entity {
  margin-top: 5px;
}
.container.ontology #references p {
  margin-top: 20px;
}

iframe {
  background: #fff;
  padding: 5px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 3px 10px 0 rgba(44, 44, 44, 0.1);
  margin-top: 30px;
}

.ontology-iframe {
  background: #0E3232;
}
.ontology-iframe #logo h2 {
  color: #C24F3C;
}
.ontology-iframe #sidebarExpandButton {
  background: #fff;
  padding: 2px 9px;
  border: 1px solid #ccc;
  box-shadow: 0 3px 10px 0 rgba(44, 44, 44, 0.1);
  font-size: 18px;
}
.ontology-iframe #swipeBarContainer {
  height: 45px;
}
.ontology-iframe #swipeBarContainer #menuElementContainer > li {
  height: 55px;
  line-height: 1.4;
}
.ontology-iframe #swipeBarContainer li#c_search {
  margin-left: -1px;
}
.ontology-iframe #swipeBarContainer .searchIcon {
  top: 7px;
  left: 13px;
}
.ontology-iframe #swipeBarContainer #menuElementContainer > li > input {
  padding: 10px 10px 10px 30px;
}
.ontology-iframe li {
  line-height: 1;
}
.ontology-iframe li label {
  font-weight: normal;
  font-size: 16px;
}
.ontology-iframe #canvasArea #graph {
  background-color: #FAF7F2;
}
.ontology-iframe #detailsArea #generalDetails h5 {
  text-align: left;
}
.ontology-iframe #description {
  text-align: left;
}
.ontology-iframe #progressBarValue {
  background-color: #C24F3C;
}
.ontology-iframe #detailsArea {
  color: white;
}
.ontology-iframe #generalDetails span #about {
  color: #C24F3C;
}
.ontology-iframe #selection-details .propDetails a {
  color: #C24F3C !important;
}
.ontology-iframe .accordion-trigger {
  background: #0E3232;
}
.ontology-iframe #optionsArea a.highlighted {
  background-color: #C24F3C;
}
.ontology-iframe .slideOption input[type=range]::-moz-range-thumb:hover {
  background-color: #C24F3C;
}
.ontology-iframe .slideOption input[type=range]::-webkit-slider-thumb:hover {
  background-color: #C24F3C;
}
.ontology-iframe .filterMenuButtonHighlight {
  background-color: #C24F3C;
}
@-webkit-keyframes buttonAnimation {
  0% {
    background-color: unset;
  }
  to {
    background-color: #C24F3C;
  }
}
@keyframes buttonAnimation {
  0% {
    background-color: unset;
  }
  to {
    background-color: #C24F3C;
  }
}
.ontology-iframe #zoomSlider > p:hover {
  background-color: #C24F3C;
}
.ontology-iframe #zoomSlider, .ontology-iframe #zoomSliderParagraph, .ontology-iframe p#zoomSliderParagraph:hover {
  background-color: #FFF !important;
  border-color: #ccc;
}
.ontology-iframe #centerGraphButton, .ontology-iframe #zoomInButton, .ontology-iframe #zoomOutButton {
  border-color: #ccc;
}
.ontology-iframe #zoomSliderElement::-webkit-slider-runnable-track {
  background-color: #0E3232;
}
.ontology-iframe #zoomSliderElement::-moz-range-track {
  background-color: #0E3232;
}
.ontology-iframe #menuElementContainer a.highlighted {
  background-color: #C24F3C;
}
.ontology-iframe #menuElementContainer > li > a:hover {
  background: #0E3232;
}
.ontology-iframe #menuElementContainer a.highlighted, .ontology-iframe .filterMenuButtonHighlight {
  background-color: #C24F3C;
}
.ontology-iframe #centerGraphButton {
  font-size: 17px;
  line-height: 22px;
}
.ontology-iframe #zoomInButton {
  font-size: 25px;
}
.ontology-iframe .toolTipMenu a, .ontology-iframe .toolTipMenu li {
  color: #0E3232;
}
.ontology-iframe .slideOption input[type=range]::-webkit-slider-runnable-track {
  background-color: #0E3232;
}
.ontology-iframe #zoomSlider {
  background: #FFFFFF;
  box-shadow: 0 3px 10px 0 rgba(44, 44, 44, 0.1);
}
.ontology-iframe #zoomSliderElement {
  width: 140px;
  margin: -10px 0;
}
.ontology-iframe #zoomSliderElement::-moz-range-thumb:hover {
  background-color: #C24F3C !important;
}
.ontology-iframe #zoomSliderElement::-ms-thumb:hover {
  background: #C24F3C;
}
.ontology-iframe #zoomSliderElement::-webkit-slider-thumb:hover {
  background-color: #C24F3C !important;
}
.ontology-iframe a#locateSearchResult.highlighted:hover {
  background-color: #C24F3C !important;
}
.ontology-iframe .allvaluesfromproperty, .ontology-iframe .class, .ontology-iframe .disjoint, .ontology-iframe .disjointwith, .ontology-iframe .equivalentproperty, .ontology-iframe .functionalproperty, .ontology-iframe .inversefunctionalproperty, .ontology-iframe .object, .ontology-iframe .objectproperty, .ontology-iframe .somevaluesfromproperty, .ontology-iframe .symmetricproperty, .ontology-iframe .transitiveproperty, .ontology-iframe .subclass {
  fill: white;
  stroke: #0E3232;
  box-shadow: 0 3px 10px 0 rgba(44, 44, 44, 0.1);
}
.ontology-iframe .allvaluesfromproperty.hovered, .ontology-iframe .class.hovered, .ontology-iframe .disjoint.hovered, .ontology-iframe .disjointwith.hovered, .ontology-iframe .equivalentproperty.hovered, .ontology-iframe .functionalproperty.hovered, .ontology-iframe .inversefunctionalproperty.hovered, .ontology-iframe .object.hovered, .ontology-iframe .objectproperty.hovered, .ontology-iframe .somevaluesfromproperty.hovered, .ontology-iframe .symmetricproperty.hovered, .ontology-iframe .transitiveproperty.hovered, .ontology-iframe .subclass.hovered {
  stroke: #C24F3C;
  fill: #E4B4A9 !important;
  color: #fff !important;
}
.ontology-iframe .allvaluesfromproperty.focused, .ontology-iframe .class.focused, .ontology-iframe .disjoint.focused, .ontology-iframe .disjointwith.focused, .ontology-iframe .equivalentproperty.focused, .ontology-iframe .functionalproperty.focused, .ontology-iframe .inversefunctionalproperty.focused, .ontology-iframe .object.focused, .ontology-iframe .objectproperty.focused, .ontology-iframe .somevaluesfromproperty.focused, .ontology-iframe .symmetricproperty.focused, .ontology-iframe .transitiveproperty.focused, .ontology-iframe .subclass.focused {
  stroke: #C24F3C !important;
}
.ontology-iframe .values-from {
  stroke: #E4B4A9;
}
.ontology-iframe .values-from.filled {
  fill: #E4B4A9;
}
.ontology-iframe .focused, .ontology-iframe .hovered-MathSymbol, .ontology-iframe path.hovered {
  stroke: #C24F3C !important;
}
.ontology-iframe .focused.filled, .ontology-iframe .hovered-MathSymbol.filled, .ontology-iframe path.hovered.filled {
  fill: #C24F3C !important;
}
.ontology-iframe #scrollRightButton, .ontology-iframe #scrollLeftButton {
  height: 45px;
  background-color: #C24F3C;
}
.ontology-iframe #scrollRightButton::before, .ontology-iframe #scrollLeftButton::before {
  position: absolute;
  font-size: 20px;
  left: 9px;
  top: 9px;
}
