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

.community-page .inner-wrap {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .community-page .inner-wrap {
    max-width: 405px;
  }
}
.community-page .inner-wrap h2 {
  font-size: 48px;
  line-height: 56px;
}

@media (max-width: 767px) {
  .community-page .inner-wrap h2 {
    font-size: 35px;
    line-height: 41px;
  }
}
.community-page .inner-wrap h3 a {
  position: relative;
  display: block;
  color: #3B3B3B;
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  transition: color 0.3s ease;
}

.community-page .inner-wrap h3 a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 287px;
  height: 5px;
  background-color: #911630;
}

.community-page .inner-wrap h3 a:hover {
  color: #911630;
}

.community-page .item-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.community-page .item-wrap p {
  font-size: 16px;
  line-height: 24px;
}

.community-page .hero--community {
  padding: 90px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .community-page .hero--community {
    padding: 60px 0;
  }
}
.community-page .hero--community .content-wrap {
  max-width: 700px;
  margin: 0 auto;
}

.community-page .hero--community h1, .community-page .hero--community p {
  text-align: center;
  color: #fff;
}

.community-page .hero--community p:last-child {
  margin-bottom: 0;
}

.community-page .articles-section {
  background-image: url("../images/bg-abstract.png");
  background-size: auto;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 125px;
  padding-bottom: 100px;
}

@media (min-width: 1621px) {
  .community-page .articles-section {
    background-size: cover;
  }
}
@media (max-width: 991px) {
  .community-page .articles-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.community-page .articles-section h2 {
  margin-bottom: 45px;
}

.community-page .articles-section .articles-slider {
  overflow: hidden;
}

.community-page .articles-section .articles-slider .nav-wrapper {
  display: none;
}

@media (max-width: 767px) {
  .community-page .articles-section .articles-slider .nav-wrapper {
    justify-content: center;
  }
}
.community-page .articles-section .articles-slider .nav-wrapper .swiper-button {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  transform: unset;
  margin: 0;
  background: none;
  width: 46px;
  height: 20px;
  transition: filter 0.3s ease;
}

@media (max-width: 767px) {
  .community-page .articles-section .articles-slider .nav-wrapper .swiper-button {
    width: 35px;
  }
}
.community-page .articles-section .articles-slider .nav-wrapper .swiper-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.community-page .articles-section .articles-slider .nav-wrapper .swiper-button:hover::after {
  filter: invert(16%) sepia(88%) saturate(3474%) hue-rotate(334deg) brightness(77%) contrast(105%);
}

.community-page .articles-section .articles-slider .nav-wrapper .swiper-button-prev::after {
  background-image: url("../images/icons/dark-arrows-button-prev.svg");
}

.community-page .articles-section .articles-slider .nav-wrapper .swiper-button-next::after {
  background-image: url("../images/icons/dark-arrows-button-next.svg");
}

.community-page .articles-section .articles-slider .nav-wrapper .nav-text {
  color: #5A5E72;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .community-page .articles-section .articles-slider .nav-wrapper .nav-text {
    letter-spacing: 3px;
  }
}
.community-page .articles-section .articles-slider.swiper-enabled .nav-wrapper {
  display: flex;
  justify-content: end;
  column-gap: 20px;
  align-items: center;
  margin-top: 80px;
}

.community-page .articles-section .item-wrap {
  column-gap: 5%;
  row-gap: 20px;
}

.community-page .articles-section .item-wrap .image-wrap {
  max-width: 402px;
  width: 36%;
  aspect-ratio: 402/245;
}

@media (max-width: 767px) {
  .community-page .articles-section .item-wrap .image-wrap {
    width: 100%;
  }
}
.community-page .articles-section .item-wrap .content-wrap {
  max-width: 665px;
  width: 59%;
}

@media (max-width: 767px) {
  .community-page .articles-section .item-wrap .content-wrap {
    width: 100%;
  }
}
.community-page .articles-section .item-wrap .content-wrap .btn {
  border-radius: 4px;
  border: 2px solid #585858;
  color: #911630;
}

.community-page .articles-section .item-wrap .content-wrap .btn:hover {
  border-color: #911630;
  color: #fff;
  background-color: #911630;
}

.community-page__involvement {
  background: linear-gradient(180deg, #E5E5ED 0%, rgba(229, 229, 237, 0) 80.12%);
  background-size: 100% 40%;
  background-repeat: no-repeat;
  background-position: top;
  padding: 90px 0;
}

@media (max-width: 767px) {
  .community-page__involvement {
    padding: 60px 0;
  }
}
.community-page__involvement-list {
  display: flex;
  flex-direction: column;
  row-gap: 70px;
  margin-top: 90px;
}

@media (max-width: 767px) {
  .community-page__involvement-list {
    row-gap: 60px;
    margin-top: 50px;
  }
}
.community-page__involvement-list .item-wrap {
  column-gap: 7%;
  row-gap: 30px;
  justify-content: space-between;
}

.community-page__involvement-list .item-wrap .image-wrap {
  max-width: 277px;
  width: 25%;
  height: 195px;
  aspect-ratio: 277/195;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .community-page__involvement-list .item-wrap .image-wrap {
    width: 100%;
    aspect-ratio: unset;
    height: auto;
    justify-content: start;
  }
}
.community-page__involvement-list .item-wrap .content-wrap {
  max-width: 764px;
  width: 68%;
}

@media (max-width: 767px) {
  .community-page__involvement-list .item-wrap .content-wrap {
    width: 100%;
  }
}
.community-page__involvement-list .item-wrap .content-wrap p:last-child {
  margin-bottom: 0;
}

/*# sourceMappingURL=page-community.css.map*/