#block-views-block-featured-events-block-1 {
  background-color: #F2F2F2;
}
.featured-events-carousel-main {
  font-family: 'neuzeit-grotesk';
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  position: relative;
}
.featured-events-carousel-main h2 {
  font-family: bely-display, sans-serif;
}
.featured-events-carousel-main .item {
  position: relative;
}
.featured-events-carousel-main .item .image {
  background-color: #161729;
}
.featured-events-carousel-main .blue {
  background: #161729;
  color: white;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .featured-events-carousel-main .blue::before {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #FF671D;
    height: 50%;
    width: 6px;
    content: "";
  }
}
@media only screen and (min-width: 992px) {
  .featured-events-carousel-main .blue.order-lg-1:after {
    content: "";
    width: 6px;
    height: 40vh;
    position: absolute;
    left: 0;
    top: 0;
    background: #E65300;
  }
}
@media only screen and (min-width: 992px) {
  .featured-events-carousel-main .blue.order-lg-0 {
    border-right: 6px solid #E65300;
  }
}
.featured-events-carousel-main .blue .inner {
  padding: 1rem;
  height: 100%;
  position: relative;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.featured-events-carousel-main .blue .inner::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 992px) {
  .featured-events-carousel-main .blue .inner {
    padding: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .featured-events-carousel-main .blue .inner {
    padding: 3.25rem;
  }
}
.featured-events-carousel-main .blue .inner a {
  letter-spacing: 0.17rem;
  text-transform: uppercase;
  color: #FF671D;
}
.featured-events-carousel-main .blue .inner a:hover {
  color: #F4B223;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}
.featured-events-carousel-main .blue .inner .slide-link {
  color: #ffffff;
  font-family: GalaxiePolaris;
  font-size: 0.875rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.168rem;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding: 1rem 3rem 1rem 0rem;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.featured-events-carousel-main .blue .inner .slide-link:after {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/orange-arrow-thin-min.png) center center no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 20px;
  content: '';
}
.featured-events-carousel-main .blue .inner .slide-link:hover {
  color: #f7713e;
}
.featured-events-carousel-main .owl-footer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 24px;
  justify-content: space-between;
  background-color: #161729;
  width: 100%;
}
.featured-events-carousel-main .c-dot {
  border: 1px solid white;
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  margin-right: 0.8rem;
  cursor: pointer;
}
.featured-events-carousel-main .c-dot.active {
  border: 1px solid #f7713e;
  background: #f7713e;
}
.featured-events-carousel-main .custom-owl-arrows {
  display: none;
}
@media only screen and (min-width: 992px) {
  .featured-events-carousel-main .custom-owl-arrows {
    display: flex;
  }
}
.featured-events-carousel-main .custom-owl-arrows img {
  width: 35.5px;
  height: 32px;
  margin: 0 0.4rem;
  cursor: pointer;
  transition: opacity 300ms ease-in-out;
  opacity: 1;
}
.featured-events-carousel-main .custom-owl-arrows img:hover {
  opacity: 0.6;
}
.featured-events-carousel-main .custom-owl-arrows .prev {
  transform: rotate(-180deg);
  transform-origin: center center;
}
.featured-events-carousel-main h3 {
  margin-bottom: 3rem;
  color: #e2e6e9;
  font-family: bely-display, sans-serif;
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 2.8rem;
}
.featured-events-carousel-main .subtitle {
  color: #f7713e;
  font-family: GalaxiePolaris;
  font-size: 16px;
  font-weight: 600;
  line-height: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 4.8px;
  margin-bottom: 1.5rem;
}
.featured-events-carousel-main .copy {
  color: #ffffff;
  font-family: GalaxiePolaris;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
}
.featured-events-carousel-main .slide-image {
  width: 100%;
}
.featured-events-carousel-main .details .date {
  margin-bottom: 4px;
}
.featured-events-carousel-main .details .date,
.featured-events-carousel-main .details .time {
  font-weight: 100;
}
@media only screen and (min-width: 1200px) {
  .featured-events-carousel-main .details {
    position: absolute;
    bottom: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .featured-events-carousel-main.image-align-right .slide-image {
    left: auto;
    right: 0;
  }
  .featured-events-carousel-main.image-align-right .blue:before {
    left: -24px;
    right: auto;
  }
}
#featured-events-carousel-bottom {
  width: 100%;
  border-bottom: 2px solid #F4B223;
}
@media (min-width: 1600px) {
  body.user-logged-in .featured-events-carousel-main {
    padding: 8rem 16rem 6rem 16rem;
  }
}
@media (min-width: 1600px) {
  body.logged-out .featured-events-carousel-main {
    padding: 6rem 16rem 6rem 16rem;
  }
}
