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

.p2p-locations-header {
    margin-bottom: 30px;
    margin-top: 35px;
}

h3.p2p-locations-header {
    color: rgb(57,181,74);
}

h4.locations-address {
    font-weight: bold;
    line-height: 25px;
    font-size: 20px;
}

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

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

p.locations-schedule-link {
    color: #fff;
    width: 100%;
    background-color: #FFBB3A;
    height: 47px;
    font-size: 20px;
    font-family: 'AvenirNext-DemiBold';
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

a:hover {
    text-decoration: none !important;
}

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

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

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

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

/* everything above xs devices */
@media(min-width: 768px) {
    .p2p-locations-beliefs h2 {
        font-size: 200px;
        margin-top: 0;
        margin-bottom: 0;
        line-height: 0.75em;
    }

    .p2p-locations-beliefs h3 {
        font-size: 28px;
        letter-spacing: 0.05em;
        margin-top: 0;
    }

    .p2p-locations-beliefs .odd h3, .p2p-locations-beliefs .odd p {
        padding-right: 80px;
    }

    .p2p-locations-beliefs p {
        margin-bottom: 60px;
    }

    .p2p-locations-line {
        margin-top: 0px;
        margin-bottom: 50px;
    }

    .allie-photo {
        text-align: center;
    }

    .p2p-locations-bio {
        padding-left: 20px;
        padding-right: 20px;    
    }

    .p2p-locations-bio img {
        width: 200px;
    }

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

    .locations-left {
        width: 40%;
        margin-right: 2%;
        margin-left: 8%;
        float: left;
    }

    .locations-right {
        width: 40%;
        margin-left: 4%;
        margin-right: 6%;
        float: left;
    }

    p.locations-parking {
        height: 120px;
    }
}

/* xs devices */
@media(max-width: 767px) {
    .p2p-container h2 {
        font-size: 25px;
        margin-top: 15px;
    }

    .p2p-locations-header {
        margin-bottom: 0;
    }

    .p2p-locations-beliefs h2 {
        font-size: 100px;
    }

    .p2p-locations-description {
        margin-top: -10px;
    }

    .p2p-play-word h2 {
        font-size: 100px;
    }

    .p2p-locations-content p {
        font-size: 18px;
        letter-spacing: 0.05em;
    }

    .p2p-locations-title {
        height: 125px;
        display: flex;
        align-items: center;
        flex-direction: row;
    }

    .locations-banner-thumbnail {
        background-position: 15% 88%;
        min-height: 290px;
        zoom: 0.55;
    }

    .allie-photo{
        text-align: center;
    }

    .p2p-locations-bio img{
        width: 170px;
    }

    .p2p-locations-line {
        margin-top: 35px;
        margin-bottom: 28px;
    }

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

    .p2p-locations-line .text-center {
        font-size: 3.8vw;
        color: #ccc;
    }
}

@media(min-width: 767px) and (max-width: 991px) {
    .p2p-locations-beliefs {
        padding-left: 30px;
        padding-right: 30px;
    }

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

@media(min-width: 360px) and (max-width: 413px){
    .p2p-play-word {
        margin-top: -15px;
    }
}

@media(max-width: 425px) {
    .p2p-locations-beliefs h3 {
        font-size: 6vw;
    }

    .p2p-locations-title {
        padding-left: 6vw;
    }
}

@media(min-width: 426px) and (max-width: 767px) {
    .p2p-locations-beliefs h3 {
        font-size: 21px;
        margin: 0;
    }

    .p2p-locations-title {
        display: flex;
        align-items: center;
    }
}

@media(max-width: 359px) {
    .even-row-title {
        width: 70%;
    }
}

@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;
    }
}