﻿@media screen and (min-width: 640px){ .sideColumn {margin-top: -100px;}}
@media print {
    p, a, strong, span, aside, ul, figcaption{
        font-size: 0.8rem;
        line-height: 1rem;
        margin-bottom: 15px;
    }
    hr{
        display:none;
    }
    h2, h3{
        font-size: 0.75rem;
    }
    h1 {
        font-size: 0.85rem;
    }
    .headerSecondary{
        display:none;
    }
    .logoImage{
        position: absolute;
        display: block;
        top: 0px;
        float: right;
        right: 10px;
        clear: left;
        width: 200px;
        z-index: -1;
    }
    .pageTitle {
        width: 70%;
    }
    .mainArticle h2, h3, p:first-child{
        width: 70%;
    }
    
    p:first-of-type{
        width: 70%;
    }
    p:nth-child(2){
        width: 70%;
    }

    .testimonial{
        font-size: 0.8rem !important;
        line-height: 1rem !important;
        margin-bottom: 15px !important;
        padding: 0px;
    }
    .testimonial:before{
        display:none;
    }
    .testimonial__referer p{
        width:100% !important;
        font-size: 0.75rem;
        line-height: 1rem;
    }
    .testimonialContainer{
        margin: 0px;
    }
    .fundingBody{
        display: flex;
        align-items:center;
    }
    .fundingBody img{
        max-height: 4rem;
        width: auto;
    }
    .fundingBody *{
        padding-right: 10px;
    }
    .group p{
        width: 100% !important;
    }
    .groupImage{
        width:20%
    }
    .groupIntro{
        width:80%;
    }
    .profileImage img{
        max-height:200px;
    }
    .profileImage{
        width:20%
    }
    .profileIntro{
        width:80%;
    }
}

a.social-share__icon{
    margin-left: 5px;
    height: 20px;
}
.placement-pill {
    margin-top:0px;
}


