/*
Desktop - 992px + 
*/

.ee-g-brown.ee-full-bleed .ee-g-black {
    width: 489px;
}
.category-panel .ee-inner {
	padding:20px;
}
.category-panel li {
	margin:10px 0;
}

.category-logos li {
	background: url(../img/sprites/sprite-category-logos.jpg) 0 0 no-repeat;
	height:25px;
	padding:5px 0 0 30px;
	margin:0;
}
.category-logos li.category-orange {
	background-position: 0 0;
}
.category-logos li.category-tmobile {
	background-position: 0 -30px;
}
.category-logos li.category-ee {
	background-position: 0 -60px;
}


li.category-orange a {
	color:#000 !important;
}
li.category-tmobile a {
	color:#6D6E71 !important;
}
a.category-tertiary-link.orange-link {
    background-position: 100% 4px;
}
a.category-tertiary-link.tmobile-link {
    background-position: 100% -15px;
}
a.category-tertiary-link.ee-link {
    background-position: 100% -32px;
}
a.category-tertiary-link {
    background-image: url("../img/sprites/sprite-category-link-arrows.jpg");
    background-repeat: no-repeat;
    padding-right: 10px;
}
a.category-tertiary-link:hover {
	background-position: 100% -52px;
}
.preview-results{
	width:465px;
}
/*
* Smartphones - 320px / 480px
*/

@media only screen and (min-width: 300px) and (max-width:479px) {

	.ee-g-brown.ee-full-bleed .ee-g-black {
	    width: 93%;
	}
	.ee-g-brown.ee-full-bleed .ee-g-black .ee-inner {
	    padding:10px 0;
	}
	.category-panel.dotted-right-grey {
		background: none !important;
	}
	.category-panel.dotted-right-grey {
		border-bottom: 1px dotted #ccc;
	}
	.category-panel li {
		margin:8px 0;
	}
	.h4, .heading4, h4 span, .icon-heading-reg {
    	font-size: 1.5rem !important;
	}

	a.link-aqua-grey.tertiary-link {
	    background-position: 100% -36px;
		}

	a.link-aqua-grey.tertiary-link:hover {
	    background-position: 100% -36px;
	}
	.preview-results{
	width:252px;
	}
}

/*
* Blackberry PB - Portrait (iPad) - 600px / 1024px
*/

@media only screen and (min-width:480px) and (max-width:767px) {

	.ee-g-brown.ee-full-bleed .ee-g-black {
	    width: 97%;
	}
	.category-panel.dotted-right-grey {
		background: none !important;
	}
	.category-panel.dotted-right-grey {
		border-bottom: 1px dotted #ccc;
	}
	.category-panel li {
		margin:25px 0;
	}
	.ee-g-brown .ee-inner, .ee-g-red .ee-inner, .ee-g-yellow .ee-inner, .ee-g-green .ee-inner, .ee-g-pink .ee-inner, .ee-g-pink.ee-g-pink-last .ee-inner, .ee-g-grey .ee-inner, .ee-g-magenta .ee-inner, .ee-g-orange .ee-inner, .ee-g-blue .ee-inner, .ee-g-blue.ee-first .ee-inner, .ee-g-blue.ee-last .ee-inner, .ee-g-teal .ee-inner, .ee-g-black .ee-inner {
		width: auto;
		padding: 10px 5%;
	}

}
/*
* Tablets (iPad) - 768px / 1024px
*/

@media only screen and (min-width:768px) and (max-width:991px) {

	.ee-g-brown.ee-full-bleed .ee-g-black {
	    width: 370px;
	}
	.preview-results{
	width:300px;
}
	
}