/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**
 * https://t30.knickrehm.net/budget-aggregator/
 */

a {
	color: inherit;
	text-decoration: none;
}
body {
	background-color: #ffffff;
	color: #333333;
	font-family: Nunito Sans, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 25px;
	padding: 0 40px;
}
button, input, optgroup, option, select, table, textarea {
	box-sizing: border-box;
	font-family: Nunito Sans, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif;
	font-family: inherit;
	font-size: 16px;
	font-size: inherit;
}
html {
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	min-width: 350px;
	overflow-y: scroll;
}
input[type="checkbox"] {
	margin-right: 6px;
}
input[type = "file"] {
	background-clip: padding-box;
	cursor: pointer;
	font-size: 1rem;
}
input[type = "file"], input[type = "text"], select {
	background-color: #ffffff;
	border: 1px solid #ced4da;
	border-radius: 0.375rem;
	color: #333333;
	line-height: 1.7;
	padding: .375rem .75rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	width: 450px;
}
input[type = "file"]:focus, input[type = "text"]:focus, select:focus {
	border-color: #82ad80;
	box-shadow: 0 0 0 0.25rem rgba(5, 90, 0, 0.25);
	outline: 0;
}
input[type = "file"]::file-selector-button {
	background-color: #e9ecef;
	border: 0 solid;
	border-color: inherit;
	border-inline-end-width: 1px;
	border-radius: 0;
	color: #333333;
	margin: -0.375rem -0.75rem;
	margin-inline-end: 0.75rem;
	padding: 0.75rem;
	pointer-events: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control::file-selector-button:hover {
	background-color: #dde0e3
}
input[type = "submit"] {
	background-color: #055a00;
	border: 1px solid #055a00;
	border-radius: 0.375rem;
	color: #ffffff;
	cursor: pointer;
	font-size: 12px;
	min-height: 45px;
	padding: 13px 30px;
	text-transform: uppercase;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
input[type = "submit"]:active, input[type = "submit"]:focus, input[type = "submit"]:hover {
	background-color: #ffffff;
	color: #055a00;
}
h1 {
	color: #055a00;
	font-size: 36px;
}
h1, h3 {
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 40px;
	margin-top: 45px;
}
h3 {
	color: #82760c;
	font-size: 28px;
}
label {
	cursor: pointer;
}
p {
	margin-bottom: 1em;
	margin-top: 1em;
}
select {
	appearance: none;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
	background-position: right 0.75rem center;
	background-repeat: no-repeat;
	background-size: 16px 12px;
	font-size: 1rem;
	padding-right: 2.25rem;
}
.content {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}
.content > form {
	margin-bottom: 68px;
}
.content > form > * > :first-child {
	display: inline-block;
	width: 250px;
}
.content > form > * > div {
	display: inline-block;
}
.footer {
	background-color: #333333;
	bottom: 0;
	color: #cacaca;
	font-size: 85%;
	left: 0;
	margin: 0 -580px;
	padding: 5px 50%;
	position: fixed;
	right: 0;
}
.lead {
	color: #82760c;
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 56px;
}
.lead:after {
	background-color: #f0f0f0;
	bottom: -28px;
	content: "";
	display: table;
	height: 1px;
	left: 0;
	position: relative;
	width: 130px;
}
.warning {
	background-color: rgba(255, 0, 0, 0.1);
	border: 1px solid #ff0000;
	border-radius: 0.375rem;
	font-weight: bold;
	margin-bottom: 40px;
	margin-top: 45px;
	padding: 13px 30px;
}
