/** Base splide styles found here. https://cdn.jsdelivr.net/npm/@splidejs/splide@4.1.2/dist/css/splide.min.css **/

.splide__slide {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  min-height:620px;
  background-color:#0d0284;
}

.splide__slide--nav {
  height: auto;
}

.splide__slide--nav-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: none !important; /* stylelint-disable-line declaration-no-important */
  opacity: 0.6;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: none !important; /* stylelint-disable-line declaration-no-important */
  opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
}

.splide__slide__contents {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.splide__slide--image_caption__wrapper {
  position: relative;
  height: auto;
  width: auto;
}

.splide__slide--image__wrapper {
  height: 100%;
}

.splide__slide--image {
  display: block;
  height: auto;
  max-height: 620px!important;
  max-width: 100%!important;
  margin: 0 auto;
  object-position: bottom;
}

.splide__pagination__page {
  background: #ccc !important; /* stylelint-disable-line declaration-no-important */
  opacity: 0.5 !important; /* stylelint-disable-line declaration-no-important */
}

.splide__pagination__page.is-active {
  opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
}

.home-imaege-slider-top-headline {
  position:absolute;
  top:16%;
  width:100%;
  text-align:center;
}

.home-imaege-slider-top-headline span {
  background-color:rgb(31, 125, 184, .8);
  font-size:.9rem;
  letter-spacing:1px;
  text-transform:uppercase;
  color:#fff;
  padding:12px 24px;
  border-radius: 10px;
}

.home-slider-cta {
  position:absolute;
  bottom: 8%;
  padding:30px;
  position: absolute;
  width: 100%;
}

.home-image-slider-button {
  text-align:center;
}

.home-image-slider-button .button, .home-image-slider-button button {
  padding: 6px 30px 6px 18px;  
  max-width: 300px;
  margin-top:12px;
  justify-content: center;
}

.home-image-slider-button .button:after, .home-image-slider-button button:after {
    height: 44px;
    width: 43px;
}

.home-imaege-slider-main-headline-intro {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 30%;
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.splide__slide--caption {
    position: absolute;
    top: 36%;
    width: 100%;
    background: transparent;
    color: #fff;
    font-size:2.5rem;
    line-height:1.2;
    font-weight:bold;
    padding: 0.1rem 1rem;
    box-sizing: border-box;
    height: auto;
    text-align:center;
    text-shadow: #0e028b 0 0 8px;
}

.home-slider-lower-headline {
    color: #def2f9;
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 700;
    box-sizing: border-box;
    height: auto;
    text-align: center;
    padding-bottom: 10px;
}

@media only screen and (max-width: 600px) {
  .splide__slide--caption {
    font-size:1.6rem;
  }
  .home-imaege-slider-main-headline-intro {
    font-size:1.4rem;
    text-shadow: #0e028b 0 0 8px;
  }
.home-imaege-slider-top-headline span {
  font-size:.7rem;
  }
  
  .home-slider-lower-headline {
    font-size:1rem;
  }

.splide__toggle {
  display: inline-flex;
  height: 1.8rem;
  width: 1.8rem;
  padding: 1px 6px;
  border: none;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #ccc;
  opacity: 0.7;
  transition: background-color 0.2s ease;
}

.splide_toggle svg {
  fill: initial;
}

.splide__toggle:hover {
  opacity: 1;
}

.splide__controls {
  display: flex;
  margin-top: 0.75rem;
  align-items: center;
  justify-content: center;
}

.splide__controls .splide__pagination {
  position: relative;
  bottom: auto;
  left: auto;
  width: auto;
  padding: 0 0.5rem;
  transform: none;
}

.splide__toggle__play {
  margin-left: 2px;
}

.splide__nav {
  margin-top: 0.75rem;
}

/** Below styles are to counter overly specific button styling in themes. These styles are modified from https://cdn.jsdelivr.net/npm/@splidejs/splide@4.1.2/dist/css/splide.min.css  **/
button.splide__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  display: flex;
  height: 2em;
  width: 2em;
  padding: 0;
  border: 0;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #ccc;
  cursor: pointer;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  opacity: 0.7;
  transform: translateY(-50%);
}

/** These styles are unminified from the minified css mentioned above for ordering purposes. **/
/* stylelint-disable */
button.splide__arrow svg {
  height: 1.2em;
  width: 1.2em;
  fill: #000;
}

button.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

button.splide__arrow:disabled {
  opacity: 0.3;
}

button.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

button.splide__arrow--prev {
  left: 1em;
}

button.splide__arrow--prev svg {
  transform: scaleX(-1);
}

button.splide__arrow--next {
  right: 1em;
}

.splide__arrows--rtl button.splide__arrow--prev {
  right: 1em;
  left: auto;
}

.splide__arrows--rtl button.splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl button.splide__arrow--next {
  right: auto;
  left: 1em;
}

.splide__arrows--rtl button.splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb button.splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb button.splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb button.splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb button.splide__arrow--next {
  top: auto;
  bottom: 1em;
}

.splide__arrows--ttb button.splide__arrow--next svg {
  transform: rotate(90deg);
}
/* stylelint-enable */
