.plant-filters-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 1rem;
}
@media only screen and (min-width: 768px) {
    .plant-filters-wrapper {
        grid-template-columns: repeat(16, 1fr);
    }
}
.plant-filters-list-container {
    grid-column: 1/-1;
}
@media only screen and (min-width: 768px) {
    .plant-filters-list-container {
        grid-column: 6/-1;
    }
}
@media only screen and (min-width: 1170px) {
    .plant-filters-list-container {
        grid-column: 5/-1;
    }
}
.plant-filters-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: min-content;
    grid-gap: 1rem;
    min-height: 0;
}
@media only screen and (min-width: 768px) {
    .plant-filters-list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (min-width: 1170px) {
    .plant-filters-list {
        grid-template-columns: repeat(3, 1fr);
    }
}
.plant-list-entry {
    grid-column: span 1;
    max-height: 100%;
}
.plant-list-entry img {
    border-radius: 12px;
    transition: all 0.125s ease-in;
    filter: brightness(0.9);
}
.plant-list-entry img:hover {
    filter: brightness(1);
}
.plant-list-entry-title {
    margin-bottom: 1rem;
}
.plant-list-entry-title a {
    text-decoration: none;
    color: #333;
}
.plant-list-entry-title a:hover {
    color: #009942;
}
.plant-list-entry-title h3 {
    margin: 0.25rem 0 0;
}
.plant-list-entry-title h3 a {
    font-size: 1.25rem;
}
.plant-list-entry-title p {
    font-size: 1rem;
    font-style: italic;
}
.search-filter-pagination {
    text-align: center;
}
.search-filter-pagination .nav-previous,
.search-filter-pagination .nav-next {
    display: inline;
    margin: 0 1rem;
    font-size: 1.25rem;
}
.filter-btn-container {
    margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
    .filter-btn-container {
        display: none;
        visibility: hidden;
    }
}
.filter-btn {
    width: 100%;
}
.filter-close-btn-container {
    position: relative;
}
.filter-close-btn {
    position: fixed;
    top: 50%;
    right: -6%;
    background: #fff;
    color: #009942;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    box-shadow: 0 0 10px 5px rgba(51, 51, 51, 0.125);
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translatex(-100%);
    border: 2px solid #009942;
    cursor: pointer;
    transition: transform 0.4s ease-in-out 0.2s;
    z-index: 100000;
}
.filter-close-btn:hover {
    color: #fff;
    background-color: #009942;
}
@media only screen and (min-width: 768px) {
    .filter-close-btn {
        display: none;
        visibility: hidden;
    }
}
.filters-sidebar {
    grid-column: 1/-1;
    position: relative;
}
@media only screen and (min-width: 768px) {
    .filters-sidebar {
        grid-column: 1/6;
    }
}
@media only screen and (min-width: 1170px) {
    .filters-sidebar {
        grid-column: 1/4;
    }
}
.filters-sidebar-fields-container {
    height: 100vh;
    width: 80%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    transform: translatex(-100%);
    transition: transform 0.4s ease-in-out;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    z-index: 100000;
}
.filters-sidebar-fields-container::-webkit-scrollbar {
    display: none;
}
@media only screen and (min-width: 768px) {
    .filters-sidebar-fields-container {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        padding: 0;
        transform: translateX(0);
        z-index: unset;
    }
}
.filters-sidebar--active {
    transform: translateX(0);
    display: block;
}
.filters-sidebar-fields {
    width: 80%;
    background: #fff;
    box-shadow: 10px 0px 40px 10px rgba(0, 0, 0, 0.5);
    padding: 1rem;
}
@media only screen and (min-width: 768px) {
    .filters-sidebar-fields {
        width: 100%;
        box-shadow: unset;
        padding: 0;
    }
}
.search-filter-label {
    font-size: 1.25rem;
    line-height: inherit;
    border-bottom: 2px solid #009942;
    padding: 0.25rem 1rem 0.5rem;
    margin: 1rem 0;
    position: relative;
}
.search-filter-input-button-group {
    margin: 0 0 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
@media only screen and (min-width: 768px) {
    .search-filter-input-button-group {
        margin: 0 0 1.5rem;
    }
}
.search-filter-input-button {
    border-color: rgba(0, 0, 0, 0);
    text-align: left;
    font-size: 1rem;
    text-transform: none;
}
.filters-size-label > .search-filter-label {
    font-size: 1.25rem;
    border-bottom: 1px solid #f6f6f6;
}
h3.filters-size-label {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: inherit;
}
.reset-button > button {
    display: block;
    width: 100% !important;
    text-align: center;
    font-size: 1rem;
    margin-top: 2rem;
    border-top: 1px solid #f6f6f6;
    color: #fff;
    border-color: #009942;
    background-color: #009942;
    border-radius: 3px;
    padding: 10px 20px;
}
.reset-button > button:hover {
    background-color: #01853a !important;
    border-color: #01853a !important;
}
.ecoregions-label-container {
    font-size: 1.25rem;
    line-height: inherit;
    border-bottom: 2px solid #009942;
    padding: 0.25rem 1rem 0.5rem;
    margin: 1rem 0;
    position: relative;
}
.ecoregions-label {
    margin-bottom: 0 !important;
    display: inline;
}
.tooltip-q {
    font-family: sans-serif;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    width: 1.8ex;
    height: 2ex;
    font-size: 1.4ex;
    line-height: 1.8ex;
    border-radius: 1.2ex;
    margin-right: 4px;
    padding: 1px;
    color: #009942;
    background: #fff;
    border: 1px solid #009942;
    text-decoration: none;
}
.tooltip-q .tooltip {
    background: #009942;
    bottom: 100%;
    color: #fff;
    display: block;
    left: 14px;
    margin-bottom: 5px;
    opacity: 0;
    padding: 20px;
    pointer-events: none;
    position: absolute;
    width: 240px;
    transform: translateY(10px);
    transition: all 0.25s ease-out;
}
.tooltip a {
    color: #fff;
    text-decoration: underline;
}
.tooltip-q .tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}
.tooltip-q .tooltip:after {
    border-left: solid rgba(0, 0, 0, 0) 10px;
    border-right: solid rgba(0, 0, 0, 0) 10px;
    border-top: solid #009942 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
}
.tooltip-q:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.lte8 .tooltip-q .tooltip {
    display: none;
}
.lte8 .tooltip-q:hover .tooltip {
    display: block;
}
.ecoregions-tip {
    padding: 0 1rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25;
    margin-bottom: 0 !important;
}
.ecoregions-tip a {
    display: block;
}
.plant-single-ecoregion-tip {
    padding: 0.25rem 0 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25;
    margin-bottom: 0;
    display: block;
}
.plant-single-entry-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 1rem;
    padding: 2rem 1rem;
}
@media only screen and (min-width: 768px) {
    .plant-single-entry-wrapper {
        grid-template-columns: repeat(16, 1fr);
    }
}
@media only screen and (min-width: 768px) {
    .plant-single-entry-wrapper {
        padding: 2rem;
    }
}
@media only screen and (min-width: 1170px) {
    .plant-single-entry-wrapper {
        padding: 4rem;
    }
}
.plant-single-entry-thumbnail {
    grid-column: 1/-1;
}
@media only screen and (min-width: 768px) {
    .plant-single-entry-thumbnail {
        grid-column: 1/6;
    }
}
.plant-single-entry-content {
    grid-column: 1/-1;
}
@media only screen and (min-width: 768px) {
    .plant-single-entry-content {
        grid-column: 7/-1;
    }
}
.plant-single-entry-title {
    margin-bottom: 0.75rem;
}
.plant-single-entry-scientific-name {
    color: #009942;
    font-style: italic;
    margin-top: 0.5rem;
    font-size: 1.75rem;
}
.plant-single-entry-info {
    margin: 1.5rem 0;
    padding: 1.5rem 0;
    list-style-type: none;
    font-size: 1.25rem;
}
.plant-single-entry-info li {
    margin: 0.5rem 1.5rem 0.5rem 0;
}
.plant-single-entry-info span {
    font-weight: bold;
}
.plant-single-entry-thumbnail img {
    border-radius: 12px;
}
.plant-single-entry-info-ecoregion,
.plant-single-entry-info-countries,
.plant-single-entry-info-height,
.plant-single-entry-info-spread {
    margin: 1rem 0;
}
.plant-single-entry-info-ecoregion ul,
.plant-single-entry-info-countries ul,
.plant-single-entry-info-height ul,
.plant-single-entry-info-spread ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}
.plant-single-entry-info-ecoregion ul li,
.plant-single-entry-info-countries ul li,
.plant-single-entry-info-height ul li,
.plant-single-entry-info-spread ul li {
    display: inline;
    margin: 0.5rem 0;
}
.plant-single-entry-info-ecoregion ul li:after,
.plant-single-entry-info-countries ul li:after,
.plant-single-entry-info-height ul li:after,
.plant-single-entry-info-spread ul li:after {
    content: ", ";
}
.plant-single-entry-info-ecoregion ul li:last-child:after,
.plant-single-entry-info-countries ul li:last-child:after,
.plant-single-entry-info-height ul li:last-child:after,
.plant-single-entry-info-spread ul li:last-child:after {
    content: "";
}
.plant-single-duration-season {
    margin-top: 1rem;
}
@media only screen and (min-width: 768px) {
    .plant-single-entry-info-height,
    .plant-single-entry-info-spread,
    .plant-single-entry-info-duration,
    .plant-single-entry-info-season {
        display: inline;
        margin-right: 1rem;
    }
}
.plant-single-entry-info-duration ul,
.plant-single-entry-info-duration ul li,
.plant-single-entry-info-season ul,
.plant-single-entry-info-season ul li {
    display: inline;
    padding-left: 0;
    margin-left: 0;
}
.plant-single-entry-info-ecoregions {
    border-top: 1px solid #f6f6f6;
}
.plant-highlights-list {
    border: 1px solid #009942;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 2rem 0;
    padding: 2rem 1rem;
}
@media only screen and (min-width: 768px) {
    .plant-highlights-list {
        flex-direction: row;
    }
}
.plant-type-list,
.water-needs-list,
.light-reqs-list {
    text-align: center;
    border-bottom: 1px solid #f6f6f6;
    padding: 1rem 0;
}
.plant-type-list:last-child,
.water-needs-list:last-child,
.light-reqs-list:last-child {
    border-bottom: 0;
}
.plant-type-list div:before,
.water-needs-list div:before,
.light-reqs-list div:before {
    font-family: "hnp";
    font-size: 2rem;
    display: block;
    margin: 0 2rem 1rem;
    color: #009942;
}
.plant-type-list > div,
.water-needs-list > div,
.light-reqs-list > div {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
@media only screen and (min-width: 768px) {
    .plant-type-list,
    .water-needs-list,
    .light-reqs-list {
        border-bottom: 0;
        padding: 0;
    }
}
@font-face {
    font-family: "hnp";
    src: url("fonts/hnp.eot?m72dk3");
    src: url("fonts/hnp.eot?m72dk3#iefix") format("embedded-opentype"), url("fonts/hnp.ttf?m72dk3") format("truetype"), url("fonts/hnp.woff?m72dk3") format("woff"), url("fonts/hnp.svg?m72dk3#hnp") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
.hnp-icon {
    font-family: "hnp" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.hnp-icon-water_average:before {
    content: "";
}
.hnp-icon-water_high:before {
    content: "";
}
.hnp-icon-water_low:before {
    content: "";
}
.hnp-icon-attracts_pollinators:before {
    content: "";
}
.hnp-icon-attracts_wildlife:before {
    content: "";
}
.hnp-icon-deer_resistant:before {
    content: "";
}
.hnp-icon-evergreen:before {
    content: "";
}
.hnp-icon-ferns:before {
    content: "";
}
.hnp-icon-flowers:before {
    content: "";
}
.hnp-icon-full_shade:before {
    content: "";
}
.hnp-icon-great_for_containers:before {
    content: "";
}
.hnp-icon-groundcovers:before {
    content: "";
}
.hnp-icon-ornamental_grasses:before {
    content: "";
}
.hnp-icon-partial_shade:before {
    content: "";
}
.hnp-icon-seasonal_interest:before {
    content: "";
}
.hnp-icon-shrubs:before {
    content: "";
}
.hnp-icon-sunny:before {
    content: "";
}
.hnp-icon-toxic_to_pets:before {
    content: "";
}
.hnp-icon-trees:before {
    content: "";
}
.hnp-icon-vines:before {
    content: "";
}
.taxonomy-393:before {
    content: "";
}
.taxonomy-413:before {
    font-family: "hnp";
    content: "";
}
.taxonomy-414:before {
    font-family: "hnp";
    content: "";
}
.taxonomy-412:before {
    font-family: "hnp";
    content: "";
}
.taxonomy-411:before {
    font-family: "hnp";
    content: "";
}
.taxonomy-387:before {
    font-family: "hnp";
    content: "";
}
.taxonomy-415:before {
    font-family: "hnp";
    content: "";
}
.taxonomy-385:before,.taxonomy-517:before {
    font-family: "hnp";
    content: "";
}
.taxonomy-386:before,
.taxonomy-391:before {
    font-family: "hnp";
    content: "";
}
.taxonomy-392:before {
    font-family: "hnp";
    content: "";
}
.taxonomy-388:before {
    font-family: "hnp";
    content: "";
}
.taxonomy-389:before {
    font-family: "hnp";
    content: "";
}
.taxonomy-390:before {
    font-family: "hnp";
    content: "";
}
