@CHARSET "utf-8";

@media only screen and (min-width:641px) {
		#cdclogo  {  		    
  			background-image: url("masthead_subpage.svg");
			width: 470px;
    			height: 50px;
    			background-size: 100%; background-repeat: no-repeat;
		  }
}
@media only screen and (min-width: 481px) {
		#cdclogo  {  		    
  			background-image: url("masthead_1-col.svg");
			width: 246px;
    			height: 41px;
    			background-size: 100%; background-repeat: no-repeat;
		  }
}
@media only screen and (min-width: 320px) {
	#cdclogo  {  		    
  			background-image: url("masthead_1-col.svg");
			width: 246px;
    			height: 41px;
    			background-size: 100%; background-repeat: no-repeat;
		  }
}
@media only screen and (min-width: 160px) {
	#cdclogo  {  		    
  			background-image: url("masthead_1-col.svg");
			width: 246px;
    			height: 41px;
    			background-size: 100%; background-repeat: no-repeat;
		  }
}
@media only screen and (min-width: 961px) {
		#cdclogo  {  		    
  			background-image: url("masthead_subpage.svg");
			width: 470px;
    			height: 50px;
    			background-size: 100%;
			background-repeat: no-repeat;
		  }
}