.park-list-header {
    padding: 15px;
}

.park-list--standard .park-list-header {
    background-color: #245312;
    ;
}

.park-list--waterway .park-list-header {
    background-color: #1b4673;
    ;
}

.park-list-filters {
    display: flex;
    gap: 20px;
}

.park-list-filter-container {
    width: 135px;
}

.park-list-filter {
    margin-bottom: 2px;
    cursor: pointer;
    color: white;
    background-image: url(/Content/Images/pageTypes/parkList/icon_Hamburger.png);
    display: inline-block;
    font-weight: 600;
    background-size: 23px 20px;
    background-repeat: no-repeat;
    background-position: left -2.5px center;
    height: 27px;
    padding-top: 3px;
    padding-right: 5px;
    padding-left: 25px;
    font-size: 1em;
    border-bottom: 3px solid transparent;
}

.park-list-area-filter {
    margin-left: 3px;
}

.park-list-vessel-rating-filter {
    margin-left: -1px;
}

.park-list-vessel-rating-filter-icon {
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 30px;
    margin-top: -5px;
    margin-left: 5px;
    vertical-align: top;
    background-size: 100%;
    background-repeat: no-repeat;
}

.filter-active {
    border-bottom: 3px solid #fc0;
}

.park-list-map {
    height: 400px;
    margin-bottom: 15px;
}

.park-list-map img {
    max-width: unset;
    max-height: unset;
}

.park-list-map img {
    position: absolute;
}

.park-list-filters-dropdowns {
    box-shadow: inset 3px 3px 18px rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 10px;
    margin-top: 20px;
    background: #fdfefd;
    display: none;
    overflow: hidden;
}

.container-active {
    display: block;
}

.park-list-filters-amenity-dropdown {}

.park-list-filters-vessel-rating-dropdown {}

.park-list-filters-area-dropdown {}

.park-list-filters-dropdown {
    display: none;
}

.dropdown-active {
    display: flex;
    position: relative;
    gap: 10px;
    flex-wrap: wrap;
    max-width: 100%;
    padding-right: 33px;
}

.park-list-filters-dropdown-close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    font-weight: 600;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    font-size: 0px;
}

.park-list-dropdown-option-container {
    width: 210px;
}

.park-list-filters-vessel-rating-dropdown .park-list-dropdown-option-container {
    width: unset;
}

.park-list-filters-area .park-list-dropdown-option-container {
    width: 105px;
}

.park-list-dropdown-option {
    border-radius: 10px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    margin: 3px;
    font-weight: 600;

    background-size: 35px 35px;
    background-repeat: no-repeat;
    background-position: left top;

    padding-left: 40px;
    padding-right: 5px;
    min-height: 36px;

    font-size: 1em;
    border: 2px solid transparent;
    box-sizing: border-box;
}

.park-list--standard .park-list-dropdown-option:hover {
    border: 2px solid #c9e4bc;
}

.park-list--waterway .park-list-dropdown-option:hover {
    border: 2px solid #fc0;
}

.park-list--standard .dropdown-option-active {
    border: 2px solid #a5d37c;
}

.park-list--waterway .dropdown-option-active {
    border: 2px solid #7ca6d3;
}

.park-list--standard .dropdown-option-active:hover {
    border: 2px solid #054805;
}

.park-list--waterway .dropdown-option-active:hover {
    border: 2px solid #31557c;
}

.park-list-amenity {}

.park-list-vessel-rating {}

.park-list-area {
    padding-left: 5px;
}

@media screen and (max-width: 680px) {
    .park-list-filters {
        gap: 20px;
    }

    .park-list-filter-container {
        width: 125px;
    }

    .park-list-filter,
    .park-list-dropdown-option {
        font-size: 0.9em;
    }

    .park-list-area-filter {
        margin-left: 10px;
    }

    .park-list-dropdown-option-container.park-list-area {
        width: 90px;
    }
}

@media screen and (max-width: 400px) {
    .park-list-filters {
        max-width: 150px;
        display: block;
    }

    .park-list-filters-dropdown-close {
        display: none;
    }

    .dropdown-active {
        padding-right: 0;
    }

    .park-list-vessel-rating-filter,
    .park-list-area-filter {
        margin-left: 0;
        margin-top: 5px;
    }
}

.park-list-boxes {
    margin-top: 15px;
}

.park-list-boxes .content-boxes {
    gap: 15px;
}

.park-list-box {
    display: inline-block;
    font-size: 15px;
    line-height: 1.4em;
    position: relative;
    vertical-align: top;
    border-radius: 0;
    width: 100%;
}

.park-list--standard .park-list-box {
    box-shadow: 0px 0px 0px 1px #b8d8b8;
}

.park-list--waterway .park-list-box {
    box-shadow: 0px 0px 0px 1px #82d1ff;
}

.park-list-box-bg {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
}

.park-list-box-info {
    background-color: white;
    padding: 5px;
    line-height: 1em;
    height: 100px;
    overflow: hidden;
}

.park-list--standard .park-list-box-info {
    border-top: 4px solid #aece5b;
}

.park-list--waterway .park-list-box-info {
    border-top: 4px solid #7da7d4;
}

.park-list-box-title {
    font-weight: 600;
    cursor: pointer;
    font-size: 15px;
    line-height: 1em;
    text-decoration: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.park-list--standard .park-list-box-title {
    color: #527d30
}

.park-list--waterway .park-list-box-title {
    color: #30567d;
}

.park-list-box-title:hover {
    color: black;
    text-decoration: underline;
}

.park-list-box-address,
.park-list-box-hours {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;

    margin-top: 3px;
    line-height: 1em;
    font-size: 12px;

    overflow: hidden;
}

.park-list-box-amenities {
    position: absolute;
    bottom: 3px;
    left: 3px;
    padding-right: 2px;
    height: 23px;
    overflow: hidden;
    max-width: 100%;
}

.park-list-box-icon {
    width: 23px;
    vertical-align: top;
    height: 23px;
    display: inline-block;
    background-size: 100%;
    background-position: center;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    font-size: 15px;
    color: rgba(0, 0, 0, 0);
}

.park-list-empty {
    font-weight: 600;
    height: 25px;
    display: none;
}

.park-list-empty-active {
    display: block;
}

.content-boxes.empty .park-list-empty {
    display: block;
}