.area-select-bar-inner {
  color: #fff;
  z-index: 10;
  position: absolute;
  width: 100%;
  background-color: #009844;
}
.left-side-area-select {
  align-items: baseline;
}

.html-sitemap .one-half:nth-child(odd) {
  margin-left: unset!important;
}

.b-bottom {
  margin-bottom: 13px;
}

.small-community-container .sm-title {
  margin-bottom: unset;
}

.sm-title {
  line-height: 1.1;
  font-weight: bold;
  font-size: 18px;
  width: 100%;
  color: #009844;
}

.full {
  width: 100%;
}

.sub-reg-header {
  width: 100%;
  font-weight: bold;
}

.html-sitemap a {
  display: block;
  text-decoration: none;
}

.html-sitemap .left-side a {
  color: #000;
  text-decoration: none!important;
}


.container {
  align-items: flex-start;
  justify-content: center;
  margin-top: 102px;
  width: 1285px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.html-sitemap .left-side {
  width: 77%;
  margin-right: auto;
}
.area-container { margin-bottom: 60px; }
.area-container.space-off { margin-bottom: 20px; }

.big-area-link:hover,
.big-area-link {
  width: 100%;
  font-size: 32px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.73;
  letter-spacing: -0.2px;
  color: #262927;
  border-bottom: solid 2px #009844;
  margin-bottom: 14px;
}


.small-area-container + .small-community-container { margin-top: 13px; }

.small-area-link {
  width: 23%;
  margin-right: calc(8% / 3);
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.05;
  letter-spacing: -1.13px;
  color: #262927;
  margin-bottom: 13px;
}
.small-comm-link:hover,
.small-comm-link {
  width: 23%;
  margin-right: calc(8% / 3);
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: -0.69px;
  color: #262927;
  padding: 3.5px 0px 6px 10px;
  border-left: solid 2px #c6ccd6;
}
.small-comm-link:nth-child(4n),
.small-area-link:nth-child(4n) { margin-right: unset; }
.small-comm-link:last-of-type,
.small-area-link:last-of-type { margin-right: auto; }


.html-sitemap .right-side { width: 16%; }

.page-builder-link {
  display: block;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #3d3743;
  margin-bottom: 18px;
}

.gradient {
  position: fixed;
  pointer-events: none;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 107px;
  opacity: 0.67;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  width: 100%;
}
.black-logo {
  position: fixed;
  z-index: 3;
  bottom: 15px;
  right: 23px;
  width: 210px;
}

@media (max-width: 975px) {
  .container { margin-top: 80px; }
  .right-side, 
  .html-sitemap .left-side {width: 100%;}
  /* .left-side { order: 2; } */
  .right-side {
    order: 1;
    margin-bottom: 30px;
  }
  .builder-page-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .page-builder-link {
    width: 32%;
    margin-right: 2%;
  }
  .page-builder-link:nth-child(3n) { margin-right: unset; }
  .page-builder-link:last-of-type { margin-right: auto; }
}

@media (max-width: 975px) and (min-width: 705px) {

  .small-area-link:hover,
  .small-area-link,
  .small-comm-link:hover,
  .small-comm-link {
    width: 31% !important;
    margin-right: 2% !important;
  }
  .small-area-link:nth-child(3n),
  .small-comm-link:nth-child(3n) {
    margin-right: unset !important;
  }
  .small-area-link:last-of-type,
  .small-comm-link:last-of-type {
    margin-right: auto !important;
  } 
}

@media (max-width: 750px) {
  .page-builder-link { font-size: 14px; }

  .page-builder-link,
  .small-area-link:hover,
  .small-area-link,
  .small-comm-link:hover,
  .small-comm-link {
    width: 48% !important;
    margin-right: 2% !important;
  }
  .page-builder-link:nth-child(2n),
  .small-area-link:nth-child(2n),
  .small-comm-link:nth-child(2n) {
    margin-right: unset !important;
  }
  .small-area-link:last-of-type,
  .small-comm-link:last-of-type {
    margin-right: auto !important;
  }
}
@media (max-width: 600px) {
  .area-select-bar-inner {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .container { margin-top: 70px; }
  .area-container { margin-bottom: 40px; }
  .big-area-link:hover,
  .big-area-link {
    font-size: 24px;
    line-height: 0.8;
  }
  .small-area-link:hover,
  .small-area-link { font-size: 19px; }
  .build-in-text:hover,
  .build-in-text,
  .small-comm-link:hover,
  .small-comm-link { font-size: 18px; }
  .small-area-container + .small-community-container {
    margin-top: 3px;
  }

  .page-builder-link {
    margin-bottom: 10px;
  }
}