.linked-resource-property {
  display: none;
}

.right {
max-width:100%;
}

.inline .property {
margin-bottom: -2px;
}

a.advanced-search{
  display: none;}

.sorting  select[name="sort_by"]{
  display: none;}
.sorting  select[name="sort_order"]{
  margin-left:10px;}

span.site-title-label{
margin-left:15px}

form.search-form{
  display: none;
}

div.search-filters{
  display: none;}

.thumbnail {
  display: none;
}

#linked-filter {
  display: none;
}

body,
h1,
h2,
h3,
h4,
h5,
div,
ul,
li{
 }

span.title {
}

h1.page {
  font-size: 30px;
  font-weight: bold;
  margin-top: 15px;
}

h2.landing {
  text-align: center;
}

h2.page {
  font-size: 25px;
  font-weight: bold;
  margin-top: 15px;
}

h3.page {
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
}

.preview-block h4{
}

p {
  margin: 0px;
}

p.page {
  margin-bottom: 10px;
}

p.credits {
  line-height: 150%;
  margin: 0%;
  padding: 0%;
}

p.orbit {
  line-height: 150%;
  font-size: 15px;
}

p.team {
  line-height: 140%;
  padding-bottom: 10px;
}

code {
  font-family: 'Menlo';
  font-size: 0.9375em;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  background-color: #f5f5f5;
}

code.code-block {
  font-family: 'Menlo';
  font-size: 0.9375em;
  color: #cccccc;
  border: 1px solid #000000;
  border-radius: 3px;
  background-color: #000000;
}

blockquote {
  background: #f9f9f9;
  color: #4d4d4d;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}

highlight {
  border: 3px solid;
  border-radius: 5px;
  border-color: #ffffb3;
  background: #ffffb3;
  max-width: 800px;
  margin: auto
}

div.property {
  text-align: justify;
}

.breadcrumbs li {
  font-size: 0.9375em;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

footer {
  background-color: #e6e6e6;
  color: #737373;
  float: center;
  padding: 15px;
  min-width: 100%;
  min-height: 100%;
  position: sticky;
}

.muted {
  color: #a6a6a6;
}

.bg-light {
  padding-top: 20px;
  padding-bottom: 20px;
}

.orbit-container {
  height: 550px;

  .orbit-slide-content {
    position: absolute;
    display: block;
    top: 15px;
    left: 15px;
  }
}



li.is-active figcaption {
  display: block;
  position: absolute;
  width: 100%;
  margin:auto;
  top: 60%;
  padding: 0.5125em 1.925em;
  font-size: 1.375em;
  z-index: 20;
}

.caption-sub {
  font-size: 15px;
  padding: 0px;
}

.wrapper {
  padding-bottom: 90px;
}

.credits {
  display: block;
  margin: auto;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  padding: 0.9375rem;
}
.orbit-bullets {
  display: none;
}

.card {
  border: 1px solid #e6e6e6;
  border-radius: 0%;
}

.landing-description {
  text-align: justify;
  margin-bottom: 10px;
}

.sorting {
  display: inline-flex;
  flex: auto;
}

hr {
  border-top: 0.5px solid #ccc;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.timeline .timeline-item::after, .timeline .timeline-item::before {
  clear: both;
  content: '';
  display: block;
  width: 100%;
}

.timeline {
  margin: 20px auto;
  padding: 0 10px;
  position: relative;
  transition: all 0.25s ease-in;
  width: 100%;
}

.timeline::before {
  background: #007a76;
  content: '';
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 3px;
}

.timeline::after {
  clear: both;
  content: '';
  display: table;
  width: 100%;
}

.timeline a {
  color: #007a76;
  font-weight: bold;
  transition: all 0.25s ease-in;
}

.timeline a:hover {
  box-shadow: 0 1px 0px 0px #007a76;
  transition: all 0.25s ease-in;
}

.timeline .timeline-item {
  margin-bottom: 20px;
  position: relative;
}

.timeline .timeline-item .timeline-icon {
  background: #007a76;
  border-radius: 50%;
  height: 30px;
  left: 50%;
  margin-left: -13px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 30px;
}

.timeline .timeline-item .timeline-icon img,
.timeline .timeline-item .timeline-icon svg {
  left: 14px;
  position: relative;
  top: 11px;
}

.timeline .timeline-item .timeline-icon svg {
  top: 14px;
}

.timeline .timeline-item .timeline-content {
  padding: 10px;
  text-align: right;
  transition: all 0.25s ease-in;
  width: 45%;
  background: transparent;
}

.timeline .timeline-item .timeline-content p {
  color: #000000;
}

.timeline .timeline-item .timeline-content p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0;
}

.timeline .timeline-item .timeline-content .timeline-content-date {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}

.timeline .timeline-item .timeline-content .timeline-content-month {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 400;
}

.timeline .timeline-item .timeline-content.right {
  float: right;
  text-align: left;
}

@media screen and (max-width: 39.9375em) {
  .timeline {
    margin: 30px;
    padding: 0;
    width: 90%;
  }
  .timeline::before {
    left: 0;
  }
  .timeline .timeline-item .timeline-content {
    float: right;
    text-align: left;
    width: 90%;
  }
  .timeline .timeline-item .timeline-content::before, .timeline .timeline-item .timeline-content.right::before {
    border-left: 0;
    border-right: 7px solid #007a76;
    left: 10%;
    margin-left: -6px;
  }
  .timeline .timeline-item .timeline-icon {
    left: 0;
  }
}

.item-sets {
    pointer-events: none;
}

