﻿/* Copyright © 2013-2014 by Pennsylvania Interactive, LLC, a member of the NIC Inc. family of companies.
All rights reserved. This document may not be copied, distributed, transmitted,
displayed, published, reproduced, or disclosed in any way without prior express written permission.
*/

/************************ PATHS FOR AGENCY SITE **********************
*********************************************************************/
nav.top-bar h1 a {
	background: url("/Style%20Library/Agency/img/sprites/portal.png") top left no-repeat;
	background-size: 500px;

}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
nav.top-bar h1 a {
	background: url("/Style%20Library/Agency/img/sprites/portalx2.png") no-repeat 0 0;
	background-size: 500px;
}
}
@media (max-width:767px) { 
nav.top-bar h1 a {
	background: url("/Style%20Library/Agency/img/mobile.png") no-repeat 0 0;
	background-position: left;
	background-size: contain;
	z-index: 9999;
}
}

@media only screen and (min-width: 48em) {

.banner {
	background: url("/Banners/banner-agency.jpg") bottom center no-repeat;
	background-size: cover;
}
#wrap.Information .banner, #wrap.Home .banner {
	background: url("/Banners/banner-agency.jpg") center no-repeat;
	background-size: cover;
}
.banner.interior {
	background: url("/Banners/banner-agency.jpg") center no-repeat!important;
}
#page.tertiary .content-container, #page.tertiary-subnav .content-container, #page.content-page .content-container {
	background: url("/Style%20Library/Agency/img/backgrounds/sidebar.png") 67.66667% 0 repeat-y;
}
#page.tertiary .primary-content .row.main, #page.content-page .primary-content .row.main {
	background: url("/Style%20Library/Agency/img/backgrounds/sidebar-shadow.png") 67.66667% 0% no-repeat;
}
#page.tertiary-subnav .content-container {
	background: url("/Style%20Library/Agency/img/backgrounds/sidebar-subnav.png") 25% 0 repeat-y;
}
}

.leftnav {
	background: url("/Style%20Library/Agency/img/backgrounds/sidebar-subnav.png") 25% 0 repeat-y!important;
}
.agency-logo h2 a {
	background: url("/Style%20Library/Agency/img/sprites/logo.png") top left no-repeat;
	background-size:300px;

}

@media (max-width:767px) {
	
.agency-logo h2 a {
	background: url("/Style%20Library/Agency/img/sprites/logo@2x.png") top left no-repeat;
	background-size:290px;

}

.agency-logo h2  {
	background:#fff;
}
	
}


