/* 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%;
}

/* WELCOME BOXES
-------------------------------------------------- */
.welcome_box_wrapper {
  padding: 0.5rem;
  color: #262943;
  margin: 1.0rem auto;
  position: relative;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  border-radius: 33px;
}

.welcome_box {
  overflow: hidden;
  padding: 5px 20px;
  background: transparent;
  line-height: 1.2;

}

.welcome_box_wrapper_1 {
  background: transparent url(/assets/img/home/welcomeBox1.png) no-repeat center center;
}

.welcome_box_wrapper_2 {
  background: #fff url(/assets/img/home/welcomeBox2.png) no-repeat center center;
}

.welcome_box_wrapper_3 {
  background: url(/assets/img/home/welcomeBox3.png) no-repeat center center;
}

.welcome_box_wrapper_1,
.welcome_box_wrapper_2,
.welcome_box_wrapper_3 {
  background-size: contain;
  height: 194px;
  width: 330px;
}

.welcome_box_wrapper_1:hover,
.welcome_box_wrapper_1:focus,
.welcome_box_wrapper_2:hover,
.welcome_box_wrapper_2:focus,
.welcome_box_wrapper_3:hover,
.welcome_box_wrapper_3:focus {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
}

.welcome_box_title {
  font-size: 1.8rem;
  position: relative;
  color: #1e7b87;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
}

.welcome_box_title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 40%;
  height: 3px;
  background: #a28133;
}

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

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

  .welcome_box_wrapper_1,
  .welcome_box_wrapper_2,
  .welcome_box_wrapper_3 {
    background-size: contain;
    height: 223px;
    width: 380px;
  }

    .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%;
  }
}


/* Home Section 1 Section
-------------------------------------------------------------*/
.home_1_section {
  font-family: regular-font;
  background-position-x: 0%;
    background-position-y: 0%;
    background-attachment: scroll;
    background-image: none;
    background-size: auto;
    background-image: url("/assets/img/backgrounds/parallaxbkgd1.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    min-height: 20rem;
    padding: 3.5rem 1.5rem;
    margin-top: 0px;
}

.home_1_section .container {
  background: #ffffffab;
  padding: 3rem 3rem;
}

.home_main_quote {
  background: url(/assets/img/backgrounds/goldGradiantBkgd.png) repeat-y;
  padding: 15px;
  text-align: center;
  color: #fff;
  font-family: secondary-font;
  width: 203px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .home_main_quote {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .home_main_quote {
    margin-left: -20px;
    margin-bottom: -20px;
}
}


/* Stats Section
-------------------------------------------------------------*/
.stat-section {
  font-family: secondary-font;
  background: transparent;
  background-image: url("/assets/img/backgrounds/statsbkgd.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  color: #fff;
  margin-top: 1.0rem;
  padding: 2.5rem 1.0rem;
}

.stat-section h2 {
  color: #fff;
}

.stat-section p {
  color: #fff;
}

.stats-col {
  padding: 2.0rem;
  text-align: center;
}

.stat-count {
  font-family: secondary-font;
  text-align: center;
  font-weight: 600;
  font-size: 2.6rem;
  color: #fff;
  line-height: 1;
}

.stat-title {
  display: inline-block;
  font-family: secondary-font;
  height: 100%;
  padding-bottom: 40px;
  font-size: 2.0rem;
  line-height: 2.0rem;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .stats-col {
    padding: 0;
  }

  .stat-title {
    padding-bottom: 0px;
  }
}

/* Quicklinks & Services
-------------------------------------------------------------*/
.quicklink-section {
  background: url(/assets/img/backgrounds/darkspectrum.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
}

.quicklink-section .item_title, .services .item_title {

  font-family: secondary-font;
  font-size: 1.3rem;
  line-height: 1.1;
}

.quicklink-section .item_title {
  color: #fff;
}

.quicklink-section .slick-slide img, .services .slick-slide img {
  width: unset;
  margin: 0 auto;
}

.services .slick-slide img {
  height: 45px;
}

.quicklink-section .slick-active:not(:last-child){
  border-right: solid 1px #fff;
}

.services .slick-active:not(:last-child) {
  border-right: solid 2px #b5b5b599;
}

.quicklink-section .slick-track, .services .slick-track {
  display: flex !important;
}

.quicklink-section .slick-slide, .services .slick-slide {
  height: inherit !important;
}


.quicklink-section .item_image  {
  height: 65px;
  margin-bottom: 20px;
}

.quicklink-section .item_text, .services .item_text {
  padding: .5rem 1rem;
  line-height: 1.1;
  font-weight: .9rem;
}

.quicklink:hover, .service:hover {
  text-shadow: 0 2px 2px #000;
}
