.land_highlights_wrap{
  position: relative;
  left:  0;
  z-index: 50;
  width: 100%;
  display: block;
}
.highlight_item{
  background: rgba(255,255,255,.8);
  padding: 10px 20px;
  border: 3px solid transparent;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  margin-bottom: 10px;
   backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
}
  .highlight_item .h6{
    visibility: hidden;
  }
  .highlight_item:hover{
    background: rgba(255,255,255,1);
  }
  .highlight_item.active{
    background: #7a7a7a;
    background: #555;
    border: 3px solid #27abe2;
  }
  .highlight_item.active:hover{
    background: #7a7a7a;
  }
    .highlight_item.active .highlight_title{
      color: #27abe2;
    }
    .highlight_item.active .h6{
      text-align: center;
      color: #fff;
      isplay: inline-block;
      visibility: visible;
    }

.highlight_title{
  text-align: center;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 50px;
}

.thumb_icon{
  margin: auto;
  display: block;
  width:  100px;
  margin-bottom: 10px;
}
  .thumb_icon.small{
    width: 50px;
  }

/* =============================================================================
   By State
========================================================================== */
  .manage_side{
      margin-right: 20px;
      margin-top: 0px;
      padding: 10px;
  }
  .manage_content{
     /*margin-left: 20px;
     margin-top: 40px;*/
  }
     .manage_content .std_section{
        margin-bottom: 20px;
     }

  .state_req_bttn{
    margin: auto;
    margin-top: 0;
  }
/* =============================================================================
   ----------  CUSTOM FILTER DISPLAY ------------
   ========================================================================== */
/*.custom_displayed_filter{}
  .custom_displayed_filter .filter_list {
      padding: 0px;
      list-style: none;
      margin: 0;
  }
  .custom_displayed_filter .filter_list_item {
    padding: 5px;
    font-size: 15px;
    color: #fff;
    width: 25%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
    .custom_displayed_filter .filter_list_item .checkbox_wrap{
      padding: 15px 5px 15px 15px;
      cursor: pointer;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background: #25303a;
      border-radius: 50px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
    }
    .custom_displayed_filter .filter_list_item .checkbox_wrap:hover{
      border-bottom-color: #ccc;
    }
    .custom_displayed_filter .filter_list_item .checkbox_wrap .hover_checkbox_wrap {
      margin-top: -2px;
    }
    .custom_displayed_filter .filter_list_item .checkbox_wrap.filter_active {
        color: #3a9ed8;
        background: #363f47;
        border-bottom-color: #3a9ed8;
    }*/

/* =============================================================================
   ----------  CUSTOM PAGES ------------
========================================================================== */
  .quote{
    font-style: italic;
    color: #999;
  }

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1400px) {
  /*.custom_displayed_filter .filter_list_item {
    font-size: 13px;
  }*/
}
@media screen and (max-width: 1200px) {
 /* .custom_displayed_filter .filter_list_item {
    width: 33.3%;
  }*/
}
@media screen and (max-width: 979px) {
  .highlight_title{
    line-height: 17px;
  }
  .highlight_item{
    padding: 10px 2px;
  }
 
}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {
  .highlight_item{
    padding-bottom: 0px;
  }
  .highlight_item.active{
    padding-bottom: 10px;
  }
  .thumb_icon{
    margin: auto;
    margin-bottom: 0px;
    display: inline-block;
    vertical-align: middle;
  }
  .highlight_title{
    text-align: left;
    min-height: 0px;
    display: inline-block;
    vertical-align: middle;
  }
  .highlight_item.active .h6{
    text-align: left;
    margin-left: 55px;
    margin-top: -10px;
  }

   .manage_side{
      margin-right: 0px;
      padding: 10px 0;
   }

 
}
@media screen and (max-width: 640px) {
  /*.custom_displayed_filter .filter_list_item {
    font-size: 13px;
    width: 50%;
    padding: 3px;
  }
    .custom_displayed_filter .filter_list_item .checkbox_wrap{
      padding: 12px 5px 12px 10px;
      border-top-width: 3px;
      border-bottom-width: 3px;
    }*/

   .state_req_bttn{
    float: left;
    margin-top: 20px;
  }
}
@media screen and (max-width: 479px) {
  /*.custom_displayed_filter .filter_list_item {
    font-size: 13px;
    width: 100%;
    padding: 3px 0;
  }
    .custom_displayed_filter .filter_list_item .checkbox_wrap{
        padding: 12px 5px 12px 15px;
    }*/
}
@media screen and (max-width: 413px) {}
@media screen and (max-width: 330px) {}