body {
    background: #EFEFEF !important;
}

.group-custom-page {
    padding: 1rem 2rem;
    margin-bottom: 1rem;
    margin-top: 3rem;
    background: #FFF;
  }

@media screen and (max-width: 991px) {
    .navbar.navbar-expand-lg.navbar-light.bg-light {
        top: 0rem !important;
    }
    .group-custom-page {
       padding-top: 0.2rem !important;
    }
    .group-page-tabs-container{
      height: 60px !important;
    }
}
  .group-custom-page > section {
    margin: 1rem 0 0 0;    
    width: 100%;
  
    border-style: none;
  }
  .content, .map-content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 2rem);
}



.group-page:last-child {
    margin-right: 0;
}
*:not(.mce-ico) {
    font-family: "Montserrat", sans-serif !important;
}
.group-page {
    float: left;
    display: block;
    /* margin-right: 2.3576520234%; */
    width: 100%;
    margin-top: 12px;
    background-color: #FFFFFF !important;
}
  .group-custom-page > section:last-of-type {
    margin-bottom: 1rem;
  }

  .group-custom-page > section > a {
     display: grid;
    grid-template-columns: 128px auto;
    
    background-color: white;
  }
  
  .group-custom-page > section > a:hover {
    text-decoration: underline;
  }
  
  .unlabelled-image {
    width: 85px;
    height: 85px;
    margin: 0 auto 0 auto;
  }

  .labelled-image {
    width: 128px;
    height: 128px;
  }
  
  .group-custom-page > section > a > h2 {
    align-self: center;
    margin: 0 0 0 1rem;
    font-weight: bold;
    color: rgb(128, 33, 104);
    font-size: 1.75rem;
  }
  .nav-wrap {
    height: 65px;
    display: flex;

  }
  .navbar {
    float: left;
    display: block;
    width: 100%;
    height: 100%;
    /* height: 150px; */
    box-sizing: border-box;
    background-color: white;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 20%);
    position: fixed;
    z-index: 400;
}

.nav-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;

    /* padding: 0px 12px; */
}
.nav-sub-container {
    display: flex;
    align-items: center;
    border-right: 1px solid #bebebe;
    height: 100%;
    line-height: 1;
    /* background: #bebebe; */
}
.nav-sub-container-login {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    width: 400px;
    line-height: 1.2;
    font-size: 14px;
    font-weight: normal;
}
@media screen and (max-width: 1214px) {
    .nav-sub-container-login {
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        width: 10%;
    }
    .nav-sub-container-login a:nth-child(1) {
        margin-bottom: .25rem;
    }
}
@media screen and (max-width: 968px) {
    .nav-wrap {
        padding-right: 0rem;
    }
    .nav-wrap, .navbar, .nav-container {
        width: 100%;
    }
}
@media screen and (max-width: 648px) {
    .nav-sub-container {
        width: 33.333333%;
    }
    .nav-sub-container:nth-Child(1) {
        display: none;
    }
}
  @media only screen and (max-width: 1024px) {
    .groups-content > .content, .group-page {
      margin: 0;
      width: 100%;
    }
    
    .group-custom-page {
      margin: 0rem 0 1rem 0;
    }
    
    .group-custom-page > section {
      margin-top: 2rem;
    }
  }
  
  @media only screen and (max-width: 512px) {
    section{
      display: inline-block !important;
    }
    .group-custom-page > section > a {
      grid-template-columns: 64px auto;
    }
  
    .unlabelled-image {
      width: 44px;
      height: 44px;
      margin: 0 auto 0 auto;
    }

    .labelled-image {
      width: 64px;
      height: 64px;
    }
    .mob-top{
      padding-top: 4rem !important;
    }
    
    .group-custom-page > section > a > h2 {
      font-size: 0.8rem;
    }
  }
  .container .groups-header-container .groups-header-image{
    display: inline;
    width: 30px;
  }
  @media screen and (max-width: 480px){
    .group-page  {
      margin-top: 1rem;;
    }
    .group-custom-page > section {
      margin-top: 4rem;
    }
.groups-header-description h1 {
    font-size: 2.5em !important;
    line-height: 1.1em !important;
}
.groups-header-image img {
  display: inline;
  width: 40px !important;
}
}