/*new css styles*/
/*Created By GBN*/
/*------------------------------------*/
#nav-sort-contain {
    clear: both;
    margin-bottom: 36px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
#nav-sort-list{
    margin: 0;
    text-decoration: none;
}
#nav-sort-list li{
    display: inline-block;
}
#nav-sort-list li a {
    color: #000;
}
.active_link_item{
    color: #b66e4f !important;
}
.section-tiles-secondary .nav-filters {
    padding-bottom: 16px;
}
.section-district {
    padding-bottom: 33px;
}

@media (max-width:767px){
    .tile-content {
        min-height: 160px ;
    } 
}
@media (max-width:480px){
    .tile-content {
        min-height: 180px;
    } 
}

/*
 *  Custom styles - BLVR
 */
#download_pdf_map{
    position: absolute;
    width: 99px;
    height: 99px;
    z-index: 1;
    top: 20px;
    right: 30px;
}