@charset "utf-8";
/*----- GoDirect 2014 Sprites -----*/

@media only screen {
	a.logo {
		background: url(../../img/logos.png) top left no-repeat;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		display: block;
		margin-bottom: 0.5em;
	}
	a#treasury {
		margin-bottom: 1.5em;
	}
	a#godirect { background-position: -275px 0; width: 77px; height: 62px; }
	a#godirect-es { background-position: -275px -127px; width: 77px; height: 62px; }
	a#treasury { background-position: -275px -254px; width: 77px; height: 77px; margin-right: 1.5em; }
	.divider {
		background: transparent url(../../img/sprite_header.png) top left no-repeat;
	}
	a.icon {
		background: transparent url(../../img/sprite_header.png) top left no-repeat;
		background-position: -843px -22px;
		width: 14px;
		height: 14px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		display: block;
		float: right;
	}
	a.help-icon {
		background: transparent url(../../img/sprite_header.png) top left no-repeat;
		background-color: #013D79;
		background-position: -828px -22px;
		width: 14px;
		height: 18px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		display: block;
		
	}
	a.error-icon {
		background: transparent url(../../img/sprite_header.png) top left no-repeat;
		background-position: -816px -22px;
		width: 11px;
		height: 11px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		display: block;
	}
}

/* medium displays */
@media only screen and (min-width: 40.063em) {
	a#godirect { background-position: -158px 0; width: 117px; height: 94px; }
	a#godirect-es { background-position: -158px 0; width: 117px; height: 94px; }
	a#treasury { background-position: -158px -254px; width: 94px; height: 94px; }
}

/* large displays */
@media only screen and (min-width: 64.063em) {
	a#godirect { background-position: 0 0; width: 158px; height: 127px; }
	a#godirect-es { background-position: 0 -127px; width: 158px; height: 127px; }
	a#treasury { background-position: -158px -254px; width: 94px; height: 94px; }
	/*a#treasury { background-position: 0 -254px; width: 126px; height: 126px; }*/
	.top-bar-section ul.right li.divider {
		background-color: #ffffff;
	}
	#nav-left {
		background-position: -233px 0; width: 12px; height: 36px;
	}
	#nav-right {
		background-position: -246px 0; width: 11px; height: 36px;	
	}
	#textresizer .small-text, 
	#textresizer .medium-text,
	#textresizer .large-text {
		background: url(../../img/sprite_header.png) no-repeat top left;
	}

	#textresizer .large-text { background-position: -858px 0; width: 35px; height: 26px; }
	#textresizer .medium-text { background-position: -894px 0; width: 30px; height: 26px; }
	#textresizer .small-text { background-position: -925px 0; width: 27px; height: 26px; }
	
}
/* xlarge displays */
@media only screen and (min-width: 90.063em) {
}

/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
}
