.schedule-banner-thumbnail {
    position: relative;
    min-height: 255px;
    background-image: url('../images/schedule/feature.jpg');
    background-position: 70% 80%;
    background-repeat: no-repeat;
    padding-left: 25px;
    zoom: 1.2;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
}

.schedule-banner-caption {
    position: absolute;
    top: 0;
    left: 3%;
    height: 100%;
    width: 100%;
    display: flex;
    margin-left: 30px;
    margin-top: 3%;
}

.p2p-schedule-header {
    margin-bottom: 15px;
}
.schedule-banner-caption h2 {
    font-size: 36px;
    margin-top: 0;
}

.schedule-banner-caption p {
    margin-top: 25px;
}

.schedule-banner-caption a {
    font-size: 1.3vw;
    background-color: #FFBB3A;
    color: white;
    padding: 0.7vw 2.6vw;
    font-family: 'AvenirNext-DemiBold';
}

.schedule-banner-caption a:hover {
    text-decoration: none;
}

.p2p-play-word {
    text-align: right;
}

.p2p-play-word h2 {
    font-size: 100px;
    margin-top: 0;
    margin-bottom: 25px;
    line-height: 0.75em;
}

.p2p-schedule-content {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.p2p-class-image {
    display: flex;
    justify-content: center;
}

.tab {
    display: flex;
    justify-content: center;
}

div#camp {
    display: none;
}

a.tablinks.active {
    background: rgb(243,107,49);
    color: white;
    outline: 0;
    white-space: nowrap;
}

a.tablinks {
    background: transparent;
    font-size: 18px;
    color: rgb(243,107,49);
    display: flex;
    white-space: nowrap;
    border: 2px solid rgb(243,107,49);
    width: 250px;
    height: 50px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 35px;
    margin-bottom: 18px;
    min-width: 155px;
    font-family: "AvenirNext-DemiBold";
}

a.tablinks:hover {
    text-decoration: none;
}

.p2p-schedule-content .title-class{
    color: #333;
}

p#thank-you {
    margin: 0;
}

@media(max-width: 425px) {
    a.tablinks {
        font-size: 4.25vw;
    }

    .p2p-schedule-content p {
        font-size: 3.75vw;
    }

    .p2p-signup p {
        margin-bottom: 10px !important;
    }
}

@media(max-width: 426px) and (min-width: 767px){
    .p2p-schedule-content p {
        font-size: 14px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .p2p-schedule-description img {
        margin-top: 40px;
    }

    .p2p-schedule-description h3 {
        font-size: 28px;
        letter-spacing: 0.05em;
        margin-top: 20px;
        margin-left: 80px;
        margin-right: 80px;
    }

    .p2p-schedule-description p {
        margin-left: 80px;
        margin-right: 80px;
    }

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

    .p2p-schedule-content .title-class {
        font-size: 25px;
        margin-top: 30px;
        margin-right: 70%;
        text-align: center;
    }

    .p2p-schedule-content .title-camp {
        font-size: 25px;
        margin-top: 30px;
        margin-right: 69%;
        text-align: center;
    }
}

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

    .p2p-schedule-description img {
        margin-top: 40px;
    }

    .p2p-schedule-description .odd img {
        margin-left: 50px;
    }

    .p2p-schedule-description .even img {
        margin-left: 20px;
    }

    .p2p-schedule-description .even h3, .p2p-schedule-description .even p {
        padding-left: 30px;
    }

    .p2p-schedule-description h3 {
        font-size: 30px;
        letter-spacing: 0.05em;
        margin-top: 20px;
        margin-left: 50px;
    }

    .p2p-schedule-description .odd h3, .p2p-schedule-description .odd p {
        padding-right: 80px;
    }

    .p2p-schedule-description p {
        margin-bottom: 60px;
        margin-left: 50px;
    }

    .p2p-schedule-content .title-class {
        font-size: 30px;
        margin-right: 74%;
        text-align: center;
    }

    .p2p-schedule-content .title-camp {
        font-size: 30px;
        margin-top: 30px;
        margin-right: 70%;
        text-align: center;
    }

}

@media(min-width: 768px) {
    .p2p-schedule-content p {
        font-size: 18px;
    }

    .p2p-form-group {
        width: 100%;
    }

}

/* xs devices */
@media(max-width: 767px) {
    .p2p-schedule-content p {
        letter-spacing: 0.05em;
        margin-bottom: 0;
    }

    .p2p-schedule-content {
        margin-bottom: 20px;
    }

    .schedule-banner-thumbnail {
        background-position: 35% 40%;
        min-height: 160px;
        zoom: 0.8;
    }

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

    .schedule-entry-container {
        display: flex;
        margin-bottom: 10px;
    }

    .p2p-schedule-line {
        margin-bottom: 15px;
    }

    img.schedule-entry-image {
        width: 24vw;
        margin-bottom: 10px;
    }

    .schedule-entry-center {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .schedule-entry-title {
        margin-bottom: 15px;
    }

    .schedule-entry-description {
        margin-bottom: 25px;
    }

    .p2p-schedule-content .title-camp {
        font-size: 25px;
        margin-top: 20px;
        margin-bottom: 8px;
    }

    .p2p-schedule-content .title-class {
        font-size: 25px;
        margin-top: 20px;
        margin-bottom: 8px;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {

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

@media(min-width: 1200px) {

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

    .schedule-banner-container {
        max-height: 500px
    }
}
