.blocks-list {
  display: block;
  margin: 0;
}
.community-topic-list .community-topic {
  color: var(--green4);
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.community-topic-list .community-topic:hover {
  color: var(--green6);
}
.community-page .page-content .container {
  padding-bottom: 21px;
}
.community-topics {
  padding-top: 15px;
  margin-bottom: 30px;
}
.page-header-description a {
  font-size: 0.938em;
  line-height: 1.4;
  color: var(--green4);
  padding: 0;
  display: inline;
  text-decoration: underline;
}
.page-header-description a:hover,
.page-header-description a:focus {
  color: #376234;
  text-decoration: underline !important;
}
.community-topics .community-group .community-topic-list li {
  padding-bottom: 20px;
}

.community-topic-list .community-topic:focus,
.community-topic-list .community-topic:hover {
  text-decoration: underline !important;
}
.container .dividerlineBottom {
  margin: 30px 0;
}
.community-page .page-header .page-heading {
  width: 100%;
}
.community-topics::after {
  height: 0px;
  display: block;
}
.community-group {
  height: 100%;
}
.community-topics.row {
  margin-left: 0px;
}
.community-group-wrap {
  width: 40%;
}
.community-group-wrap,
#main-content .image-wrapper {  
  display: inline-block;
  vertical-align: middle;
}
.blocks-item-link:focus {
  box-shadow: none;
  outline: 2px solid;
}
.loader {
  top: 40%;
  transform: translateX(-50%);
  z-index: 9999;
  left: 50%;
  position: absolute;
  border: 4px solid #fff;
  border-radius: 50%;
  border-top: 4px solid #376234;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 1200px) {
}

@media (max-width: 767px) {
  .container .dividerlineBottom {
    margin: 15px 0 30px 0;
  }
}
@media screen and (max-width: 575px) {
  .community-topics {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .sub-nav {
    min-height: 21px;
  }
  .community-topics .community-topic-description {
    margin-bottom: 5px;
  }
}

@supports (-webkit-touch-callout: none) {
  .community-topics {
    border-top: 0;
  }
  .community-topics.h-line {
    border-bottom: 1px solid #ddd !important;
    border-image-source: none !important;
  }
}
