div.carousel-one, div.tablesaw-advance {
  display:none;
}

summary > h3 {
  width: fit-content;
  top: -2.3rem;
  position: relative;
  margin:0 0 0 1.25rem;
}
input.collecting-map-label {
display:none;
}
@media (max-width: 899px) {
  div.carousel-three {
    display: none;
  }

div.carousel-one {
  display:block;
}
}

button#section-sidebar-modal-close {
color:black;
}

button#section-sidebar-modal-toggle {
margin-bottom:1rem;
}

#content {
min-height: 30vw;
}


.property.short.title {
  display: none;
}

.property.Description {
padding-right:2rem;
}

.quotation-box {
  background-color: #f0f0f0;
  padding: 20px;
  position: relative;
}

div.quotation-box > p {
width:fit-content;
margin-left: auto;
margin-right:auto;
}

.quote-mark{
  content: "\201C";
  font-size: 80px;
  position: relative;
  margin-left:auto;
  margin-right:auto;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  width:4rem;
  margin-top:-4rem;
}

input[type="checkbox"] {
height:20px;
}

div.quote-mark>p{
    margin-top: 2rem;
    margin-bottom: auto;
    font-family: serif;
}

ul.slick-dots {
display:none !important;
}

.media-embeds > div:not(.youtube) {
display:none;
}

div.property.Content > dd.uri, div.property.homepage> dd.uri  {
width:fit-content;
padding:1.5rem;
background-color:#e02b20;
}

div.property.Content > dt, div.property.homepage> dt {
display:none;
}

div.property.Content > dd.uri > span > a, div.property.homepage> dd.uri > span > a{
color:white;
}

.right-sidebar {
padding-left:1rem;
}

@media screen and (max-width: 800px) {
    header nav::before {
        margin-right: 10%;
    }

    div.main-body {
       display:block;
    }
div.social-media-container>div.property {
    margin: 1rem 1rem;
}
}
@media screen and (max-width: 450px) {
div.social-media-container>div.property {
    margin: 1rem 0.5rem;
}
}