:root{
    --slider-icon-size: 14px;
    --slider-icon-color: #ff0000;
}
.rhp-slideshow .owl-item,
.rhp-slideshow .owl-item > a,
.rhp-slideshow .owl-item > a .rhp-slider-image,
.rhp-slideshow .owl-stage {
    height: 100%;
}
.rhp-slideshow .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.rhp-slideshow button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 5px;
}
.rhp-slideshow button.owl-dot,
.rhp-slideshow button.owl-dot:focus,
.rhp-slideshow button.owl-dot:hover {
    background-color: #45454545;
}
.rhp-slideshow button.owl-dot.active,
.rhp-slideshow button.owl-dot.active:focus,
.rhp-slideshow button.owl-dot.active:hover {
    background-color: #dddddd;
}
.rhp-slideshow {
    position: relative;
}
.rhp-slideshow.noFullWidthSlider {
    width: 75%;
}
.rhp-slideshow .owl-nav {
    pointer-events: none;
    display: flex;
    justify-content: space-between;
    position: absolute;
    height: 40px;
    top: calc(50% - 20px);
    left: 5px;
    right: 5px;
}
.rhp-slideshow .owl-nav > * {
    pointer-events: auto;
    width: 40px;
}
.rhp-slideshow .owl-nav svg {
    fill: #fefefe45;
}
.rhp-slideshow .owl-nav svg:hover {
    fill: #fefefecd;
}
.rhp-slideshow .owl-item .rhp-slide-wrapper {
    position: absolute;
    bottom: 0px;
    left: 30%;
    right: 0px;
}
.rhp-slideshow .owl-item .rhp-slide-wrapper.rhp-full-wrapper {
    left: 0px;
}
.rhp-slider-prev-btn,
.rhp-slider-next-btn {
    cursor: pointer;
}
.rhp-slide-date-outer {
    position: absolute;
    top: 18px;
    left:0;
    height: 38px;
}
.rhp-slide-date {
    line-height: 18px;
    font-size: 34px;
    font-weight: 300;
    color: #252525;
    padding: 4px 8px;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: #FFFFFFEB;
}
.rhp-slide-info-outer {
    padding: 0px 50px 20px;
}
.rhp-slide-wrapper .rhp-slide-info {
    background: inherit;
    opacity: 1;
    padding: 4px 8px;
}
.rhp-slides-icon {
    height: var(--slider-icon-size);
    width: var(--slider-icon-size);
    fill: var(--slider-icon-color);
}
.rhp-slides-icon svg {
    height: inherit;
    width: inherit;
    stroke: none;
    fill: inherit;
}
/* Column View */
.rhp-slider-column .owl-dots {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 10px;
}
.rhp-slider-column button.owl-dot {
    height: 5px;
    width: 25px;
    border-radius: 2px;
}
.rhp-slider-column .rhp-slide-date-outer {
    position: initial;
    height: auto;
}
.rhp-slider-column .rhp-slide-date {
    display: block;
    background-color: transparent;
    padding: 0px;
}
.rhp-slider-image > img {
  height: 100%!important;
  width: 100%!important;
}

/* Wrapper Below Image View */
.rhp-slider-wrapper-below .rhp-slide-date-outer,
.rhp-slider-wrapper-below .owl-item .rhp-slide-wrapper {
    position: initial;
}
.rhp-slider-wrapper-below .rhp-slide-date-outer {
    height: auto;
}
.rhp-slider-wrapper-below .rhp-slide-date-outer .rhp-slide-date {
    background-color: transparent;
}

/* Thumbnail View */
.rhp-slideshow-outer {
    flex-wrap: wrap;
    margin: 0px;
}
.rhp-slider-thumbnails.rhp-have-thumbnails {
    width: 80%;
}
.rhp-slider-thumbnails + .rhp-slider-nav-section {
    width: 20%;
}
.rhp-slider-thumbnails + .rhp-slider-nav-section .rhp-slider-nav > div {
    opacity: 0.4;
}
.rhp-slider-thumbnails + .rhp-slider-nav-section .rhp-slider-nav > div.selected.active {
    opacity: 1;
}
.rhp-slider-thumbnails + .rhp-slider-nav-section .rhp-slider-nav > div > img {
    padding: 0px 12px 4px;
}
.rhp-slider-thumbnails + .rhp-slider-nav-section .rhp-slider-nav.owl-stage {
    gap: 5px;
}

/* Feature View */
.rhp-slider-thumbnails .owl-dots,
.rhp-slider-featureview .owl-dots {
    position: absolute;
    left: 67%;
    right: 0px;
    top: 10px;
    justify-content: end;
}

/* Thumbnail and Feature View */
.rhp-slider-thumbnails .owl-stage-outer,
.rhp-slider-nav-section .rhp-slider-nav-outer {
    width: 100%;
}
.rhp-feature-mail.rhp-slider-scrollbar,
.rhp-slider-nav-section .rhp-slider-nav-outer {
    overflow-x: hidden;
    overflow-y: auto;
}
.rhp-slider-nav-section .rhp-slider-nav {
    display: flex;
}
.rhp-slider-nav-section .rhp-slider-nav > div {
    cursor: pointer;
}
.rhp-slider-nav-section > .disabled {
    display: none;
}
.rhp-slider-nav-section .rhp-slider-nav.owl-stage {
    transform: none !important;
    width: 100%!important;
    display: flex;
    flex-direction: column;
}

/* Handle Firefox web browser  */
@supports(-moz-appearance:none) {
    .rhp-slider-scrollbar {
        scrollbar-width: thin; /* options: auto, thin, none */
        scrollbar-color: #323232 #a9a9a9;
    }
}
.rhp-slider-scrollbar::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.rhp-slider-scrollbar::-webkit-scrollbar-track {
  background: #323232; 
}
 
/* Handle */
.rhp-slider-scrollbar::-webkit-scrollbar-thumb {
  background: #a9a9a9; 
}

/* Handle on hover */
.rhp-slider-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #777777; 
}
@media (max-width: 575px){
    .rhp-slider-column .rhp-slide-title,
    .rhp-slide-wrapper .rhp-slide-title {
        font-size: 14px;
        line-height: 16px;
    }
    .rhp-slide-wrapper .rhp-slide-tagline div,
    .rhp-slide-wrapper .rhp-slide-subheader div,
    .rhp-slide-wrapper .rhp-slide-description,
    .rhp-slide-wrapper .rhp-slide-location-outer span {
        font-size: 12px;
        line-height: 14px;
    }
    .rhp-slider-column .rhp-slide-date-outer .rhp-slide-date,
    .rhp-slideshow .rhp-slide-date-outer .rhp-slide-date,
    .rhp-slider-column .rhp-slide-cta-outer .rhp-slide-cta a,
    .rhp-slide-wrapper .rhp-slide-cta-outer .rhp-slide-cta a {
        font-size: 10px;
        line-height: 12px;
    }
    .rhp-slide-date-outer {
        top: 5px;
    }
    .rhp-slider-column .rhp-slide-title,
    .rhp-slide-wrapper .rhp-slide-title,
    .rhp-slide-wrapper .rhp-slide-tagline div,
    .rhp-slide-wrapper .rhp-slide-subheader div,
    .rhp-slide-wrapper .rhp-slide-description,
    .rhp-slide-wrapper .rhp-slide-location-outer span,
    .rhp-slider-column .rhp-slide-date-outer .rhp-slide-date,
    .rhp-slideshow:not(.rhp-slider-wrapper-below) .rhp-slide-date-outer .rhp-slide-date {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .rhp-slider-column .rhp-slide-cta-outer .rhp-slide-cta a,
    .rhp-slide-wrapper .rhp-slide-cta-outer .rhp-slide-cta a {
        padding: 4px;
    }
    .rhp-slideshow .rhp-slide-date-outer {
        height: 20px;
    }
    .rhp-slider-column .rhp-slide-date-outer,
    .rhp-slider-wrapper-below .rhp-slide-date-outer {
        height: auto;
    }
    .rhp-slider-featureview .owl-dots {
        left: 55%;
    }
    .rhp-slider-thumbnails + .rhp-slider-nav-section .rhp-slider-nav > div > img {
        padding: 0px 4px 4px;
    }
}
@media (max-width: 767px){
    .rhp-slideshow .owl-nav {
        height: 30px;
        top: calc(50% - 15px);
    }
    .rhp-slideshow .owl-nav > * {
        width: 30px;
    }
    .rhp-slide-info-outer {
        padding: 0px 8px 4px;
    }
    .rhp-thumbnails-layout .rhp-slide-wrapper .rhp-slide-info {
        padding: 2px 4px;
    }
    .rhp-slideshow.noFullWidthSlider:not(.rhp-slider-thumbnails) {
        width: 100%;
    }
    .rhp-slider-thumbnails + .rhp-slider-nav-section .rhp-slider-nav > div > img {
        padding: 0px 6px 4px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .rhp-slide-date-outer .rhp-slide-date {
        font-size: 14px;
    }
    .rhp-slider-thumbnails + .rhp-slider-nav-section .rhp-slider-nav > div > img {
        padding: 0px 8px 4px;
    }
}
