  .finder-section {
    margin: 25px 0;
}
.finder-things, .finder-card-things {
    background-color: rgb(19,42,80);
    border-radius: 5px;
    color: rgb(255,255,255);
    padding: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.finder-things-tab, .finder-tab {
    display: none;
}
#finder-things-dt hr:last-of-type {
    display: none;
}
.finder-things-tab.active, .finder-tab.active {
    display: block;
}
.finder-nav {
    margin: 25px 0;
    display: flex;
    flex-direction: column;
}
.finder-tabs {
    width: 100%;
    margin-bottom: 25px;
}
.finder-tabs button {
    font-size: 1.2rem;
    font-weight: 500;
    text-decoration: none;
    margin-right: 20px;
    padding-bottom: 2px;
    background-color: transparent;
    border: transparent;
    border-bottom: solid 3px transparent;
    cursor: pointer;
}
.finder-tabs button:hover, .finder-tabs button:focus, .finder-tabs button:active, .finder-tabs button.active {
    color: rgb(5,110,143);
    text-decoration: none;
    background-color: transparent;
    border: transparent;
    border-bottom: solid 3px rgb(5,110,143);
}
.finder-things-tab h3 {
    color: rgb(255,255,255);
}
.finder-things-tab a {
    color: rgb(255,255,255);
}
.finder-things-tab a:hover, .finder-things-tab a:focus, .finder-things-tab a:active {
    color: rgb(55,174,203);
}
.finder-things-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 15px;
}
.finder-things-tabs button {
    font-size: .9rem;
    font-weight: 500;
    text-decoration: none;
    margin-right: 20px;
    padding-bottom: 2px;
    color: rgb(255,255,255);
    margin-bottom: 15px;
    background-color: transparent;
    border: transparent;
    border-bottom: solid 3px transparent;
    cursor: pointer;
}
.finder-things-tabs button:hover, .finder-things-tabs button:focus, .finder-things-tabs button:active, .finder-things-tabs button.active {
    color: rgb(255,255,255);
    text-decoration: none;
    background-color: transparent;
    border: transparent;
    border-bottom: solid 3px rgb(255,255,255);
}
.finder-search {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.finder-search input {
    width: 100%;
    border: solid 2px rgb(5,110,143);
    border-radius: 5px;
    outline-color: rgb(5,110,143);
}
.finder-search i {
    position: relative;
    z-index: 1;
    left: -25px;
    top: 1px;
    color: rgb(5,110,143);
    cursor: pointer;
    width: 0;
}
.finder-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.finder-card {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   /*border-radius: 10px;
    */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    background-color: rgb(19,42,80);
    position: relative;
    margin-bottom: .5%;
    color: #fff;
}
.finder-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #fff;
    background-color: rgb(19,42,80);
    z-index: 2;
    padding: 15px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.finder-title h2 {
    font-size: 1rem;
    color: #ffffff;
    line-height: 1em;
    margin: 3px 0 10px;
}
.finder-title p {
    font-size: .9rem !important;
    margin-bottom: 0;
}
a.finder-card, a.finder-card .finder-title {
    text-decoration: none;
}
a.finder-card:hover, a.finder-card:focus, a.finder-card:active {
    text-decoration: none;
   /* justify-content: center;
    */
}
a.finder-card:before, a.finder-card:before, a.finder-card:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
   /*background-color: rgba(23, 70, 143, .4);
    */
   /* background-color: rgba(13, 34, 63, 0.6);
    */
    z-index: 1;
    color: #fff;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
a.finder-card:hover:before, a.finder-card:focus:before, a.finder-card:active:before {
    height: 100%;
}
a.finder-card:hover .finder-title, a.finder-card:focus .finder-title, a.finder-card:active .finder-title {
    text-decoration: none;
   /* background-color: rgba(13, 34, 63, .8);
    */
    background-color: rgba(19, 42, 80, 0.9);
    color: rgb(255,255,255);
    height: 100% !important;
}
.finder-suggestions .autocomplete-suggestions-container::-webkit-scrollbar {
    width: 5px;
    margin: 20px;
}
.finder-suggestions .autocomplete-suggestions-container::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
}
.finder-suggestions .autocomplete-suggestions-container::-webkit-scrollbar-thumb {
    background: rgb(2,144,193);
    border-radius: 10px;
}
.finder-suggestions {
    position: absolute;
    display: none;
    width: 96% !important;
    max-width: 1200px !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: -4px;
    z-index: 999;
    background-color: rgb(19,42,80);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-top-right-radius: 0;
    color: rgb(255, 255, 255);
}
.finder-suggestions .autocomplete-suggestions-container {
    max-height: 100%;
    text-align: left;
    cursor: default;
    box-sizing: border-box;
    width: calc(100% - 60px) !important;
    margin: 30px;
    padding: 10px;
    margin-left: auto !important;
    margin-right: auto !important;
    background-color: rgb(19,42,80);
    color: rgb(255,255,255);
    overflow: hidden;
    overflow-y: auto;
}
.finder-suggestions::before {
    content: "Search Results";
    color: rgb(255,255,255);
    font-size: 1.4rem;
    line-height: 1.2em;
    padding: 30px;
    padding-bottom: 0;
    display: block;
}
.finder-suggestions .autocomplete-suggestion, a.thing-list-item {
    position: relative;
    display: block;
    padding: 15px 25px;
    overflow: hidden;
    color: rgb(255,255,255);
    font-weight: 400;
    cursor: pointer;
    width: 95%;
    text-decoration: none;
}
.finder-suggestions .autocomplete-suggestion b {
    font-weight: 900;
    color: rgb(255,255,255);
}
.finder-suggestions .autocomplete-suggestion.selected, a.thing-list-item:hover, a.thing-list-item:focus, a.thing-list-item:active {
    background: rgb(230, 57, 71);
    border-radius: 500px;
    color: rgb(255,255,255);
}
.pcp-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.pcp-back button {
    color: rgb(255,255,255);
    font-size: 1rem;
    line-height: 1.2em;
    padding-bottom: 5px;
    margin-bottom: 15px;
    display: inline-block;
    text-decoration: none;
    background-color: transparent;
    border: transparent;
    border-bottom: solid 3px transparent;
    cursor: pointer;
}
.pcp-back button:hover, .pcp-back button:focus, .pcp-back button:active {
    color: rgb(255,255,255);
    text-decoration: none;
    background-color: transparent;
    border: transparent;
    border-bottom: solid 3px rgb(255,255,255);
}
.pcp-back button i {
    font-size: 1.2rem;
    color: #fff;
}
button.pcp-close, button.pcp-close:hover, button.pcp-close:focus, button.pcp-close:active {
    background-color: transparent;
    border: transparent;
    border-bottom: solid 3px transparent;
    cursor: pointer;
}
.pcp-close i {
    color: #fff;
    font-size: 2rem;
    -webkit-text-stroke: 4px rgb(230, 57, 71);
    cursor: pointer;
}
.pcp-close i:hover, .pcp-close i:focus, .pcp-close i:active {
    -webkit-text-stroke: 2px rgb(230, 57, 71);
}
.pcp-category-title {
    color: rgb(55,174,203);
    font-size: 1.4rem;
    line-height: 1.2em;
    padding-bottom: 20px;
    display: block;
}

@media (max-width: 767px) {
    .finder-card {
        background-image: none;
   }
}
@media (min-width: 768px) {
    .finder-tabs {
        margin-bottom: 0;
   }
    .finder-nav {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
   }
    .finder-card {
        width: 49%;
        height: 260px;
        margin-bottom: .8%;
   }
    .finder-title {
        background-color: rgba(19, 42 80, .8);
        color: #fff;
   }
    .finder-cards {
        justify-content: space-evenly;
   }
    .finder-things-tabs {
        justify-content: space-between;
   }
}
@media (min-width: 768px) {
    .finder-suggestions .autocomplete-suggestions-container {
        height: 53vh;
   }
}
@media (min-width: 1024px) {
    .finder-things-tabs button {
        font-size: 1.2rem;
   }
    .finder-suggestions {
        width: 100% !important;
   }
    .finder-cards {
        justify-content: space-between;
   }
    .finder-search input {
        width: 75%;
   }
    .finder-card {
        width: 33%;
        height: 275px;
   }
}