body.page-template-community-template  {
  --main-width: 1600;
  --container-width: calc((1140 / var(--main-width)) * 100%);
}

body.page-template-community-template .ip-banner {
  display: none;
}

body.page-template-community-template #inner-page-wrapper > .container {
  width: 100%;
  padding: 0;
}
body.page-template-community-template .ftr-contact {
  padding-top: calc(( 100 / var(--main-width)) * 100%);
}

/* === COMMUNITY SECTION 1 === */
.community-section-1 {
  padding-top: calc((190 / var(--main-width)) * 100%);
  padding-bottom: calc((86 / var(--main-width)) * 100%);
  margin-top: clamp(31.1333px, calc((50.2333 / var(--main-width)) * 100%), 50.233px);
  position: relative;
}
.community-section-1::before {
  position: absolute; content: '';
  bottom: 100%; left: 0; right: 0;
  height: clamp(31.1333px, calc((50.2333 / var(--main-width)) * 100%), 50.233px);
  background: var(--cs-primary);
}
.community-section-1 .comm-bg {
  opacity: 0.75;
}
.community-section-1 .comm-bg canvas,
.community-section-1 .comm-bg img  {
  z-index: -1;
}
.community-section-1 .comm-bg img {
  display: block;
  width: 100%;
  height: 100%;
}
.community-section-1 .comm-bg::before {
  position: absolute; content: '';
  top: 0; left: 0; right: 0; bottom: 50%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent 90%);
  z-index: 1;
}
.community-section-1 .comm-bg::after {
  background-image: url('../../images/comm-bg-1-overlay.png');
  position: absolute; content: '';
  top: 0; left: 0; bottom: 0; right: calc(64 / var(--main-width) * 100%);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  transition: var(--default-transition);
}
.community-section-1 .comm-bg .comm-bg-overlay {
  position: absolute; content: '';
  top: 0; left: 0; bottom: 0; right: calc(64 / var(--main-width) * 100%);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  transition: var(--default-transition);
}

.community-section-1 .comm-content {
  width: var(--container-width);
  padding-right: calc((533 / var(--main-width)) * 100%);
  margin: 0 auto;
  min-width: 1140px;
}
.comm-content .comm-title {
  padding-bottom: 0.107em;
  display: inline-block;
}

.comm-content p {
  font-family: var(--ff-roboto);
  font-size: var(--fs-15);
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.9;
  padding-top: 1.8em;
}

/* === COMMUNITY SECTION 2 === */
.community-section-2 {
  position: relative;
  padding: calc(( 99 / var(--main-width)) * 100%) 0;
}
.community-section-2 .comm-bg::after {
  background: var(--cs-primary);
  position: absolute; content: '';
  top: 0; left: 0; right: 0; bottom: 0;
  opacity: 0.8;
}
.community-section-2 .comm-bg canvas {
  filter: brightness(60%) contrast(100%) grayscale();
}
.community-section-2 .comm-content {
  width: var(--container-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  min-width: 1140px;
}
.community-section-2 .comm-title {
  display: inline-block;
  align-self: center;
}
.community-section-2 .comm-title span { color: #fff;}
.community-section-2 .comm-title h2 { 
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.exp-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: calc(( 50 / 1140) * 100%);
}
.exp-item {
	overflow: visible;
  margin-right: calc(( 29 / 1140) * 100%);
  font-size: var(--fs-15);
}
.exp-item::after {
  position: absolute; content: '';
  top: 0; left: 0; bottom: 0; right: 0;
  border: 1px solid transparent;
  transform: translate(0, 0);
  transition: var(--default-transition);
}
.exp-item:hover::after {
  border-color: #fff;
  transform: translate(4.5%, 3.5%);
}
.exp-item:last-child {
  margin-right: 0;
}
.exp-img {
	padding-bottom: calc(( 372 / 263 ) * 100%);
}
.exp-item:hover .exp-img img {
  filter: grayscale();
}
.exp-item span {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  display: flex; 
  align-items: center; 
  justify-content: center;

  color: #fff;
  font-size: 1.667em;
  font-family: var(--fs-roboto);
  font-weight: 500;
  text-transform: uppercase;
  text-shadow: 2px 2px 1px rgba(51, 66, 82, 0.35);
}

/* === COMMUNITY SECTION 3 === */
.community-section-3 {
  position: relative;
  padding: calc((98 / var(--main-width)) * 100%) 0 calc((100 / var(--main-width)) * 100%);
}
.community-section-3 .comm-bg .comm-bg-left {
  background-image: -moz-linear-gradient( 45deg, rgb(58,105,149) 0%, rgb(97,158,213) 45%, rgb(52,98,142) 100%);
  background-image: -webkit-linear-gradient( 45deg, rgb(58,105,149) 0%, rgb(97,158,213) 45%, rgb(52,98,142) 100%);
  background-image: -ms-linear-gradient( 45deg, rgb(58,105,149) 0%, rgb(97,158,213) 45%, rgb(52,98,142) 100%);
  position: absolute;
  left: 0;
  top: calc((101 / 793.35) * 100%);
  width: calc(( 395 / var(--main-width)) * 100%);
  height: calc(( 416 / 793.35) * 100%);
}
.community-section-3 .comm-bg .comm-bg-right {
  background-image: -moz-linear-gradient( 45deg, rgb(58,105,149) 0%, rgb(97,158,213) 45%, rgb(52,98,142) 100%);
  background-image: -webkit-linear-gradient( 45deg, rgb(58,105,149) 0%, rgb(97,158,213) 45%, rgb(52,98,142) 100%);
  background-image: -ms-linear-gradient( 45deg, rgb(58,105,149) 0%, rgb(97,158,213) 45%, rgb(52,98,142) 100%);
  position: absolute;
  right: 0;
  top: calc((226 / 793.35) * 100%);
  width: calc(( 61 / var(--main-width)) * 100%);
  height: calc(( 446 / 793.35) * 100%);
}

.community-section-3 .comm-content {
  width: var(--container-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  min-width: 1140px;
}
.community-section-3 .comm-title {
  display: inline-block;
  align-self: center;
}
.community-section-3 .comm-title .title-element {
  left: calc(100% + 0.614em);
  right: unset;
}
.community-section-3 .comm-title .title-element::before {
  left: calc(100% + 0.214em);
  right: unset;
}
.comm-map {
  margin-top: calc(( 42 / 1140 ) * 100%);
}
.comm-map .img_container {
  padding-bottom: calc(( 418 / 1112 ) * 100%);
  border: var(--fs-14) solid #bbc5cd;
}
.comm-map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: all 250ms ease;
}

/* === COMMUNITY SECTION 4 === */
.community-section-4 {
  position: relative;
}
.community-section-4 .comm-content {
  display: flex;
  flex-direction: column;
}
.community-section-4 .comm-title {
  display: inline-block;
  align-self: center;
}
.comm-fp-slide {
  font-size: var(--fs-14);
  margin: 0 -0.25em;
  padding: 3.125% 0;
}

@media screen and (max-width: 1199px) {
  .community-section-1 .comm-content,
  .community-section-2 .comm-content,
  .community-section-3 .comm-content {
    min-width: 900px;
  }
  .comm-content p, .fp-info {
    font-size: clamp(0.75rem, calc(0.44rem + 0.49vw), 0.94rem);
  }
  .comm-title, .section-title {
    font-size: clamp(3.63rem, calc(2.40rem + 1.97vw), 4.38rem);
  }
}

@media only screen and (max-width: 991px) {  
  .community-section-1 .comm-content,
  .community-section-2 .comm-content,
  .community-section-3 .comm-content {
    min-width: 0px;
  }
  .comm-content p, .fp-info {
    font-size: var(--fs-15);
  }
  .comm-title, .section-title {
    font-size: var(--fs-70);
  }
  .community-section-1 {
    padding: 0;
    margin-top: 0;
  }
  .community-section-1 .comm-bg {
    position: relative;
    opacity: 1;
  }
  .community-section-1 .comm-bg::before,
  .community-section-1 .comm-bg::after,
  .community-section-1::before {
    content: unset;
  }
  .community-section-1 .comm-bg .comm-bg-overlay {
    display: none;
  }
  .community-section-1 .comm-content {
    padding: calc((86 / var(--main-width)) * 100%) 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .exp-list {
    flex-flow: row wrap;
  }
  .exp-item {
    margin: 0 calc(( 29 / 1140) * 100%) calc(( 29 / 1140) * 100%) 0;
    width: calc((100% / 2) - 29px);
  }
  .exp-item:nth-child(even) {
    margin-right: 0;
  }
  .comm-fp-slide {
    padding: max(32px, 3.125%) 0;
  }
}

@media screen and (max-width: 767px) {
  .section-title h2 {
    line-height: 1;
  }
  .community-section-2 .comm-content {
    width: 80%;
  }
  .community-section-3 .comm-content {
    width: 100%;
  }
  .comm-map .img_container {
    padding-bottom: calc(( 600 / 1112 ) * 100%);
  }
}

@media screen and (max-width: 567px) {
  .exp-list .exp-item {
    margin: 0 auto calc(( 72 / 1140) * 100%);
    width: 80%;
  }
}

@media screen and (max-width: 480px) {
  .community-section-1 .comm-content {
    padding: max(32px, 8vw) 0;
    width: 80%;
  }
  .community-section-2 {
    padding: max(42px, 8vw) 0;
  }
  .community-section-2 .comm-content {
    width: 95%;
  }
  .community-section-3 {
    padding: max(42px, 8vw) 0;
  }
  .community-section-3 .comm-bg {
    display: none;
  }
  .comm-map .img_container {
    padding-bottom: calc(( 1112 / 1112 ) * 100%);
  }
}