body {
	background:#f6f6f6;
	padding:0;
	margin:0;
	/* font-family:Arial, Helvetica, sans-serif; */
}

.noContent li:before {
	content:none;
}

.breadcrumb-arrow {
	display: inline;    
    margin-right: 20px;
}

.hidden {
	display: none;
}

#charsLeft {
	width: 50px;
	padding:0;
	font-size: inherit;
	background-color:#dbedf3;
	height:25px;
}

input.fldInput {
	background-color:#dbedf3;
	border:1px #ced6ec solid;
	height: 26px;
	/* font-size: 14px; */
	padding-left: 2px;
}

.radioFld {
	margin-right: 2px;
	width: fit-content; 
	height: fit-content;
	font-weight: normal;
}

.radioFldLabels label {
	font-weight: normal;
	margin-right: 0.7em;
	margin-top: 0;
}

#SOEQ-Container {
	font-weight: bold;
}

select.fldInput {
	background-color:#dbedf3;
	border:1px #ced6ec solid;
}

textarea.fldInput {
	width: 100%;
	height:128px;
	float:left;
	margin:2px 0 10px 0;
	border:1px #ced6ec solid;
	background-color:#dbedf3;
	padding: 2px;
	/*font-size: 14px;*/
}

label.err {
	color: red;
}

.req {
	/* font-size: 14px;
	margin: 4px 2px;*/
	color: #800000; 
	font-style: italic;
	font-weight: bold;
}

.blue {
	font-style: normal;
	color: #002868;
}

#reqInfoLabel {
	font-style: italic;
	padding: 0 0 3px 0;
}

.ImportantInfo {
	/* font-style: italic; */
	font-weight: bold;
	color: #800000;
}

#DLA {
	font-size: 12px;
	margin: 4px 2px;
	color: #800000; /*BF0A30*/
	font-style: italic;
}

.sectionTitle td {
    background-color: #052c57;
    color: #fff;
    font-weight: bold;
    padding: 4px;
    border-width: 0px;
    /* font-size: 16px; */
}

.formtablefields tbody, tr, td, .formTableFields tbody, tr, td {
	font-weight: bold;
	border-width: 0px;
}

.formTableFields input {
	width: 90%;
}

#mainContainer {
	padding: 0 0 0 0;
}

#csContactForm .morelink {
	text-decoration: none;	
}

#csContactForm {
	padding: 10px 10px 0 10px;
	/*font-size: 14px;*/
	text-align: left;
}

#csContactForm a {
	/* color: #003366; */
	text-decoration: underline;
}

#csContactForm img {
	/*margin-right:2px;*/
}

#csContactForm ul, ol {
	margin-left: 10px;
	padding-left: 10px
}

#csContactForm li {
	margin-bottom: 2px;
}

#csContactForm p {
	/*margin:6px 0;*/
}

#csContactForm table {
	border-collapse: inherit;
	/* font-size: 14px;
	font-famlily: 'Source Sans Pro', sans-serif; */
}

#csFormHeading {
    color: #052c57;
    clear: both;
    font-weight: 700;
    line-height: 1.3;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin: 0 0 5px 0;
}

#oagHeader {	
	padding: 25px 0 25px 0;
	text-align:center;
	background-color: #052c57;
}

input.contact_textarea{
	width:398px;
	height:128px;
	float:left;
	margin:2px 0 10px 0;
	border:1px #ced6ec solid;
	background-color:#dbedf3;
	color: #000;
	resize:none;
}

textarea.contact_textarea {
	width:600px;
	height:128px;
	float:left;
	margin:2px 0 10px 0;
	border:1px #ced6ec solid;
	background-color:#dbedf3;
	color: #000;
	resize:none;
}

#note {
	border: 1px solid gray;
	padding: 4px;
	font-size: 14px;
	font-weight:bold;
	background-color:#e6e6ec
}

.bottomHR {
	height:60px; 
	width:100%;
	background-color:#052c57;
	opacity:100%
}

.bottomHR30 {
	height: 30px; 
	width: 100%;
	background-color: #052c57;
	opacity: 100%
}

.bottomHR20 {
	height: 20px; 
	width: 100%;
	background-color: #052c57;
	opacity: 100%
}

.bottomHR10 {
	height: 10px; 
	width: 100%;
	background-color: #052c57;
	opacity: 100%
}

.submitButtonNorm {
	width: fit-content; 
}

.submitButtonDisabled {
	color: white;
	background-color: #DCDCDC;
	width: fit-content; 
	font-size: 14px;
	border-radius: 10px;
    padding: 5px 8px;
    text-align: center;
    text-decoration: none;
    display: inline;
    font-size: 14px;
    margin: 4px 2px;
    //cursor: pointer;
}

.submitButton {
	color: white;
	background-color: #800000; 
	font-size: 14px;
	width: fit-content; 
}

#divSubmitMsg {
	color: #000000;
	font-size:16px;
	padding-top:10px;
}