body{
	margin: 0;
	padding: 0;
}


.btn a {
    background-color: #1F5FAD;
    border-radius: 10px;
    height: 40px;
    padding: 25px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 20px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 30px;
}

.returnhome {
    z-index: 1000;
}

.clear {
	clear:both;
}
.logo {
	max-height: 160px;
	max-width: 450px;
}
.returnhome ul {
    width: 100%;
	color: #FFF;
	display: flex;
    align-items: center;

}

.returnhome ul li {
	padding: 0px 20px;
}

.returnhome ul li.right {
	right: 0;
	position: absolute;
	display:block;
}

.returnhome ul li a {
	color: #414042;
}
.header {
    width: calc(100% - 20px);
    padding:10px;
	background-color: #1F5FAD;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: calc(100% - 20px);
    padding:10px;
    z-index: 200;
    background: #1F5FAD;
    color: #FFF;
}

ol, ul {
    color: #414042;
    line-height: 1.5em;
    margin-bottom: 2%;
    font-weight: 200;
    text-align: justify;
}
ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}