@charset "utf-8";
/* CSS Document */

/*  **********  Begin Headers &amp; Inline Text Navigation Links - Policy Page  *********  */

.terms3x				{ width: 29.7104%;  min-width: 22.2828rem; }					/*  tile width:  412px (25.75rem) x 1.1538	tile height:  48px (3rem)  */
.privacy3x			{ width: 29.1335%;  min-width: 21.8501rem; }					/*  tile width:  404px (25.25rem) x 1.1538	tile height:  48px (3rem)  */
			 
.terms2x	 			{ width: 19.8069%;  min-width: 14.8552rem; }	/*  3x  ÷  3 x 2	    tile width:  275px (17.1875rem)		tile height:  32px (2rem)  */
.privacy2x			{ width: 19.4223%;  min-width: 14.5667rem; }	/*  3x  ÷  3 x 2	    tile width:  270px (16.875rem)			tile height:  32px (2rem)  */

.terms15x				{ width: 14.86552%; min-width: 11.1414rem; }	/*  3x  ÷  2		    tile width:  206px (12.875rem)			tile height:  24px (1.5rem)  */
.privacy15x			{ width: 14.7%;     min-width: 10.9251rem; }	/*  3x  ÷  2		    tile width:  202px (12.625rem)			tile height:  24px (1.5rem)  */
	
.terms1x				{ width: 9.9035%;   min-width: 7.4276rem; }	/*  3x  ÷  3	    	    tile width:  138px (8.625rem)			tile height:  16px (1rem)  */
.privacy1x			{ width: 9.7112%;   min-width: 7.2834rem; }	/*  3x  ÷  3	    	    tile width:  135px (8.4375rem)			tile height:  16px (1rem)  */

.terms, .privacy {															
	display: block;														
	max-width: 100%;
	height: 0;
	vertical-align: text-bottom;
	background: url(../images/sprites/navsPolicy.png) left top no-repeat;		/*  Text Left, 2 rows (8 tiles), 4 columns (4 links)  */		
}																		/*  sprite width: 1696px (106rem)  sprite height: 96px (6rem)  */

.terms {
	padding-bottom: 11.6%;													/*  tile height (48px)  ÷  tile width (412px)  X  100  */
	-webkit-background-size: 411.6505% auto;									/*  sprite width (1696px)  ÷  tile width  X  100  */
	-moz-background-size: 411.6505% auto;
	-o-background-size: 411.6505% auto;
	background-size: 411.6505% auto;
}

.privacy {
	padding-bottom: 11.95%;													/*  tile height (48px)  ÷  tile width (404px)  X  100  */
	-webkit-background-size: 419.8% auto;										/*  sprite width (1696px)  ÷  tile width  X  100  */
	-moz-background-size: 419.8% auto;
	-o-background-size: 419.8% auto;
	background-size: 419.8% auto;
}
																		/*  x-pos = 100 X tile left  ÷  abs(tile width - sprite width)  */
																		/*  y-pos = 100 X tile top  ÷  abs(tile height - sprite height [48])  */
																		/*  tile position (left, top) (x,y)  */
.terms				{ background-position: 0 0; }								/*  0, 0  */
.privacy				{ background-position: 0 100%; }							/*  0, 48  */

.terms:visited			{ background-position: 33.0733% 0; }						/*  424, 0  */
.privacy:visited		{ background-position: 32.8173% 100%; }						/*  424, 48  */

.terms:hover			{ background-position: 66.1% 0; }							/*  848, 0  */
.privacy:hover			{ background-position: 65.7% 100%; }						/*  848, 48  */

.terms:active			{ background-position: 99.22% 0; }							/*  1272, 0  */
.privacy:active		{ background-position: 98.452% 100%; }						/*  1272, 48  */

/*  **********  End Headers &amp; Inline Text Navigation Links - Policy Page  *********  */
