/* Spacing */
.mt-15 {
    margin-top: 15px !important; }
  
  .mt-30 {
    margin-top: 30px !important; }
  
  .mt-50 {
    margin-top: 50px !important; }
  
  .mt-70 {
    margin-top: 70px !important; }
  
  .mt-100 {
    margin-top: 100px !important; }
  
  .mb-15 {
    margin-bottom: 15px !important; }
  
  .mb-30 {
    margin-bottom: 30px !important; }
  
  .mb-50 {
    margin-bottom: 50px !important; }
  
  .mb-70 {
    margin-bottom: 70px !important; }
  
  .mb-100 {
    margin-bottom: 100px !important; }
  
  .ml-15 {
    margin-left: 15px !important; }
  
  .ml-30 {
    margin-left: 30px !important; }
  
  .ml-50 {
    margin-left: 50px !important; }
  
  .mr-15 {
    margin-right: 15px !important;}
  
  .mr-30 {
    margin-right: 30px !important; }
  
  .mr-50 {
    margin-right: 50px !important; }
  
  .pt-40 { 
    padding-top: 40px !important}
  .pb-50 {
    padding-bottom: 50px !important;
  }

  ul,
ol {
  margin: 0; }
  ul li,
  ol li {
    list-style: none; }

.filter{ 
    padding-top: 10px;
    padding-bottom: -5px;
    box-sizing: content-box;
    margin: 10px;
}

#community-summary .available-units h5{
    padding-bottom: 0;
    margin-bottom: 2px;
    font-size: 15px;
    font-weight: 600;
    color: #009933;
}

#community-summary h4{
    color: #436600;
}

#community-summary h6{
    color: #436600;
}

#community-summary h6 i{ 
    color: #F30D20;
}

#community-summary .available-units ul{
    list-style: square !important;
}

#community-summary .available-units ul li{
    line-height: 1.8em;
    border-bottom: solid 1px #f7f7f7;
}

#community-summary .available-units ul li span{
    float: right
}

#community-summary .buttons{
    padding-bottom: 10px;
}

#community-summary .community-image-holder{
    box-sizing: content-box;
    max-height: 350px;
    position: relative;
}

#community-summary .community-image-holder img{
    width: 100%;
    height: 350px
}
  
#community-summary .community-image-holder .image-thumbnail{
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    border: solid 3px #f7f7f7;
    margin-top: 10px;
}

#community-summary .community-image-holder .image-thumbnail img{
    max-height: 50px;
}



#tabs{
	background: #f7f7f7;
    color: #000;
}
#tabs h6.section-title{
    color: #436600;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #D5F3DE;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-size: 15px;
    font-weight: bold;
}
#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #000000;
    font-size: 15px;
}

.map{
    min-height: 150px;
    box-sizing: content-box;
    background: #fff;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

.floorplan{
    box-sizing: content-box;
    padding: 10px;
}

.floorplan img {
    width: 100%;
}

span, ul{
 line-height: 30px !important;
}

.title li{
    list-style: square !important;
    padding-Left: 10px;
    margin-left: 20px;
}


    
  