body {	
	color: #101113;
	font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	margin: 0;
}

a {
	text-decoration: none;
	font-weight: bold;
	color:#3a6100;
}



a:hover {
	text-decoration: underline;
	text-decoration-thickness: 1px;
}

ul {
	list-style-type: none;
	max-width: 60em;
	padding-left: 0px;
}

ul li {
	float: left;
}

ul li a {
	display: block;
	font-size: 18px;
	letter-spacing: 0.5px;
	line-height: 15px;
	text-align: center;
	font-family: Univers-Bold,sans-serif;
	white-space: nowrap;
	padding-right: 2rem;
}

.navigation {
        width: 100%;
        background-color: #303237;
        border-bottom: none;
	padding-top: 3px;
	padding-bottom: 2px;
}

.navigation a{
        color: #fff;
}

.list{
        display: flex;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        margin-bottom: 0;
        max-width: 60em;
}

.menu {
        width: 100%;
	background-color: #98c73c;
        color: #333;
        font-weight: bold;
	padding-top: 15px;
	padding-bottom: 14px;
}

.menu ul {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 2em;
}

.page-header {
	min-height: 157px;
	padding: 0;
	background-color: #f2f2f2;
	border-left: 1px solid #f2f2f2;
	height: 6.875em;
}

.page-header img.page-logo {
	margin-top: 33px;
	margin-left: 20px;
	height: 91px;
	width: auto;
	max-width: unset;
}

.content {
	border-left: 1px solid #f2f2f2;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0.938em;
	box-sizing: border-box;
	max-width: 60em;
}

.content p {
	line-height: 1.2;
}

.content .desc {
	margin-left: 10px;
	margin-right: 10px;
}

.content .desc a{
	color: #0b2e13;
}

.content .disclaimer {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 0.77em;
}

.footer{
	width: 100%;
        min-height: 1.250em;
        font-weight: bold;
        border-bottom: none;
        position: relative;
        display: flex;
        align-items: center;
}

.footer .list {
	display: flex;
        justify-content: center;

}

.footer a{
        color: #000;
}


.footer::before,
.navigation::before{
	content: " ";
	display: table;
	box-sizing: border-box;
}

.error {
	color: #691911;
	background-color: #f4d6d2;
	position: relative;
	padding: .1rem 1.25rem;
	margin-bottom: 0rem;
	border: 0 solid transparent;
}

.error ul li{
	float: none;
	line-height: 1.2;
}

.success {
	color: #1c3f1a;
        background-color: #d7e4d6;
        position: relative;
        padding: .75rem 1.25rem;
        margin-bottom: 1rem;
        border: 0 solid transparent;
}

.success a{
	color: #0b2e13;
	font-weight: 700;
}

.info {
	color: #00434e;
	background-color: #cce6ea;
        position: relative;
        padding: .75rem 1.25rem;
        margin-bottom: 1rem;
        border: 0 solid transparent;
}

button {
    background-color: #303237;
    color: #fff;
    align-self: flex-end;
    width: max-content;
    min-width: 10rem;
    margin-top: 1rem;
    padding: 0.75rem 2rem 0.75rem 2rem;
    border: 0;
    font-weight: 500;
    font-family: inherit;
    cursor: pointer;
    font-size: 1rem;
    border-radius: 0.75rem;
}

