        /* Confirmation Page */
	    #confirmation {
	      background: none;
	      border: none;
	    }
	    #confirmation h1 {
	      color: #777;
	      font-size: 4em;
	      left: 0;
	      margin-top: 1em;
	      position: absolute;
	      text-align: center;
	      top: 0;
	      width: 100%;
	    }
	
	    .pdfDownload {

	      text-align: center;
	    }	

	    #confirmation p {
	      color: #777;
	      font-size: 12px;
	      left: 0;
	      margin-top: 1em;
	      position: absolute;
	      text-align: center;
	      top: 0;
	      width: 100%;
	    }

	    #confirmation p {
	      color: #777;
	      text-align: center;
	      margin-top: 150px;
	    }

	    #confirmation .closeDialog {
	      position: absolute;
	      top: 25px !important;
	      right: 25px !important;
	    }
	    
	    #hiddenModalForm { padding-bottom: 20px !important; }
	    
	    #pnlphbottom {
	        clear: both;
	        width: 100%;
	    }
	    #pnlphbottom #btnSubmit {
	        float: right;
	        margin: 20px -15px 0 0;
	    }
        #loadingTime {
            margin: 30px 360px 30px;
        }

        #loadingSplash {
                margin-left: -12px;
        }
		
		.ctaButton {
			border: 0;
			background-color: #F89927;
			color: #FFF;
			display: inline-block;
			font-size: 14px;
			font-weight: bold;
			line-height: 1;
			margin: 10px 0;
			padding: 10px 14px;
			text-decoration: none;	
		}	

		.ctaLink {
			cursor: pointer;
		}		
		
		.checkboxlist, .radiobuttonlist
		{
			overflow: hidden;	
		}		
		
		.listScroll
		{
			overflow-y: visible;
			overflow-x: hidden;
			/*overflow:scroll;*/
			height: 150px;
			border: 1px solid #DEDEDE;	
		}			
		
		.headingText {
			font-family: 'Avenir LT W01 85 Heavy',Arial,Helvetica,sans-serif !important;
			font-size: 18px !important;
			margin-bottom: 5px;
		}
		
		.listError
		{
			border: 3px solid #FF8C00;		
		}
		
		.listValid
		{
			border:  #A4B97F;		
		}		

#page1phcolumn2,
#page1phcolumn3,
#page1phcolumn4 {
	float: left;
	width: 50%;
}
#page1phcenter {
	float: left;
	padding: 10px 0;
	width: 100%;
}