
        h1{color:var(--vitalyst-light-blue);}
	    .page-body-content{color:var(--text-grey);font-size:.875rem;}
	body{
		padding-bottom:50px;
	}
	zbody{
		font-family:Lato;
		background: #F0F3F5;
	}
	#zPageContent{
		width: 1280px;
		margin:auto;
	}
	#zPageHeader{
		background: url("img/AdobeStock_281718659sm.jpg");
		height: 305px;
		background-position: left center;
		background-repeat: no-repeat;
		padding-top: 128px;
		text-transform: uppercase;
		text-align:center;
		font-size: 49px;
		color: #FFFFFF;
	}
	#zPageCanvas{
		width:700px;
		margin-top: -40px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 15px;
		padding-left: 20px;
		padding-right: 20px;
		background-color: #FFFFFF;
		border-radius: 10px;
		box-shadow: 0px 3px 6px #C2C2C229;
	}
	#zCanvasTitle{
		font-size: 32px;
		color: #1E83CC;
	}
	#zMainTable{
		color: #666666;
	}
	#zMainTable tr{
		border-bottom: 1px solid;
	}
	#zMainTable tr:last-child{
		border-bottom: none;
	}
	#PageFooter{
		height: 72px;
		width: 100%;
		background-color: #056CB6;
		color: #FFFFFF;
		font-size: 10px;
		text-align: center;
		padding-top: 25px;
	}
	.btnLink{
		display: inline-block;
		padding: 5px 10px;
		background-color: #E97C38;
		color: #FFFFFF;
		text-decoration: none;
		border-radius: 3px;
	}
	.btnLink:hover{
		color: #D6D6D6;
		text-decoration: none;
	}
	zth{
		font-size: 12px;
		line-height: 48px;
		text-transform: uppercase;
	}
	ztd{
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 12px;
	}
	.btnSubmit{
		padding: 5px 10px;
		background-color: #E97C38;
		color: #FFFFFF;
		/*border-radius: 3px;*/
		border-radius: 6px;
		box-shadow: 5px 5px 5px #a9a9a9;
		border:none;
	}
	.btnSubmit:hover{
		color: #D6D6D6;
		text-decoration: none;
	}
	h2{ font-weight:bold;}
	#FirstName, #LastName, #Email, #CustomPrompt1, #CustomPrompt2{
		border-radius: 6px;
	}