@media print{
   
    .slogan, #superfish-1, #backstretch, #skip-link, #toolbar,.tabs, .logo{
        display: none;
    }
    
    .navigation-wrapper{     
        position: absolute;  
        top: 0px;
        left: 0;   
        width: 100%;
        height: 30cm;
    }
    
    .site-wrapper{
        position: absolute;
        top: 140px;
        z-index:2;     
        width: 97%;  
    }
    
    body{
        font: 12pt Georgia, "Times New Roman", Times, serif;
        line-height: 1.3;
        max-width: 500px;
    }
    
    #superfish-1{
        display: none;
    }
    
    .screen_only{
        display: none;
    }
    
    
    /* SELF COACHING GUIDE STYLES */
    #scg-navigation-container, .grippie, #scg-form-action-btns, .scg-start-link, .btn-previous, .btn-next, .btn-previous-3, .btn-next-3, #self-coaching-guide-form-container-final-page{
        display: none;
    }
        
    
     .self-coaching-guide-container{
        float: left;
        position: relative;
        width: 734px;
        height: auto;
        min-height: 2cm;
        background: none;
        overflow: visible;
    }
    
    .form-textarea-wrapper textarea {   
        display: inline;
        margin: 0;
        width: 100%;
        height: auto;
        min-height: 2cm;
        overflow: visible;
    }    
    
    
    .guide-question-wrapper{
        min-height: 2cm;
        height: auto;
        overflow: visible;
    }
    
    .guide-question-wrapper textarea{
        background: none;
        color: #4177ff;
        border: 0px;
        font: 12pt Georgia, "Times New Roman", Times, serif;
        line-height: 1.3;
        font-style: italic;
        height: auto;
        min-height: 2cm;
        overflow: visible;
    }
    
    .guide-question-wrapper .form-textarea, .guide-question-wrapper .no-print{
        display: none;
    }
    
    .guide-question-wrapper .print_only{  
        padding-bottom: 40px;
        color: #4104cc;
        font-style: italic;
    }  
    
    .print-message{
        padding-top: 100px;
        font-size: 20px;
        font-weight:700;
        text-align: center;
    }
    
    
    
    
}