/* CAROUSEL
-------------------------------------------------- */
.carousel-wrapper {
  background-color: #6a70a4;
}


.carousel-indicators {
  display: none;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1.0;
}

.carousel-control-prev,
.carousel-control-next {
  display: none;
}

.slider-content {
  position: relative;
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Style the dots */
.slick-dots li {
  margin: 0 5px;
  padding-left: 5px;
}

.slick-dots li::after {
  content: "";
  background-image: none;
}

/* Create a colored circle in the middle of each dot */
.slick-dots li button {
  font-size: 0;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  background-color: transparent;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

/* Style the active dot differently */
.slick-dots li.slick-active button {
  background-color: #fff;
  /* Replace with your desired active color */
}


.events .slick-slider {
  margin: 0 -10px;
}

.events .slick-slide {
  margin-right: 10px;
  margin-left: 10px;
  height: auto;
}



.events .slide {
  height: 100%;
}

/************************
	Home Video Details
************************/

.vimeo-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
  height: 0;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  background-color: #fff;
  z-index: 1;
}

.vimeo-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* WELCOME BOXES
-------------------------------------------------- */
#home_welcome_boxes {
  position: relative;
  z-index: 2;
}

.welcome_box_wrapper {
  padding: 0.5rem;
  color: #262943;
  position: relative;
  border-radius: 0;
}

.welcome_box {
  overflow: hidden;
  padding: 20px 30px 30px;
  background: transparent;
  position: relative;
  height: 100%;
}

.welcome_box_wrapper a {
  color: #000;
}

.welcome_box_wrapper a:hover {
  opacity: .9;
}

.welcome_box_wrapper {
  height: 100%;
}

.welcome_box_1 {
  background: url(/assets/img/backgrounds/box1.webp) no-repeat;
  background-size: cover;
}

.welcome_box_2 {
  background: url(/assets/img/backgrounds/box2.webp) no-repeat;
  background-size: cover;
}

.welcome_box_3 {
  background: url(/assets/img/backgrounds/box3.webp) no-repeat;
  background-size: cover;
}

.welcome_box_title {
  font-size: 1.8rem;
  font-family: bold-font;
}

.welcome_box_text {
  font-family: bold-font;
}

@media screen and (min-width: 768px) {


  .welcome_box_text {
    font-size: 1em;
  }
}

@media screen and (min-width: 992px) {
  #home_welcome_boxes {
    margin-top: -10%;
  }
}

@media screen and (min-width: 1200px) {
  #home_welcome_boxes {
    margin-top: -5%;
  }
}

/* Main Text
-------------------------------------------------------------*/
#section-main, #section-two, #section-three {
  padding: 5em 0;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 55%;
}

#section-two {
  background-position: top left;
}


/* Training and Events
-------------------------------------------------------------*/
#homeEvents {
  background-repeat: no-repeat;
  background-position:  bottom center;
  background-size: cover;
}
