/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.upcoming-event-section {
  padding: 40px 0 20px;
}

.upcoming-event-section .container {
  position: relative;
}

@media (min-width: 992px) {
  .upcoming-event-section .container::after {
    position: absolute;
    background: linear-gradient(135.74deg, #001834 0%, #002B5C 53.07%, #00479A 102.32%);
    border-radius: 10px;
    height: 516px;
    width: 100%;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 1;
  }
}
.upcoming-event-section .row {
  position: relative;
  z-index: 2;
}

.upcoming-event-section h2 {
  color: #1B1B1B;
  text-align: center;
}

@media (min-width: 992px) {
  .upcoming-event-section h2 {
    text-align: center;
    color: #fff;
  }
}
@media (min-width: 992px) {
  .upcoming-event-section {
    padding: 65px 0 0;
  }
}

/*# sourceMappingURL=cain-cares.css.map*/