	html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
    background-color: #e7f3fa;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-size: 14px;
	line-height: 20px!important;
    color: #53565a;
	margin-top: 25px;
}
h1 {
    font-family: 'aleoregular',serif;
    font-size: 33px;
	color: #53565a;
    font-weight: 300;
}
img {
	max-width:100%;
	max-height:100%;
}	
button {
	font-family:roboto;
}
#accordion {		
    margin-bottom: 15px;
}
.button-box {
	background-color: #405779;
    border-radius: 6px;
    padding: 39px;
    border: 1px solid #ddd;
    margin: 20px 0 0 0;
}
.button-text {
	color: #fff;
}
.vertical-align-or {
    margin-top: 115px;
}
.choose {
	margin-top: 50px;
}
@media (max-width: 576px) { 
	.vertical-align-or {
		margin-top: 22px;
	} 
}
