@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700&);


#blackbar {
    padding: 30px 0 30px 0;
    background: #000;
}

    #blackbar p {
        padding: 0;
        margin: 0 0 5px 0;
        font-size: 13px;
        color: #fff;
    }

        #blackbar p.header {
            font-family: "Open Sans",Arial,Helvetica,sans-serif;
            font-size: 18px;
            font-weight: bold;
            line-height: 22px;
            color: #fff;
            text-transform: uppercase;
        }

        #blackbar p a {
            font-size: 14px;
            color: #fff;
            border: 0;
        }

    #blackbar .form-wrapper .textbox {
        width: 334px;
        height: 37px;
        margin: 0 0 15px 0;
        line-height: 37px;
    }


#content .open-button {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 205px;
    height: 35px;
    margin: 0 0 15px auto;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 0 0 #a8a8a8;
    -moz-box-shadow: 0 2px 0 0 #a8a8a8;
    box-shadow: 0 2px 0 0 #a8a8a8;
}

    #content .open-button:hover {
        text-decoration: none;
    }

    #content .open-button.active {
        position: relative;
        color: #fff;
        background: #ba141a;
    }




#home-casestudies {
    padding: 20px 0 30px 0;
    background: #eae6e2;
}

    #home-casestudies h3 {
        color: #3db5e6;
        ;
        font-size: 40px;
        vertical-align: middle;
    }

        #home-casestudies h3 .blueblock {
            color: #003a70;
        }
    /**/
    #home-casestudies .grid-4 {
        padding: 10px 0 10px 0;
        font-size: 0;
    }

    #home-casestudies .sponsor {
        position: relative;
        display: block;
        float: left;
        width: 88px;
        height: 70px;
        padding: 20px;
        margin: 0 32px 0 0;
        line-height: 121px;
        background: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 2px 0 0 #a8a8a8;
        -moz-box-shadow: 0 2px 0 0 #a8a8a8;
        box-shadow: 0 2px 0 0 #a8a8a8;
    }

        #home-casestudies .sponsor.last {
            margin: 0;
        }

    #home-casestudies .sponsor {
        display: block;
        height: 70px;
        line-height: 70px;
        border: 0;
    }

        #home-casestudies .sponsor .spacer {
            display: inline-block;
            height: 70px;
            vertical-align: middle;
        }

        #home-casestudies .sponsor img {
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 60px;
            vertical-align: middle;
            margin-left: auto;
            margin-right: auto;
            border: 0;
        }
