  .rss-feed {
  background-color: #F2F2F2;
}
.container.header button {
  color: #0F0F0F;
  background: none;
  border: none;
  padding: 0px;
}
.container.header button .rotate-neg-90 {
  rotate: -90deg;
  transition: rotate 0.2s;
}
.container.header button .fa-minus {
  transition: rotate 0.2s;
}
.rss-feed {
  font-family: neuzeit-grotesk, sans-serif;
  position: relative;
  overflow: hidden;
}
.rss-feed a {
  color: #0F0F0F;
}
@media only screen and (min-width: 992px) {
  .rss-feed .rss-post-carousel.limited-carousel {
    display: flex;
  }
}
@media only screen and (min-width: 992px) {
  .rss-feed .rss-post-carousel.limited-carousel .grid-item {
    margin-right: 16px;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
.rss-feed .rss-post-carousel.limited-carousel .owl-nav.disabled {
  display: none;
}
.rss-feed .rss-post-carousel:not(.limited-carousel) .tns-inner {
  margin: 0px !important;
}
.rss-feed .tns-slider.tns-carousel {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .rss-feed .tns-slider.tns-carousel {
    padding-left: 0px !important;
  }
}
@media only screen and (min-width: 768px) {
  .rss-feed .tns-inner {
    margin: 0px !important;
  }
}
.rss-feed .tns-item {
  display: inline-flex !important;
}
.rss-feed .tns-nav {
  display: flex;
  justify-content: center;
}
.rss-feed .tns-nav button {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
  background: #A2A2A2;
  border: none;
}
.rss-feed .tns-nav button.tns-nav-active {
  background-color: #0F0F0F;
}
.rss-feed .grid-item {
  border: 1px solid #A2A2A2;
  box-shadow: 4px 4px 8px rgba(15, 15, 15, 0.25);
  flex-grow: 1;
}
.rss-feed .grid-item a:hover {
  text-decoration: none;
}
.rss-feed .grid-item .fa.fa-arrow-right {
  color: #FF671D;
}
.rss-feed .grid-item p {
  line-height: 1.2rem;
}
.rss-feed .grid-item .text-orange {
  color: #FF671D;
}
.rss-feed .grid-item .border-top {
  border-top: 1px solid rgba(162, 162, 162, 0.5);
}
.rss-feed .next-button {
  letter-spacing: 0.3ch;
  cursor: pointer;
}
.rss-feed .next-button .fa.fa-chevron-right {
  color: #FFFFFF;
  background: #E65300;
  flex-grow: 1;
  font-size: 2rem;
}
/*
.content-accordion.rss-import-list {
    position: absolute;
    top: 0px;
    z-index: 2;
    max-height: 50vh;
    
    @media @desktop {
        max-height: max-content;
    }
    
    .card {
        border: 0px;
        border-radius: 0px;
    }
    
    a {
        color: @std-pacific-black;
        text-decoration: none;
        cursor: pointer;
        padding-bottom: 1rem;
        
        .transition;
        
        &.show-more {
            text-transform: uppercase;
            text-decoration: underline;
            text-decoration-color: @std-orange;
        }
    }
}
*/
