/*********************************************
	Roll Call Print Layout
*********************************************/
@media print {
	#builder-module-5798f037607c7-background-wrapper,
	#builder-module-5798ed2f67209-background-wrapper,
	#builder-module-5798f1cb03f3c-background-wrapper {
		display: none;
	}

	html {
		-webkit-print-color-adjust: exact;
		margin: 0;
	}

	.rc_photo img {
		width: auto;
		height: 310px;
		position: absolute;
		top: 103px;
		left: 177px;
	}

	.rc_info_column {
		color: rgba(217, 180, 87, 1);
		margin-left: 440px;
		padding-top: 100px;
		text-transform: uppercase;
	}

	.rc_name {
		position: absolute:
		z-index: 1;
		font-size: 1.8em;
		text-align: center;
	}
	
	.rc_infoheader {
		text-align: center;
		font-style: oblique;
		margin-top: 1em;
		font-size: 20px;
	}

	.rc_info {
		text-align: center;
		font-weight: bold;
		font-size: 20px;
	}

	.rc_infoheader_dob {
		text-align: center;
		font-style: oblique;
		margin-top: 1em;
		font-size: 20px;
	}

	.rc_info_dob {
		text-align: center;
		font-weight: bold;
		font-size: 20px;
	}

	.rc_page_certbg img {
		position: absolute;
		height: 7.6in;
		width: 10.2in;
		top: 0in;
		left: 0in;
		z-index: -1;
	}

}