h3 {
    margin: 5px;
}
.region:hover, .regionValue:hover {
    cursor: pointer;
}
.filter-grid {
    display: grid;
    grid-template-columns: 1fr auto;
}
.tags .tag:first-of-type {
    margin-left: 5px;
}
.custom-col-12 {
    width: 100%;
    /*display: inline-block;*/
    /*float: left;*/
    position: relative;
    /*min-height: 1px;*/
    /*padding-right: 15px;*/
    /*padding-left: 15px;*/
}
.custom-col-11 {
    width: 91%;
    /*display: inline-block;*/
    /*float: left;*/
    position: relative;
    /*min-height: 1px;*/
    /*padding-right: 15px;*/
    /*padding-left: 15px;*/
}
.custom-col-1 {
    width: 9%;
    /*display: inline;*/
    /*float: left;*/
    position: relative;
    /*min-height: 1px;*/
    /*padding-right: 15px;*/
    /*padding-left: 15px;*/
}
.legend-title {
    font-weight: bold;
    text-anchor: middle;
}

#map-wrapper {
    outline: none;
}

.regionValuesText, .canadaCircleText {
    font-size: 20px;
}

#project-list {
    padding: 0;
}

#filterContainer {
    margin-bottom: 15px;
}

#filterContainer .btn {
    padding: 5px 14px;
}
#filterContainer .dropdownToggleBtn {
    padding: 5px;
    color: black;
    border-color: #dcdee1;
}

.and {
    background-color: lightblue;
}

.alert .and, .alert .or, details .and, details .or {
    border: 1px solid #dcdee1;
    border-radius: 5px;
    padding: 0px 5px;
}

.and:hover, .and:focus, .and:active {
    background-color: #7fc2d8;
}

.or {
    background-color: lightyellow;
}
.or:hover, .or:focus, .or:active {
    background-color: #ffff98;
}

#filter_options {
    display: grid;
    grid-template-columns: 1fr auto 1fr
}

#filter_toggle {
    text-decoration: underline;
    margin-right: 5px;
}
#filter_spacer {
    text-align: center;
}
#reset_filters {
    text-decoration: underline;
    margin-left: 5px;
    /*font-weight: bold;*/
}
#advanced_filters {
    text-decoration: underline;
    margin: 0 5px;
}

.project {
    list-style-type: none;
    margin-bottom: 10px 0;
    line-height: 1.4em;
    font-size: 16px;
}

.expanded {
    margin: 10px 0;
}

.expanded:first-of-type {
    margin: 0 0 10px 0;
}

.expanded:last-of-type {
    margin: 10px 0 0 0;
}

.project-header {
    margin-bottom: 11.5px;
}

.project-header p {
    margin: 0;
}

.project-header h3, .expandIcon{
    font-size: 20px;
}
.linkIcon {
    font-size: 18px;
}


.headquarter:hover {
    cursor: default;
}

.intersection:hover {
    cursor: default;
}

#title {
    margin: 0;
}

#title {
    /*display: table-cell;*/
    /*height: inherit;*/
    margin-bottom: 5px;
    /*vertical-align: bottom;*/
}

#hccfFilters {
    display: block;
}

#mspFilters {
    display: none;
}

.noDisplay {
    display: none;
}

/*.partner {*/
/*    display: inline-block;*/
/*    padding: 5px;*/
/*    border-radius: 5px;*/
/*    margin: 5px 2px;*/
/*color: #fff;*/
/*background-color: #2ed573;*/
/*}*/

#partners {
    margin-bottom: 10px;
}

#default {
    text-align: center;
}

#website {
    text-decoration: none;
    color: black;
}

/*      circle:focus {*/
/*    fill: blue!important;*/
/*}*/
.leaflet-left>.leaflet-control {
    margin: 0;
}

#controls {
    margin-top: 10px;
}

#controls>p {
    margin: 10px 0;
}

.controls {
    height: 100px;
}

/*label {*/
/*    text-transform: capitalize;*/
/*}*/

#targetPopulation {
    width: 350px;
}

sup {
    color: #e67e22;
}

option,
select {
    text-transform: capitalize;
}

#information>p {
    margin: 0;
}

.sorting {
    margin-bottom: 20px;
}

.summary-stat {
    /*float: right;*/
    display: block;
    font-weight: bold;
    font-size: 24px;
}

#summary>div {
    margin: 20px 0;
}

#summary {
    height: 100%;
}

.selection {
    margin: 20px 0;
}

/*img {*/
/*    max-width: 200px;*/
/*    margin-right: 10px;*/
/*}*/

main {
    margin-bottom: 20px;
}

#legend {
    background-color: #c51b8a;
    color: black;
}

.legend .background {
    display: none;
}

.tooltip {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    opacity: 0;
    padding: 5px;
    border-radius: 5px;
}

.icons {
    text-align: right;
}

.icons>a {
    text-decoration: none;
    color: black;
    margin-right: 5px;
    font-size: 16px;
}

.bubble:hover {
    cursor: pointer;
}

.bubble {
    background-color: white;
    display: inline-block;
    border: 1px solid #ccc;
    color: black;
    font-size: 0.9em;
    padding: 5px;
    margin: 3px 2px 3px 0px;
    border-radius: 10px;
    min-width: 50px;
    text-align: center;
}

.tag {
    background-color: white;
    display: inline-block;
    border: 1px dashed #ccc;
    color: black;
    font-size: 0.9em;
    padding: 0px 5px;
    margin: 3px 2px 3px 0px;
    /*border-radius: 5px;*/
    border-radius: 10px;
    /*min-width: 50px;*/
    text-align: center;
}

.bubble:hover,
.bubble:focus {
    border: 1px solid #2980b9;
}

.clicked {
    background-color: #2980b9;
    color: white;
}

html {
    scroll-behavior: smooth;
}

.newTag {
    background-color: #16a085;
    color: white;
    border-radius: 2px;
    padding: 5px;
    margin-left: 5px;
    font-size: 0.7em;
}

.nonMspTag {
    background-color: #d35400;
    color: white;
    border-radius: 2px;
    padding: 5px;
    margin-left: 5px;
    font-size: 0.7em;
}
.flex {
   display: flex;
   flex-direction: row;
}
.btn-group {
    min-width: 148.5px;
    white-space: nowrap;
}
#searchFunded {
    width: 100%;
    background-image: url('https://cdn0.iconfinder.com/data/icons/very-basic-2-android-l-lollipop-icon-pack/24/search-512.png');
    background-size: 1.6em;
    background-repeat: no-repeat;
    background-position: 10px 50%;
    text-indent: 35px;
    transition: 0.3s;
    text-overflow: ellipsis;
}

#searchFunded:focus {
    background-image: none;
    text-indent: 0px
}

.filter-option-inner-inner {
    text-overflow: ellipsis;
}

#information {
    margin-left: 0px;
    min-width: 300px;
}

/*div.dropdown-menu {*/
/*overflow-y: scroll !important;*/
/*    min-height: 390px !important;*/
/*}*/

.highlighted {
    background-color: yellow;
}

.sort-down, .sort-up {
    height: 2rem;
}

#viewAllDiv {
    margin: 23px 0px;
    padding: 0px 0px 10px;
}

#viewAllDiv>button {
    position: relative;
    float: left;
    padding: 10px 14px;
    margin-top: 1.15em;
    margin-right: 5px;
    margin-left: -1px;
    line-height: 1.4375;
    color: #335075;
    text-decoration: none;
    background-color: #eaebed;
    border: 1px solid #dcdee1;
    border-radius: 4px;
    /*display: inline;*/
}

#viewAllDiv>button:hover {
    z-index: 2;
    color: #335075;
    background-color: #d4d6da;
    border-color: #bbbfc5;
}

#viewAllDiv>button.active {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #2572b4;
    border-color: #2572b4;
}

.pagination {
    margin: 10px 0 0;
}

.bootstrap-select>.dropdown-toggle {
    background: white;
    border: 2px solid #ccc;
}

.bootstrap-select>.dropdown-toggle::after {
    content: '';
    width: 1rem;
    height: 0.6rem;
    background-color: grey;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 200px;
}

.list-group-item:hover {
    cursor: pointer; 
}

#mspButton.active {
    border: 2px solid rgb(217, 95, 14) !important;
    background-color: rgb(217, 95, 14) !important;
    /*color: #000 !important;*/
}

#noResults {
    font-weight: bold;
}
.actionBtn {
    /*background-color: lightgray;*/
    border: 1px solid lightgray;
    /*font-weight: bold;*/
    margin: 3px;
    border-radius: 4px;
}

.tags .list-inline>li {
    padding: 5px;
}

@media all and (min-width: 992px) {
    /*#information {*/
    /*    margin-left: -20px;*/
    /*    min-width: 300px;*/
    /*}*/
    .mobile {
        display: none;
    }

    .show {
        display: block;
    }
}


/*break-width rules*/
.break-width {
    width: auto;
    margin-left: auto;
}
@media all and (min-width: 992px) {
    .break-width {
        width: auto;
        margin-left: auto;
    }
}

@media all and (min-width: 1200px) {
    .break-width {
        width: auto;
        margin-left: auto;
    }
}

@media all and (min-width: 1400px) {
    .break-width {
        width: 120%;
        margin-left: -10%;
    }
}
@media all and (min-width: 1600px) {
    .break-width {
        width: 140%;
        margin-left: -20%;
    }
}

/*tiles*/
#tiles .wb-eqht div {
	display: inline-block;
	margin-bottom: 15px;
	padding: 20px 15px 10px 15px;
    width: 100%;
    background-color:#e1e4e7;
}
#tiles .wb-eqht a.no-deco {
	text-decoration: none;
	color: black;
}
@media (min-width: 768px) {
	#tiles .wb-eqht div {
		width: 32%;
	}
}
@media (min-width: 1200px) {
	#tiles .wb-eqht div {
		width: 24%;
	}
}

/*filters used*/
.badge {
    padding: .5em 0.75em;
    background-color: #26374A;
    margin: .18em;
    cursor: pointer;
    border-radius: 2em;
}
#clear {
    padding: 10px 5px;
}