/*****************************************************************************
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 below. 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 {
	
	.sIFR-active h2 {
		font-size: 2.25em;
		/*margin-bottom: -0.2em;*/
		visibility: hidden;
	}
	
	.sIFR-active .searchResults h2 {
		margin-bottom: -1em;
	}
	
	.sIFR-active h3 {
		font-size: 1.95em;
		margin-bottom:0px;
		visibility: hidden;
	}
	
	.sIFR-active h4 {
		font-size: 1.45em;
		visibility: hidden;
	}
	
	/* Navigation */
	/*.sIFR-active div#nav p {
		visibility: hidden;
		letter-spacing: 0.3em;
		padding: 0px;
	}*/
	
	/* Call to action */
	/*
	.sIFR-active div.callToAction p {
		visibility: hidden;
		font-size: 1.50em;
	}
	*/
	
	/* Rates table caption */
	.sIFR-active caption p {
		font-size: 1.9em;
		margin:0 0 -20px 0;
		visibility: hidden;
	}
	
	/* Branch page personalisation */
	.sIFR-active #branchPersonalise h6 {
		visibility: hidden;
		font-size: 24px;
		margin-bottom:0px;
	}
	
	/* Log in page */
	.sIFR-active #content p.loginHeading {
		font-size: 1.95em;
		margin-bottom:7px;
		visibility: hidden;
	}
	
	/* Calculators */
	.sIFR-active #content.insuranceCalc table tbody .highlight8,
	.sIFR-active #content.insuranceCalc table tbody .selected {
		visibility: hidden;
		font-size: 17px;
		margin-bottom:0px;
	}
	
	.sIFR-active #content.insuranceCalc table tfoot .highlight8, 
	.sIFR-active #content.insuranceCalc p.highlight8  {
		visibility: hidden;
		font-size: 20px;
		margin-bottom:0px;
	}
	
	.sIFR-active #content.insuranceCalc div.callToAction p.highlight8,
	.sIFR-active div.mortgageChecker div.callToAction p.highlight8 {
		visibility: hidden;
		font-size: 1.95em;
		margin-bottom:0px;
	}
	
	.sIFR-active div.mortgageChecker h2.highlight8 {
		visibility: hidden;
		font-size: 1.95em;
		margin:0px;
	}
	
	.sIFR-active #content.insuranceCalc legend.highlight7, 
	.sIFR-active #content.insuranceCalc p.highlight7  {
		visibility: hidden;
		font-size: 24px;
		margin-bottom:0px;
	}
	
	.sIFR-active #content.insuranceCalc div.callToAction p.highlight7,
	.sIFR-active div.mortgageChecker div.callToAction p.highlight7 {
		font-size: 1.50em;
		margin-bottom:0px;
		visibility: hidden;
	}
	
	/* Teasers */
	.sIFR-active div.main div h5 {
		visibility: hidden;
		font-size: 2.25em;
	}
	
	/* Banners */
	.sIFR-active div#banner p.Banner-xlarge1-Bluetheme,
	.sIFR-active div#banner p.Banner-xlarge2-Bluetheme,
	.sIFR-active div#banner p.Banner-xlarge3-Bluetheme,
	.sIFR-active div#banner p.Banner-xlarge4-Bluetheme,
	.sIFR-active div#banner p.Banner-large1-Bluetheme,
	.sIFR-active div#banner p.Banner-large2-Bluetheme,
	.sIFR-active div#banner p.Banner-large3-Bluetheme,
	.sIFR-active div#banner p.Banner-large4-Bluetheme,
	.sIFR-active div#banner p.Banner-medium1-Bluetheme,
	.sIFR-active div#banner p.Banner-medium2-Bluetheme,
	.sIFR-active div#banner p.Banner-medium3-Bluetheme,
	.sIFR-active div#banner p.Banner-medium4-Bluetheme,
	.sIFR-active div#banner p.Banner-small1-Bluetheme,
	.sIFR-active div#banner p.Banner-small2-Bluetheme,
	.sIFR-active div#banner p.Banner-small3-Bluetheme,
	.sIFR-active div#banner p.Banner-small4-Bluetheme,
	.sIFR-active div#banner p.Banner-xlarge1-Redtheme,
	.sIFR-active div#banner p.Banner-xlarge2-Redtheme,
	.sIFR-active div#banner p.Banner-xlarge3-Redtheme,
	.sIFR-active div#banner p.Banner-xlarge4-Redtheme,
	.sIFR-active div#banner p.Banner-large1-Redtheme,
	.sIFR-active div#banner p.Banner-large2-Redtheme,
	.sIFR-active div#banner p.Banner-large3-Redtheme,
	.sIFR-active div#banner p.Banner-large4-Redtheme,
	.sIFR-active div#banner p.Banner-medium1-Redtheme,
	.sIFR-active div#banner p.Banner-medium2-Redtheme,
	.sIFR-active div#banner p.Banner-medium3-Redtheme,
	.sIFR-active div#banner p.Banner-medium4-Redtheme,
	.sIFR-active div#banner p.Banner-small1-Redtheme,
	.sIFR-active div#banner p.Banner-small2-Redtheme,
	.sIFR-active div#banner p.Banner-small3-Redtheme,
	.sIFR-active div#banner p.Banner-small4-Redtheme,
	.sIFR-active div#banner p.Banner-xlarge1-Greentheme,
	.sIFR-active div#banner p.Banner-xlarge2-Greentheme,
	.sIFR-active div#banner p.Banner-xlarge3-Greentheme,
	.sIFR-active div#banner p.Banner-xlarge4-Greentheme,
	.sIFR-active div#banner p.Banner-large1-Greentheme,
	.sIFR-active div#banner p.Banner-large2-Greentheme,
	.sIFR-active div#banner p.Banner-large3-Greentheme,
	.sIFR-active div#banner p.Banner-large4-Greentheme,
	.sIFR-active div#banner p.Banner-medium1-Greentheme,
	.sIFR-active div#banner p.Banner-medium2-Greentheme,
	.sIFR-active div#banner p.Banner-medium3-Greentheme,
	.sIFR-active div#banner p.Banner-medium4-Greentheme,
	.sIFR-active div#banner p.Banner-small1-Greentheme,
	.sIFR-active div#banner p.Banner-small2-Greentheme,
	.sIFR-active div#banner p.Banner-small3-Greentheme,
	.sIFR-active div#banner p.Banner-small4-Greentheme {
		visibility: hidden;
		margin:0 0 0.2em 0;
		line-height:0.7em;
	}	
	
	.sIFR-active div#banner p.Banner-xlarge1-Bluetheme,
	.sIFR-active div#banner p.Banner-xlarge2-Bluetheme,
	.sIFR-active div#banner p.Banner-xlarge3-Bluetheme,
	.sIFR-active div#banner p.Banner-xlarge4-Bluetheme,
	.sIFR-active div#banner p.Banner-xlarge1-Greentheme,
	.sIFR-active div#banner p.Banner-xlarge2-Greentheme,
	.sIFR-active div#banner p.Banner-xlarge3-Greentheme,
	.sIFR-active div#banner p.Banner-xlarge4-Greentheme,
	.sIFR-active div#banner p.Banner-xlarge1-Redtheme,
	.sIFR-active div#banner p.Banner-xlarge2-Redtheme,
	.sIFR-active div#banner p.Banner-xlarge3-Redtheme,
	.sIFR-active div#banner p.Banner-xlarge4-Redtheme {
		font-size:6em;
		margin:-0.5em 0 0 0;
	}
	
	.sIFR-active div#banner p.Banner-large1-Bluetheme, 
	.sIFR-active div#banner p.Banner-large2-Bluetheme, 
	.sIFR-active div#banner p.Banner-large3-Bluetheme,
	.sIFR-active div#banner p.Banner-large4-Bluetheme,
	.sIFR-active div#banner p.Banner-large1-Redtheme, 
	.sIFR-active div#banner p.Banner-large2-Redtheme, 
	.sIFR-active div#banner p.Banner-large3-Redtheme,
	.sIFR-active div#banner p.Banner-large4-Redtheme,
	.sIFR-active div#banner p.Banner-large1-Greentheme, 
	.sIFR-active div#banner p.Banner-large2-Greentheme, 
	.sIFR-active div#banner p.Banner-large3-Greentheme,
	.sIFR-active div#banner p.Banner-large4-Greentheme {
		font-size:3em;
		margin-top:-0.5em;
	}
	
	.sIFR-active div#banner p.Banner-medium1-Bluetheme, 
	.sIFR-active div#banner p.Banner-medium2-Bluetheme, 
	.sIFR-active div#banner p.Banner-medium3-Bluetheme,
	.sIFR-active div#banner p.Banner-medium4-Bluetheme,
	.sIFR-active div#banner p.Banner-medium1-Redtheme, 
	.sIFR-active div#banner p.Banner-medium2-Redtheme, 
	.sIFR-active div#banner p.Banner-medium3-Redtheme,
	.sIFR-active div#banner p.Banner-medium4-Redtheme,
	.sIFR-active div#banner p.Banner-medium1-Greentheme, 
	.sIFR-active div#banner p.Banner-medium2-Greentheme, 
	.sIFR-active div#banner p.Banner-medium3-Greentheme,
	.sIFR-active div#banner p.Banner-medium4-Greentheme {
		font-size:2.4em;
		margin-top:-0.4em;
	}
	
	.sIFR-active div#banner p.Banner-small1-Bluetheme,
	.sIFR-active div#banner p.Banner-small2-Bluetheme,
	.sIFR-active div#banner p.Banner-small3-Bluetheme,
	.sIFR-active div#banner p.Banner-small4-Bluetheme,
	.sIFR-active div#banner p.Banner-small1-Redtheme,
	.sIFR-active div#banner p.Banner-small2-Redtheme,
	.sIFR-active div#banner p.Banner-small3-Redtheme,
	.sIFR-active div#banner p.Banner-small4-Redtheme,
	.sIFR-active div#banner p.Banner-small1-Greentheme,
	.sIFR-active div#banner p.Banner-small2-Greentheme,
	.sIFR-active div#banner p.Banner-small3-Greentheme,
	.sIFR-active div#banner p.Banner-small4-Greentheme {
		font-size:2em;
		margin-top:-0.5em;
	}
	
	/* Smaller banner text for homepage */	
	.sIFR-active div#banner.home p.Banner-large1-Bluetheme, 
	.sIFR-active div#banner.home p.Banner-large2-Bluetheme, 
	.sIFR-active div#banner.home p.Banner-large3-Bluetheme,
	.sIFR-active div#banner.home p.Banner-large4-Bluetheme,
	.sIFR-active div#banner.home p.Banner-large1-Redtheme, 
	.sIFR-active div#banner.home p.Banner-large2-Redtheme, 
	.sIFR-active div#banner.home p.Banner-large3-Redtheme,
	.sIFR-active div#banner.home p.Banner-large4-Redtheme,
	.sIFR-active div#banner.home p.Banner-large1-Greentheme, 
	.sIFR-active div#banner.home p.Banner-large2-Greentheme, 
	.sIFR-active div#banner.home p.Banner-large3-Greentheme,
	.sIFR-active div#banner.home p.Banner-large4-Greentheme {
		font-size:3em;
	}
	
	.sIFR-active div#banner.home p.Banner-medium1-Bluetheme, 
	.sIFR-active div#banner.home p.Banner-medium2-Bluetheme, 
	.sIFR-active div#banner.home p.Banner-medium3-Bluetheme,
	.sIFR-active div#banner.home p.Banner-medium4-Bluetheme,
	.sIFR-active div#banner.home p.Banner-medium1-Redtheme, 
	.sIFR-active div#banner.home p.Banner-medium2-Redtheme, 
	.sIFR-active div#banner.home p.Banner-medium3-Redtheme,
	.sIFR-active div#banner.home p.Banner-medium4-Redtheme,
	.sIFR-active div#banner.home p.Banner-medium1-Greentheme, 
	.sIFR-active div#banner.home p.Banner-medium2-Greentheme, 
	.sIFR-active div#banner.home p.Banner-medium3-Greentheme,
	.sIFR-active div#banner.home p.Banner-medium4-Greentheme {
		font-size:2.4em; 
	}
	
	/* Splash pages
	------------------------------------------------------------------------------- 
	NB. These class names do not match the sifr-config class. 
	One class is used for colour render and one for font-size.*/
	
	.sIFR-active .oneFiveSize {
		font-size: 1.5em;
		margin-bottom:0px;
		visibility: hidden;
	}
	
	.sIFR-active .twoSize {
		font-size: 2em;
		margin-bottom:0px;
		visibility: hidden;
	}
	
	.sIFR-active .twoFiveSize {
		font-size: 2.5em;
		margin-bottom:0px;
		visibility: hidden;
	}
	
	.sIFR-active .threeSize {
		font-size: 3em;
		margin-bottom:0px;
		visibility: hidden;
	}
	
	.sIFR-active .fiveSize {
		font-size: 5em;
		margin-bottom:0px;
		visibility: hidden;
	}
	
	.sIFR-active .sevenSize {
		font-size: 7em;
		margin-bottom:0px;
		visibility: hidden;
	}
	
	.sIFR-active .eightFiveSize {
		font-size: 8.5em;
		margin-bottom:0;
		visibility: hidden;
	}
	
	.sIFR-active .tenFiveSize {
		font-size: 10.5em;
		margin-bottom:0px;
		visibility: hidden;
	}

    .sIFR-active .affordabilityCalc h3 {
        color:#CF3187;
        font-weight:bold;
		visibility: hidden;
    }
}

