/* CSS Document */

#site-header { background: #26728c; }

.jobs-header { text-align: center; color: #fff; background: #3dc3e0; }
.jobs-header p.intro { font-weight: 400; }

/*Retina Full Size*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 144dppx) {
	
	}

/*Medium*/
@media only screen and (max-width: 1024px) { 

	
	}
	
/*Retina Medium*/
@media only screen and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1024px) and (min-resolution: 144dpi), only screen and (max-width: 1024px) and (min-resolution: 144dppx) {
	
	}

/*Small*/
@media only screen and (max-width: 735px) and (max-device-width: 768px) {

	
	}