#resource-mapicon-legend .resource-mapicon-img{
    margin-right: 8px;
}

.resource_modal .modal-body{
    overflow-y: scroll;
    max-height: 500px !important;
}

.resource_descriptive{
    margin-bottom: 8px;
}

/* 
 * Always set the map height explicitly to define the size of the div element
 * that contains the map. 
 */
 /* #mapContainer {

 } */

 .map-responsive{
    overflow:hidden;
    padding-bottom:99%;
    position:relative;
    height:0;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:150%;
    position:absolute;
}


 #map {
    height: 600px;
    width: 700px;
    position: relative;
    right:0;
  }

.btn-group {
    padding-bottom:30px;
}

.rainbow-marker {
    /* use the icon_rainbow_white.png as the background */
    background-image: url('https://innovations-socialwork.media.uconn.edu/wp-content/uploads/sites/3657/2024/08/icon_rainbow_white.png');
    height: 50px;
    width: 40px;
}

input.optionsInput {
    margin-right: 10px;
    width: 500px;
}

/*========= styles on map page =========*/
.page-template-resources-map h1.page-title {
    display:none
}

.map-row {
    padding-left: 0px !important;
    Padding-right: 0px !important;  
}

.text-content-row h1{
    color: #116E88; 
}

.use-my-location .btn-primary {
        color: #fff;
        background-color: #116e88;
        border-color: #084758;
}

.use-my-location .btn-primary:hover, .use-my-location .btn-primary:active, .use-my-location .btn-primary:focus {
    color: #fff;
    background-color: #0e576b;
    border-color: #084758;
}

#filters_column .btn-group .btn-success {
    color: #fff;
    background-color: #116e88;
    border-color: #084758;
}

#filters_column .btn-group .btn-success:hover, #filters_column .btn-group .btn-success:active, #filters_column .btn-group .btn-success:focus {
    color: #fff;
    background-color: #0e576b;
    border-color: #084758;
}

#filters_column {
    background-color: #E8EBEF;
    padding: 30px;
    border-radius: 12px;
}

#mapContainer{
    min-height:700px
}

#filters_column #centers.btn.btn-danger{
    background-color: #116e88!important;
    border-color: #084758!important;
}

#filters_column #centers.btn.btn-danger:hover, #filters_column #centers.btn.btn-danger:active, #filters_column #centers.btn.btn-danger:focus{
    background-color: #0e576b!important;
    border-color: #084758!important;
}

#filters_column h2{
    font-size: 18px;
    padding-top:30px
}

#filters_column h2:nth-of-type(1){
    padding-top:0px
}

#filters_column{
    margin-bottom: 30px
}

@media (max-width:1200px){
    #clusters{
        margin-top:10px;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
    }

    #markersClear{
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
    }
}

@media (max-width:991px){
    #clusters{
        margin-top: 0px;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
    }

    #markersClear{
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
    }
}

@media (max-width:767px){
#centers{
    margin-top: 20px!important;   
}
}