@charset "UTF-8";
/* CSS Document */

*, html, body{
	color: #0E0F0E;
	margin: 0 auto;
	padding: 0px;
	box-sizing: border-box;
}

body{
	width: 100%;
}

img{
	max-width: 100%;
	display: block;
}

header{
	margin-bottom: 80px;
}

.container{
	margin-left: 30px;
	margin-right: 30px;
}

.sectionBreak{
	height: 0px;
	margin-bottom: 80px;
}

p{
	font-family: brother-1816, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12pt;
}

h1{
	font-family: brother-1816, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 12pt;
	margin: 0px auto;
	padding: 0px;
}

h2{
	font-family: brother-1816, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12pt;
	margin: 0px auto;
	padding: 0px;
}

h3{
	font-family: brother-1816, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 12pt;
}

.itemized{
	font-family: brother-1816, sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 12pt;
	margin-top: 4px;
}

.title{
	text-align: center;
	margin-bottom: 80px;
}

.title h1{
	margin-bottom: 0px;
}

.formItem{
	margin-bottom: 30px;
}

input[type="text"], input[type="date"], input[type="number"], select, textarea{
	font-size: 18px;
	border: 1px solid #000000;
	border-radius: 6px;
}

.input1{
	width: 156px;
}

.input2{
	width: 90px;
}

.input3{
	width: 100%;
	height: 90px;
	max-width: 720px;
}

.grid3{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.grid3Item{
	margin-left: 0px;
	margin-right: 3px;
}

.grid2{
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.grid2Item{
	margin-left: 0px;
	margin-right: 3px;
}

#date{
	margin-bottom: 40px;
}

#actifloCheck input{
	height: 16px;
	width: 16px;
	margin-right: 6px;
	margin-top: 20px;
}

label{
	font-family: brother-1816, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16pt;
}



button{
    font-family: brother-1816, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12pt;
    background-color: #272727;
    padding: 8px 24px;
    margin: 0px;
    color: #ECECEC;
    border-radius: 8px;
    -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.67);
    box-shadow: 1px 1px 4px rgba(0,0,0,0.67);
}

#reset{
	margin-left: 30px;
	background-color: #B20B0E;}

footer{
	height: 80px;
	background-color: #39776b;
	margin-top: 80px;
}



.outputEntry{
	font-family: brother-1816, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12pt;
	color: #272727;
	margin-bottom: 12px;
}

.outputEntry span{
	font-weight: 700;
}

#enteredVals{
	margin-bottom: 40px;
}
