@charset "UTF-8";
/* CSS Document */
@import url("screen.css");
body{
	color:#000 !important;
	max-width:100%;
}
#main {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	padding-bottom:0px;
	
}
#main2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	padding-bottom:0px;
	
}
#container{
	background:#FFFFFF;
	
}
#header .heading {
	font-family: 'YouAreLoved', Gadget, sans-serif;
	font-size: 36px;
}
.centered_text{
	text-align: center;
	display:block;
}
input {
	background:#FFF; 
	width: 100%;

}
input[type=text], input[type=email], input[type=number] {
	background: #fff; 
	width: 96%; 
	/*height: 3em; */
	margin: 1%;	
}
 .flow_chart {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height:100%;	
}
.image{
	height:900px;	
}
.table-cell2 {
	display:table-cell;
	padding: 1px;	
}
.table-cell25 span{
	width:25% !important;
}
.page_header {
	display:none !important;	
}

.page-break  { 
	page-break-before: always; 
	
}
.page-break2  { 
	page-break-after: avoid !important; 
}
.span_input_style span{
	background:#FFF !important;
	width: 100%;
}
select{
	height:2em;
	padding:1px;
	-webkit-appearance: textfield;
	background-color: #FFF;
	color: #000;
	/*display: block;*/
	border:1px solid #000;
}
.table {
	display:table;
	width: 100%;
	table-layout:fixed;
}
.table-row {
	display:table-row;
}
.table-cell {
	display: table-cell;
	padding: 1%;
	margin: 5%;
}

.instructions{
	display:none;
}
.print_hide{
	display:none;
}
.office_use_only{
	display:block !important;
}
.print_show{
	display:block !important;
}
.print_font{
	font-size:12px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}/*removes incrementer from number fields */
h1, h2, h3 {
	display:none;
}

input {
	border: 1px solid #000;
	width: 100%;
}
.span_input_style span {
	height:1em;
	-webkit-appearance:none;
	padding: 1px;
	margin:1px;
	background-color: #fff;
	border: 1px solid #000 !important;
	border-image: initial;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	cursor: auto;
	background: #FFF;
	width: 97%;
	-moz-color:#000;
	-webkit-color:#000;
	color:#000;
	display: block;
}
span {
	min-height:1em;
	-webkit-appearance:none;
	padding: 1px;
	margin:1px;
	background-color: #fff;
	border: 1px solid #000 !important;
	border-image: initial;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	cursor: auto;
	background: #FFF;
	width: 97%;
	-moz-color:#000;
	-webkit-color:#000;
	color:#000;
	display: block;
}
.statement{
	display:block;
	border: 2px solid #000;
	padding:1%;	
}
.wordwrap { 
   white-space: pre-wrap;      /* CSS3 */   
   white-space: -moz-pre-wrap; /* Firefox */    
   white-space: -pre-wrap;     /* Opera <7 */   
   white-space: -o-pre-wrap;   /* Opera 7 */    
   word-wrap: break-word;      /* IE */
}

.bold{
	font-weight:bold;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:#000 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#000 !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#000 !important;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#000 !important;
}

input[placeholder], [placeholder], *[placeholder]
    {
        color:#000 !important;
}
.no_dot_list {
	list-style: none;
}

