.button-success {
    background: rgb(28, 184, 65);    
    color: #ffffff;        
}
.project_search_div {
    margin-bottom: 20px;
    display:block;
}
.hq_textinput {
    border: 1px solid #cccccc !important;
    padding:5px;
    display:inline;
    width: 80%;
    position: relative;
    top: 2px;
}
.filter-div {
    height:350px;
    display:none;
    text-align: center;
    margin: 30px 0px 30px 0px;
}
.filter-grid-div {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    padding: 30px;
    background-color: #fff;
}
.filter-grid-item {
    text-align: left;
}
.filter-grid-footer {
    text-align: left;
    grid-column: 1 / span 3;
    grid-row: 2;
    margin-top: 20px;
}
.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    grid-gap: 1rem;
    margin: 0 auto;
}
.grid.is-visible-items .card { 
    visibility: visible; 
}
.card {
    /* border: 2px solid #e7e7e7; */
    border-radius: 5px;
    background-color: #ffffff;
    margin-bottom: 25px;
    width: 350px;
    box-shadow: 0 5px 5px 0 rgba(18,63,82,.035),0 0 0 1px rgba(176,181,193,.2);
    overflow: hidden;
}
.card:hover {
    cursor: pointer;
    box-shadow:
    0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048),
    0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072),
    0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12)
  ;
}
.card:hover .card-title {
    background-color: #02353C;
    color:#f7c548;
}
.card-title {
    background-color: #f7c548;
    font-size: 1.30em;
    text-align: center;
    padding: 2rem;
    color: #302718;
}
.title-link {
    color: #302718;
}
.title-link:hover {
    color: #302718;
    text-decoration: underline;
}
.card-content {
    padding: 2rem;
}
.card-desc {
    margin-top: 2rem;
    text-align:left;
    
    font-size: 0.9em;
    color:#000000;
}
.card-desc:hover {
    color:#000000;
}
.card-img {
    text-align: center;
    padding:10px;
}
.card-button-div {
    margin-bottom: 3rem;
    text-align: center;
    clear:both;
}
.card-button {
    color: #2d5c88;
}
.card-tags {
    margin: 2rem auto;
    font-size: 0.7em;
    color:#000000;
    line-height: normal;
    width:100%;
    height: 32px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 2rem;
    position: relative;
    top: -32px;
}
.tags{
	margin:0;
	padding:0;
	list-style:none;
}
.tags li:hover {
    color: #000000;
    font-weight:bold;
}
.tags li{
	float: left;
    height: 24px;
    line-height: 24px;
    position: relative;
    font-size: 11px;
    margin: 2px 5px 2px 12px;
    padding: 0 10px 0 12px;
    background: #e6e6e6;
    color: #8c8c8c;
    text-decoration: none;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}
.tags li:before {
    content: "";
    float: left;
    position: absolute;
    top: 0;
    left: -12px;
    width: 0;
    height: 0;
    border-color: transparent #e6e6e6 transparent transparent;
    border-style: solid;
    border-width: 12px 12px 12px 0;
}
.tags li:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    float: left;
    width: 4px;
    height: 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    -moz-box-shadow: -1px -1px 2px #004977;
    -webkit-box-shadow: -1px -1px 2px #004977;
    box-shadow: -1px -1px 2px #004977;
}
.check {
    text-align: left;
}

.project-container {
    width:100%;
    margin: auto;
    padding:10px;
    min-height:2000px;
    padding-bottom: 50px;
}
.sidenav {
    padding:0px 25px 25px 25px;
    width:20%;
    float:left;
    height:100%;
    /* border-right: #e5e5e3 solid 1px; */
}
.main-project-section {
    margin-left:20%;
}
.fix-side {
    position: fixed;
    top: 10px;
}
.togglefilters {  
    padding: 8px;
    margin-top:20px;
    display: none;
}
.grid { visibility: hidden; }
.grid.masonry { visibility: visible; }

@media (max-width: 768px) { /* mobile view */
    .sidenav  {
      position: relative;
      width:100%;
    }
    .card-section {
        position: relative;
        width: 100%;
    }
    .main-project-section {
        margin-left:0;
    }
    .mapswitch-div {
        text-align: center;
    }
    .togglefilters {
        display:inline-block;
        text-align: center;
    }
    .filters-div {
        display:none;
    }
    .filters-div.filtertoggle {
        display: block;
    }
    .showhide-div {
        display:none;
    }
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
  
.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #f7c548;
}

input:focus + .slider {
    box-shadow: 0 0 1px #f7c548;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
#projectmap { 
    height: 500px; 
    width: 100%;
    border:solid 1px #02353C;
}

.newsfeed {
    color:#4d4d4d;
}
.newsfeed:hover {
    color:#6D8DAB;
}
.showhide-div {
    width:20%;
    text-align: center;
    margin-bottom: 25px;
}
.usa {
    font-size:1.5em;
}
.sf-with-ul {
    cursor:pointer;
}