/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
@font-face {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("./fonts/Poppins-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("./fonts/Poppins-LightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./fonts/Poppins-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("./fonts/Poppins-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("./fonts/Poppins-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("./fonts/Poppins-ExtraBoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Karla", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/Karla-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Karla", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./fonts/Karla-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Karla", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("./fonts/Karla-Italic.woff2") format("woff2");
}
/*************************
  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;
}

.banner-eagle {
  top: -45px;
}

.banner-eagle .diamond {
  top: -62px;
  height: 51px;
}

.banner-eagle .diamond:before {
  display: none;
}

.banner-eagle .icon-eagle {
  position: absolute;
  left: 50%;
  top: -3px;
  z-index: 10;
  display: block;
  transform: translateX(-50%);
}

@media (max-width: 1199px) {
  .banner-eagle .icon-eagle {
    top: 15px;
    max-width: 87px;
  }
}
.page-template-community-involvement .diagonal-border-outline {
  min-height: 300px;
}

@media (max-width: 1439px) {
  .page-template-community-involvement .diagonal-border-outline {
    min-height: 200px;
  }
}
@media (max-width: 1199px) {
  .page-template-community-involvement .diagonal-border-outline {
    clip-path: none;
  }
  .page-template-community-involvement .diagonal-border-outline:before {
    display: none;
  }
}
@media (max-width: 991px) {
  .page-template-community-involvement .diagonal-border-outline {
    min-height: 150px;
  }
}
@media (max-width: 767px) {
  .page-template-community-involvement .diagonal-border-outline {
    min-height: unset;
  }
}
@media screen and (min-width: 768px) {
  .page-template-community-involvement .main-content {
    padding-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-community-involvement .main-content {
    padding-top: 8px;
  }
}
@media (max-width: 1199px) {
  .page-template-community-involvement .main-content__image {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
  }
}
@media (max-width: 767px) {
  .page-template-community-involvement .main-content__image {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
}
.page-template-community-involvement .main-content__image img {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 94.3%);
}

@media (max-width: 1199px) {
  .page-template-community-involvement .main-content__image img {
    clip-path: none;
    max-height: 210px;
    width: auto;
  }
}
@media (max-width: 991px) {
  .page-template-community-involvement .main-content__image img {
    max-height: 150px;
  }
}
@media (max-width: 767px) {
  .page-template-community-involvement .main-content__image img {
    max-height: unset;
  }
}
@media screen and (min-width: 992px) {
  .page-template-community-involvement .main-content__text {
    margin-top: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-community-involvement .main-content__heading {
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-community-involvement .main-content .community-img-top {
    z-index: 2;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-community-involvement .main-content .community-img-top {
    width: 77%;
  }
}
@media screen and (min-width: 1440px) {
  .page-template-community-involvement .main-content .community-img-top {
    width: auto;
  }
}
.page-template-community-involvement .main-content .community-img-bottom {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .page-template-community-involvement .main-content .community-img-bottom {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-community-involvement .main-content .community-img-bottom {
    width: 77%;
    top: 235px;
    position: absolute;
    z-index: 5;
    right: 64px;
  }
}
@media screen and (min-width: 1440px) {
  .page-template-community-involvement .main-content .community-img-bottom {
    width: auto;
    top: 266px;
  }
}
@media screen and (min-width: 1440px) {
  .page-template-community-involvement .main-content .community-img-bottom .image-holder {
    width: auto;
  }
}
.page-template-community-involvement .main-content .community-badge {
  clip-path: none;
  filter: none;
  min-height: unset;
}

@media screen and (min-width: 1200px) {
  .page-template-community-involvement .main-content .community-badge {
    width: 25%;
    bottom: 200px;
    left: 8px;
    position: absolute;
    min-height: 150px;
  }
}
@media screen and (min-width: 1440px) {
  .page-template-community-involvement .main-content .community-badge {
    width: auto;
    bottom: 60px;
    left: 51px;
    min-height: 219px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-community-involvement .main-content .community-badge-wrapper {
    overflow: hidden;
    clip-path: polygon(0% 0%, 100% 0, 100% 89.3%, 50% 100%, 0 89.3%) !important;
    min-height: 150px;
  }
}
@media screen and (min-width: 1440px) {
  .page-template-community-involvement .main-content .community-badge-wrapper {
    min-height: 211px;
  }
}
.page-template-community-involvement .main-content .community-badge .triangle-border {
  padding: 0;
  min-height: unset;
  clip-path: none;
}

@media screen and (min-width: 1200px) {
  .page-template-community-involvement .main-content .community-badge .triangle-border {
    min-height: 150px;
    max-width: 190px;
    clip-path: polygon(0% 0%, 100% 0, 100% 89.3%, 50% 100%, 0 89.3%);
  }
}
@media screen and (min-width: 1440px) {
  .page-template-community-involvement .main-content .community-badge .triangle-border {
    min-height: 219px;
  }
}
.page-template-community-involvement .main-content .community-badge .triangle-border-outline {
  min-height: 150px;
  border-width: 5px;
}

@media screen and (min-width: 1440px) {
  .page-template-community-involvement .main-content .community-badge .triangle-border-outline {
    min-height: 219px;
  }
}
.page-template-community-involvement .main-content .community-badge .triangle-border-outline:before {
  clip-path: polygon(0% 0%, 100% 0, 100% 89.3%, 50% 100%, 0 89.3%);
}

@media screen and (min-width: 1440px) {
  .page-template-community-involvement .main-content .community-badge .triangle-border img {
    transform: scale(1.03);
    transform-origin: 61% 0%;
  }
}
.page-template-community-involvement .section-2 {
  background: #fff;
  z-index: 5;
  padding-bottom: 87px;
}

@media screen and (min-width: 992px) {
  .page-template-community-involvement .section-2__quote {
    padding-top: 30px;
    padding-left: 30px;
  }
}
.page-template-community-involvement .section-2__quote .diamond-wrap {
  padding-left: 37px;
  padding-right: 36px;
}

.page-template-community-involvement .section-2__quote .diamond-wrap .diamond {
  top: -6px;
}

@media screen and (min-width: 1200px) {
  .page-template-community-involvement .section-2__quote .diamond-wrap .diamond {
    height: 408px !important;
  }
}
@media screen and (min-width: 1440px) {
  .page-template-community-involvement .section-2__quote .diamond-wrap .diamond {
    height: 348px !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .page-template-community-involvement .section-2__quote-content {
    padding-left: 30px;
  }
}
.page-template-community-involvement .section-2__quote-content img {
  margin-left: -27px;
  margin-top: -8px;
}

@media screen and (min-width: 1200px) {
  .page-template-community-involvement .section-2__image img {
    margin-left: 28px;
    margin-top: -10px;
  }
}
.page-template-community-involvement .white-blue-bg-connector .diamond.vertical {
  height: 88px;
  top: -43px;
}

.page-template-community-involvement .section-3 {
  margin-top: -155px;
  padding-top: 140px;
  padding-bottom: 70px;
}

@media screen and (min-width: 992px) {
  .page-template-community-involvement .section-3 {
    margin-top: -137px;
    padding-top: 160px;
    padding-bottom: 95px;
  }
}
.page-template-community-involvement .section-3 ul {
  padding-left: 4px;
}

.page-template-community-involvement .section-3 p,
.page-template-community-involvement .section-3 li {
  color: #fff;
}

.page-template-community-involvement .section-3 a {
  color: var(--accent-color);
}

.page-template-community-involvement .section-3 a:hover {
  color: #fff;
}

@media (max-width: 1199px) {
  .page-template-community-involvement .section-3__image-group {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
  }
}
@media (max-width: 767px) {
  .page-template-community-involvement .section-3__image-group {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .page-template-community-involvement .section-3__image-group {
    padding-top: 25px;
  }
}
@media (max-width: 1199px) {
  .page-template-community-involvement .section-3__image-group img {
    clip-path: none !important;
    max-height: 300px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .page-template-community-involvement .section-3__image-group img {
    max-height: 250px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-community-involvement .section-3 .community-img-top {
    width: 80%;
    z-index: 7;
    position: absolute;
    right: 28px;
  }
}
@media screen and (min-width: 1440px) {
  .page-template-community-involvement .section-3 .community-img-top {
    width: auto;
  }
}
.page-template-community-involvement .section-3 .community-img-top img {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 94.3%);
}

.page-template-community-involvement .section-3 .community-img-bottom {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .page-template-community-involvement .section-3 .community-img-bottom {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-community-involvement .section-3 .community-img-bottom {
    width: 80%;
    position: absolute;
    z-index: 5;
    top: 264px;
    left: 52px;
  }
}
@media screen and (min-width: 1440px) {
  .page-template-community-involvement .section-3 .community-img-bottom {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .page-template-community-involvement .section-3 .community-img-bottom .image-holder {
    width: 99;
  }
}
.page-template-community-involvement .section-3 .community-img-bottom img {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 94.3%);
}

.page-template-community-involvement .section-4 {
  padding-top: 50px;
  padding-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .page-template-community-involvement .section-4 {
    padding-top: 120px;
    padding-bottom: 50px;
  }
}
.page-template-community-involvement .section-4 h2 {
  margin-bottom: 10px;
}

@media screen and (min-width: 1200px) {
  .page-template-community-involvement .section-4__items {
    margin-top: 30px;
  }
}
.page-template-community-involvement .section-4__item {
  border-bottom: 1px solid #D0D0D0;
  padding-top: 35px;
  padding-bottom: 35px;
}

.page-template-community-involvement .section-4__item:last-child {
  border-bottom: none;
}

.page-template-community-involvement .section-4__item img {
  max-width: 60px;
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .page-template-community-involvement .section-4__item img {
    margin-right: 34px;
    margin-left: 8px;
    margin-bottom: 0;
  }
}
.page-template-community-involvement .section-4__item p {
  margin-bottom: 0;
}

.page-template-community-involvement .section-4__item a {
  text-decoration: underline;
}

.page-template-community-involvement .section-5 {
  padding-top: 0;
  padding-bottom: 70px;
}

@media screen and (min-width: 1200px) {
  .page-template-community-involvement .section-5 {
    padding-top: 15px;
    padding-bottom: 120px;
  }
}
@media (max-width: 1199px) {
  .page-template-community-involvement .section-5 .groups-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.page-template-community-involvement .section-5 .group-item {
  position: relative;
}

.page-template-community-involvement .section-5 .group-item:after {
  position: absolute;
  right: 18px;
  content: "";
  display: block;
  border-right: 1px solid #D0D0D0;
  width: 1px;
  height: 69px;
}

@media (max-width: 1199px) {
  .page-template-community-involvement .section-5 .group-item:after {
    display: none;
  }
}
@media (min-width: 1200px) {
  .page-template-community-involvement .section-5 .group-item:first-of-type {
    justify-content: start !important;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-community-involvement .section-5 .group-item:nth-child(2) {
    left: -24px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-community-involvement .section-5 .group-item:nth-child(2):after {
    right: 6px;
  }
}
.page-template-community-involvement .section-5 .group-item:nth-child(3):after {
  right: -12px;
}

@media (min-width: 1200px) {
  .page-template-community-involvement .section-5 .group-item:last-of-type {
    justify-content: end !important;
  }
}
.page-template-community-involvement .section-5 .group-item:last-of-type:after {
  display: none !important;
}

@media (max-width: 1439px) {
  .page-template-community-involvement .section-5 .group-item .img-holder {
    width: 75% !important;
  }
}
.page-template-community-involvement .section-6 {
  padding-top: 50px;
  padding-bottom: 40px;
}

@media screen and (min-width: 1200px) {
  .page-template-community-involvement .section-6 {
    padding-top: 97px;
    padding-bottom: 53px;
  }
}
.page-template-community-involvement .section-6 img {
  clip-path: polygon(6% 0%, 100% 0%, 100% 100%, 7% 100%, 0% 50%);
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .page-template-community-involvement .section-6 img {
    clip-path: none;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .page-template-community-involvement .section-6 img {
    width: 100%;
  }
}
.page-template-community-involvement .section-6__heading {
  margin-bottom: 25px;
}

@media screen and (min-width: 1200px) {
  .page-template-community-involvement .section-6__content {
    padding-left: 90px;
    padding-right: 80px;
  }
}
.page-template-community-involvement .section-6__content p:last-of-type {
  margin-bottom: 0;
}

.page-template-community-involvement .cta {
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .page-template-community-involvement .cta {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-community-involvement .cta {
    padding-bottom: 94px;
  }
}

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