	#body_wrapper {
		background-image: url(https://health.ebsco.com//files/img/about/bg-page.png);
		background-position: top center;
		background-repeat: no-repeat;
	}

	#banner {
		background-color: transparent;
		background-image: url(https://health.ebsco.com//files/img/translucent-turquoise.png);
		min-height: 273px;
	}

	#main_content {
		background-image: url(https://health.ebsco.com//files/img/translucent-white.png);
		/* slightly gray, to make underlying white appear f8f8f8 */
	} 

	.ptrimmed p:first-child {margin-top: 0px;}

	.secondary_content p:first-child { /* same as h2, sort of */
		font-family: 'myriad-pro-n3', 'myriad-pro'; font-weight: 300; font-size: 30px; font-style: normal; line-height: 30px; margin: 0px 0px 0px 0px; padding: 10px 0px 0px 0px;
	}

	h2 a, h3 a {color: inherit;}

	@media only screen and (max-width: 720px) { /* 720 and under */
	}


	@media screen and (min-width: 481px) and (max-width: 720px) { /* between 481 and 720 */
		#banner p { font-weight: 400; font-size: 18px; font-style: normal; line-height: 27px; margin: 0px 0px 0px 0px; padding: 10px 0px 5px 0px; }
		.panel_wrapper {padding: 0px 5px 0px 5px;}
	}


	@media only screen and (min-width: 481px) { /* 481 and over */
		/*#main_content {padding: 0px 10px 0px 10px;}*/
		.turquoise-button, .black-button { /* white-space:nowrap; */
			width: auto;
			padding: 8px 18px 10px 18px;
			/*margin: 0px 10px 0px 10px;*/ }

	}

	@media only screen and (min-width: 721px) { /* 721 and over */
		#banner p { font-weight: 400; font-size: 22px; font-style: normal; line-height: 33px; margin: 0px 0px 0px 0px; padding: 10px 0px 5px 0px; }
		.panel_wrapper {padding: 0px 10px 0px 0px;}

	}

	@media only screen and (min-width: 721px) and (max-width: 960px) { /* between 721 and 960 */
		/*#banner { background-position: 35% 0%; }*/
	}

	@media only screen and (min-width: 961px) { /* 961 and over */
		/*#banner { background-position: 50% 0%; }*/
	}

	@media screen and (min-width: 1281px) { /* 1281 and over */
	}
