/*@charset "UTF-8";*/
/* Governing Body CSS */









/* ==== Provider Referral Program =========== */

	/* ==== Block 1 =========== */
	.governing-body main article#heading {
		max-width: none;
		margin-top: 0px;
		text-align: center;
	}

		.governing-body main article#heading img {
			display: block;
			width: 100%;
		}

			.governing-body main article#heading img:nth-of-type(2) {
				display: none;
			}

			@media screen and (max-width: 700px) {
				
				.governing-body main article#heading img:nth-of-type(1) {
					display: none;
				}
				
				.governing-body main article#heading img:nth-of-type(2) {
					display: block;
				}

				.governing-body main article#heading h3 br {
					display: none;
				}

			}

	/* ==== Block 2 =========== */
	.governing-body main article#application-form {
		max-width: none;
	}

		.governing-body main article#application-form form label input::placeholder,
		.governing-body main article#application-form form label textarea::placeholder {
			font-weight: 400;
			color: #aaa;
		}

	/* ==== Block 3 =========== */
	.governing-body main article#information {
	}

		.governing-body main article#information ul {
			font-size: 1.8em;
		}





	
	
	
	
	
	
	
	
	
	