.refresher-camp-banner-thumbnail {
    position: relative;
    min-height: 255px;
    background-image: url('../images/kindergarten/feature.jpg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding-left: 25px;
}

.p2p-refresher-camp-content p {
    font-size: 18px;
}

.p2p-refresher-camp-description {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

#email-form input {
    margin-right: 10px;
    padding-right: 0;
}

#email-form .btn {
    letter-spacing: 0.05em;
}

#email-form .btn.disabled {
    opacity: 1.0;
}

#email-form .btn.disabled:hover {
    cursor: pointer;
}

/* everything above xs devices */
@media(min-width: 768px) {

    .p2p-refresher-camp-description h3 {
        font-size: 30px;
        letter-spacing: 0.05em;
        margin-top: 55px;
    }

    .p2p-refresher-camp-description ul {
        font-size: 18px;
        padding-left: 0;
    }

    .p2p-refresher-camp-description li {
        font-size: 18px;
        margin-left: 20px;
        line-height: 2em;
    }

    .p2p-refresher-camp-description p {
        margin-bottom: 20px;
    }
}

/* xs devices */
@media(max-width: 767px) {

    .p2p-refresher-camp-description h3 {
        font-size: 28px;
        letter-spacing: 0.05em;
        margin-top: 20px;
    }

    .p2p-refresher-camp-description ul {
        font-size: 18px;
    }

    .p2p-refresher-camp-description li {
        font-size: 18px;
        line-height: 2em;
    }

    .p2p-refresher-camp-description p {
        margin-bottom: 20px;
    }

    .p2p-email-field{
        width: 60%;
        display: inline-block;
        border-color: #FFBB3A;
        border-width: 2px;
    }

    .refresher-camp-banner-thumbnail {
        background-position: 50% 40%;
        min-height: 160px;
        zoom: .8;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .p2p-form-group {
        width: 100%;
    }

    .p2p-email-field{
        width: 30% !important;
        border-color: #FFBB3A;
        border-width: 2px;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    .p2p-form-group {
        width: 100%;
    }

    .p2p-email-field{
        width: 25% !important;
        border-color: #FFBB3A;
        border-width: 2px;
    }
}

@media(min-width: 1200px) {
    .p2p-form-group {
        width: 100%;
    }

    .p2p-email-field {
        width: 25% !important;
        border-color: #FFBB3A;
        border-width: 2px;
    }
}
