/* start claim styles: */
div.pya_claim {
    background-color: rgb(241, 241, 234);
    min-height: 318px;
    padding: 0 2rem 1rem 2rem;
    border-bottom: 1px solid #D6D6D6;
}

div.pya_claim img.pya_claim_img {
    display: block;
    float: right;
    margin-left: 2rem;
}

div.pya_claim h1 {
    font-size: 2rem;
    color: rgb(34, 137, 45);
    padding-top: 2rem;
}

div.pya_claim h2 {
    font-family: basefont_bold;
    font-size: 1.4rem;
    color: #5E5E5E;
}

div.pya_claim div {
    padding-top: 1rem;
}
/* end claim styles */



/* start customer reviews teaser */
div.customer_reviews_teaser {
    font-size: smaller;
    border-top: 1px solid #D6D6D6;
    background-color: #FAFAF6;
    color: #5E5E5E;
}

div.customer_reviews_teaser h2 {
    text-align: center
}

div.customer_reviews_teaser .source {
    font-family: basefont_italic;
    padding-top: 0.5rem;
}
/* end customer reviews teaser */

/* start sponsoring teaser */
div.sponsoring_teaser {
    background-color: #FAFAF6;
    text-align: center;
    padding-bottom: 4.5rem;
    border-top: 1px solid rgb(192, 182, 107);
    border-bottom: 4px solid rgb(192, 182, 107);
}

div.sponsoring_teaser h2 {
    color: #968E43;
    font-size: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

div.sponsoring_teaser img {
    margin: 0.2rem;
}
/* end sponsoring teaser */
