
.Banner {
	background-color: #ffa500;
	color: #312c28;
	font-size: 1rem;
	font-family: "aktiv-grotesk",sans-serif;
	padding: 15px;  
}

.info ul li {
    list-style-type: disc;
}

 label.required:before {content: "*"; color: #d72524;}
 label.required1:before {content: "*"; color: #d72524;}
 span.required1:before {content: "*"; color: #d72524;}
 legend.required1:before {content: "*"; color: #d72524;}
 
.formContent select {
	width: 500px;
}

.controls-inline{
	display: flex; 
	max-width: 500px;   
}

.controls-inline-div{
    margin-top: 7px;
    font-weight: bold;
}

.underline{
	text-decoration: underline;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

.formContent legend {
	font-family: "aktiv-grotesk",sans-serif;
	font-weight: bold;
    font-size: 1em;
    text-transform: none;
    margin-bottom: 0.5em;
}

.formContent input[type="radio"], .formContent input[type="checkbox"] {
	height: 15px;
    width: 15px;
    margin-bottom: 7px;
}

.error {
	font-weight: bold;	
}

.field {
   		/*width: 250px;*/
   		margin-bottom: 12px;
   }
   
.checkbox2{
	margin-bottom: 7px !important;
	margin-right: 10px !important;
}

.radiobox2{
	margin-bottom: 7px !important;
	margin-right: 10px !important;
}

.iWantToList .total-align{
	text-align: right;
}

.iWantToList table tr td {
	padding: 20px 10px;   
    border: 0;
}
   
.subheader {
 	text-transform:none; 
 	padding-top: 15px;
 	}
 	
.last-col {
	background-color: #fff;
}

.low-row {
	 padding: 10px 10px;	
}

.iWantToList table tr {
   /* border-bottom: 1px solid #d7d7d7;*/
    border-bottom: none;
} 

.formContent select {
    height: 38px;
}    

 	
@media only screen and (max-width:600px) {
	.iWantToList .total-align{
		text-align: left;
	}
}

@media only screen and (max-width: 999px){
	.iWantToList table tr td {
	    display: initial;
	    display: table-cell;
	    padding: 10px 10px;
	    /* width: calc(100% - 30px); */
	    border: 0;
	}
}