/*****************************************************************************
scalable Inman Flash Replacement (sIFR) version 3.

Copyright 2006 – 2008 Mark Wubben, <http://novemberborn.net/>

Older versions:
* IFR by Shaun Inman
* sIFR 1.0 by Mike Davidson, Shaun Inman and Tomas Jogin
* sIFR 2.0 by Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

See also <http://novemberborn.net/sifr3> and <http://wiki.novemberborn.net/sifr3>.

This software is licensed and provided under the CC-GNU LGPL.
See <http://creativecommons.org/licenses/LGPL/2.1/>
*****************************************************************************/

@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}

/*
Place CSS rules for to-be-replaced elements here. Prefix by .sIFR-active
so they only apply if sIFR is active. Make sure to limit the CSS to the screen
media type, in order not to have the printed text come out weird.
*/
@media screen 
{
    /* BANNER H1 */
    .sIFR-active div#site_content div#banner strong.h1,
    .sIFR-active div#site_content div#banner h1
    {
        
        font-size: 3.6em; /*46px;*/
        /*font-weight:normal;
        padding: 10px 0 0 10px;
        margin: 0;
        min-height: 70px;
        margin: 0;*/
        height: 49px;
        margin-bottom: -15px;
        font-size: 46px; /*3.6em*/
        visibility: hidden;
    }
    
    .sIFR-active div#site_content div#banner div.personal_profile h1
    {
        height: 49px;
        font-size: 30px;
        margin: 0;
        visibility: hidden;
    }
    .sIFR-active div#site_content div#banner div.personal_profile h2
    {
        height: 40px;
        font-size: 24px;
        visibility: hidden;
    }
    
    
    /* on white banner */
    .sIFR-active div#site_content div#banner.white h1
    {
        visibility: hidden;
        font-size: 1.9em; /*25px;*/
        padding: 0;
        max-width: inherit;
        min-height: inherit;
    }   
    
    /* on home page */
    .sIFR-active div#site_content div#banner.home h1
    {
        margin:30px 0 0 155px;
        padding: 0;
        line-height: 1em;
        visibility: hidden;
    }
    
    /* CONTENT H1 */
    .sIFR-active div#applicationForm h1,
    .sIFR-active div#site_content div.copy h1 
    {
        font-size: 2em;
        font-weight:normal;
        margin:0;
        visibility: hidden;
    }
  
    /* CONTENT H2 */
    .sIFR-active div#site_content div.copy h2 
    {
        font-size: 1.6em;
        font-weight:normal;
        margin: 0;
        visibility: hidden;
    }
    
    /* application form H2s */
    .sIFR-active div#applicationForm h2
    {
        margin: 40px 0 3px 0;
        padding: 5px 0 0 10px !important;
        font-weight: normal;
        font-size: 1.7em;
        line-height: 0.9em;
        visibility: hidden;
    }
    
    /* PROMO */
    .sIFR-active div.front-end div.promo div div div h2 {
        font-size:1.1em;
        min-height:80px;
        margin:0;
        visibility: hidden;
    }
    .sIFR-active div.front-end div#subnav_container div.info_box div div strong
    {
        width:180px;
	    clear:none;
	    margin:0 0 0 5px;
	    padding:8px 0 0 0;
	    font-weight:normal;
	    font-size:1.6em;
	    display:block;
    }
  
    /* SUB NAV HEADER */
    .sIFR-active div.front-end div#subnav_container div.info_box h2 
    {
        visibility: hidden;
        font-weight:normal;
        font-size:1.6em;
        margin:0;
        padding: 0;
        line-height: 1em;
        margin-bottom: -8px;
    }
    
    /* APPLY PROMO */
    .sIFR-active div.front-end div#subnav_container div.apply_promo_hdr h2
    {
        font-weight:normal;
        visibility: hidden;
    }
  
}