﻿.bg-lighter-blue {
    background-color: #ebf2ff;
}

.join-header {
    position: relative;
    min-height: 300px;
}

.join-hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: url('/images/root/join-page-top-full-blank.jpg') center / cover no-repeat;
}

.join-hero-referral-lookup {
    position: absolute;
    bottom: 0; 
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 800px;
    background-color: #ebf2ff;
    padding: 20px;
    border-radius: 10px 10px 0 0;
}

@media (max-width: 830px) {
    .join-hero-referral-lookup {
        width: calc(100% - 2rem);
    }
}

.yellow-text {
    text-shadow: 2px 2px 2px #000000;
    color: #fff200;
    font-weight:bold;
}

.join-now-button {
    background-color: #ffd300;
    border: 2px solid #ffd300;
    border-radius: 3px;
}

.join-now-button span {
    font-size: 18px;
    font-weight: bold;
}

.join-now-button i {
    font-size: 18px;
    font-weight: bold;
}

.join-now-button:hover {
    background-color: #338ec2 !important;
    border: 2px solid #338ec2;
    border-radius: 3px;
    color: #ffffff !important;
}

.campground-referral-list {
    border: 2px solid #b4dff8;
    list-style: none;
    height: 170px;
    margin: 0;
    padding-left: 0 !important;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
}

.campground-referral-list li {
    background-color: #cdcdcd;
    color: #000000;
    padding: 5px 10px;
    cursor: pointer;
}

.campground-referral-list li:hover {
    background-color: #b4dff8;
    color: #000000;
}