/* WSIG */

/* Media Queries */

/* Smartphones and portrait tablets */

@media only screen and (min-width:320px) and (max-width:479px) { 
	.featuregroup.taxonomy .tax p.cat {
	    padding-left: 10px
	}

	.featuregroup.taxonomy .tax:last-child {
	    padding-bottom: 4px
	}
}

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

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


	ul.rssfeed li {
	    padding-left: 10px;
	    padding-right: 10px;
	}

	#selector li.activeSlide {
	    background-color: transparent;
	    background-image: none;
	}
	
	#featuredshow {
	  color: #003366;
	min-height: 210px;
    background: #cccccc url(img/am-hm-bg-mobile.png) no-repeat 0 0;
	background-size: 980px 284px;
    background-image: -webkit-image-set(url(img/am-hm-bg-mobile.png) 1x, url(img/am-hm-bg-mobile@2x.png) 2x);
    background-image: -o-image-set(url(img/am-hm-bg-mobile.png) 1x, url(img/am-hm-bg-mobile@2x.png) 2x);
    background-image: -ms-image-set(url(img/am-hm-bg-mobile.png) 1x, url(img/am-hm-bg-mobile@2x.png) 2x);
         url(img/mp-hm-bg@2x.png) 2x);
}

}

@media only screen and (max-width: 800px) { 
  #masthead .logo{
        display: inline-block;
    margin: 0 auto;
    height: 187px;
    background: transparent url(img/centered-logo.png) no-repeat 0 0;
    background-image: -webkit-image-set(url(img/centered-logo.png) 1x, url(img/centered-logo@2x.png) 2x);
    background-image: -o-image-set(url(img/centered-logo.png) 1x, url(img/centered-logo@2x.png) 2x);
    background-image: -ms-image-set(url(img/centered-logo.png) 1x, url(img/centered-logo@2x.png) 2x);
    color: #ffffff;
  }

	    #masthead .logo img {
	        display: none
	    }
}