/******************************************************************
Site Name: Clinect Portal
Author: DOlson

Stylesheet: Client-specific styles
******************************************************************/
    /*********************
    LOGO STYLES
    *********************/
    .logo {
        height: 62px;
        width: 300px;
        background: url(../images/logo_medium.png)  no-repeat;
        margin: 0 auto .75em auto;
    }

    .dialog_logo {
        height: 80px;
        width: 80px;
        background: url(../images/dialog_logo.png)  no-repeat !important;
        margin: 0 .5em 0 0;
    }

    @media screen and (min-width: 320px) {

    }

    @media screen and (min-width: 680px) {
        .logo {
            height: 62px;
            width: 300px;
            background: url(../images/logo_medium.png)  no-repeat;
        }
    }

    @media screen and (min-width: 1024px) {
        .logo {
            height: 104px;
            width: 500px;
            background: url(../images/logo_large.png) no-repeat;
        }
    }
    /*********************
    SURVEY STYLES
    *********************/
    body {
        font-family :Gotham, Arial, "Helvetica Neue", Helvetica, sans-serif;
    }
    body.survey_client {
        background: #FFFFFF url(../images/bg_wallpaper.jpg) repeat-x;
    }

    body#thanks {
        background: #FFFFFF url(../images/bg_wallpaper.jpg) repeat-x;
    }
    body#thanks .info-wrapper.box {
        background-color: #FFFFFF;
    }
}
