#vp_content  {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;	
	background:#073d64 !important;
}
#vp_content .button {
    -moz-appearance: v none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    letter-spacing: 2px;
    min-width: 11em;
    padding: 0.2em 1em;
    line-height: 2em;
    text-align: center;
    text-decoration: none;
    max-width: 44%;
	margin-bottom:10px;
	width:49%;
}
#vp_content .btn1 {
	background:#16a288 !important;	
}
#vp_content .btn2 {
	background:#fc6b2b !important;	
}
#vp_content .btn1:hover,
#vp_content .btn2:hover {
	opacity:0.9;
	-moz-opacity:0.9;
	-webkit-opacity:0.9;
}
#vp_content .logo-link {
	text-align: center;
    display: block;
}
#vp_content .logo-link img {
	max-width: 40% !important;
	min-width: 220px !important;
    margin: 10px auto;	
}
#vp_content p {
	text-align:center;
	color:#fff;	
	font-size: 17px;
    padding: 0 15px;
}
#vp_content .link-container {
	max-width:80%;
	margin:0 auto;
	position:relative;	
}
#vp_content .bigHeaderLogo {
	height:100% !important	
}
@media screen and (max-width:757px){
	#vp_content .btn1,
	#vp_content .btn2 {
		width:90% !important;
		max-width:100% !important;	
		
	}
}
@media(min-width:758px) and (max-width:862px) {
	#vp_content .btn2 {
		padding-top: 4px !important;
		position: absolute;
    	width: 40%;
    	margin-left: 10px;	
	}
	#vp_content .btn1,
	#vp_content .btn2 {
		min-height: 40px !important;	
	    line-height: 1.3em !important;
	}
}
