span.subheading {
    font-size: 24px;
    line-height: 150%;
    color: #BB202A;
    font-weight: bold;
}

p.disclaimer {
    width: 100%;
    padding: 10px 0px 0px 0px;
    border-top: 1px solid #CCCCCC;
    font-size: 14px;
    line-height: 20px;
    color: #AAAAAA;
    font-style: italic;
}

p.disclaimer_follow_up {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #AAAAAA;
    font-style: italic;
}

p.image_left img {
    float: left;
    margin: 0px 20px 20px 0px;
}

p.image_right img {
    float: right;
    margin: 0px 0px 20px 20px;
}

a {
    color: #8DC63F;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #BB202B;
    font-weight: bold;
    text-decoration: none;
}

.page_post_intro {
    font-style: italic;
    color: #666666;
}


p.desktop_only {
    display: block;
}

p.mobile_only {
    display: none;
}

/********** 700px **********/

@media only screen and (max-width: 700px) {
    
    p.desktop_only {
        display: none;
    }
    
    p.mobile_only {
        display: block;
    }
    
}
