.about-banner-caption {
    position: absolute;
    width: 100%;
    left: 3%
}

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

.about-banner-caption {
    top: 0;
    height: 100%;
    width: 100%;
    margin-top: 3%;
    margin-left: 30px;
}

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

.about-banner-caption h2 {
    font-size: 7vw;
    margin-top: -15px;
}

.about-banner-caption p {
    font-size: 1.9vw;
    font-family: "AvenirNext-DemiBold";
}

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

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

span.about-core-number {
    font-size: 50px;
    color: #F36B31;
}

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

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

.p2p-about-bio-container p {
    font-size: 18px;
}

#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-about-beliefs h2 {
        font-size: 200px;
        margin-top: 0;
        margin-bottom: 0;
        line-height: 0.75em;
    }

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

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

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

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

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

    .p2p-about-bio-container {
        background-color: #f9f9f9;
        margin-left: -15px;
        margin-right: -15px;
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .p2p-about-bio {
        padding-left: 20px;
        padding-right: 20px;    
        background-color: #F9F9F9;
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
    }

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

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

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

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

    .about-banner-caption {
        margin-left: 0;
        left: 0;
    }

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

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

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

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

    .p2p-about-bio-container {
        background-color: #f9f9f9;
        margin-left: -15px;
        margin-right: -15px;
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .p2p-about-bio-container p {
        font-size: 15px;
        letter-spacing: 0.05em;
    }

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

    .about-banner-thumbnail {
        background-position: 79% 85%;
        min-height: 170px;
        zoom: 0.75;
    }

    .allie-photo{
        text-align: center;
        background-color: #f9f9f9;
    }
    
    .allie-desc {
        background-color: #f9f9f9;
        padding-left: 30px;
        padding-right: 30px;
    }

    .p2p-about-bio {
        background-color: #F9F9F9;
    }

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

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

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

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

@media(min-width: 767px) and (max-width: 991px) {
    .p2p-about-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-about-beliefs h3 {
        font-size: 6vw;
    }

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

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

    .p2p-about-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;
    }
}