a
{
	/*SAM CHANGED THE BELOW ON 05/09/2023 */
	color:rgba(0, 75, 158, 1);
	/* AJPH altered 10/10/23 */
	text-decoration: underline;
}

a:focus, a:hover {
	background-color: #fd0;
	outline: none;
}


h1 {
	font-size:25px;
	font-weight:bold;
}
h2 {
	font-weight:bold;
	font-size:1.5rem;
}
h3,legend {
	font-weight:bold;
	font-size:1.3rem;
}
h4 {
	font-size:1.2rem;
}


/* consult page*/
#advice1,#advice2, #notez,.blu_div {
	/*SAM CHANGED THE BELOW ON 05/09/2023 */
	/* background-color:#c8f5f7 !important; */
	background-color:#e6fff2 !important;
	/*background-color: rgba(200, 245, 247, 0.3);**/
	padding:10px;
	margin-top:15px;
	margin-bottom:15px;
}

#step2_inputs {
	margin-top:30px;
}

#advice3 {
	padding:10px;
}

#IRZ_heading {
	margin-bottom:10px;
	margin-top:10px;
}

#IRZ_title {
	font-size:25px;
	font-weight:bold;
}

#IRZ_text {
	margin-left:10px;
/* step 2 page*/
}

#IRZ_footer {
	background-color:#f2f2f2;
	padding-top:20px;
	margin-top:10px;
	font-size:small;
}

#NELogo {
	width: 100%;
	min-width: 30px;
}

div.indent {
  position: relative;
  left: 10px;
}

a.inline_block {
  display: inline-block;
  padding: 20px;
}

.bold_span {
	font-weight:bold;
	font-size:large;
}

.btn-default {
	/*SAM CHANGED THE BELOW ON 05/09/2023 */
    /*background-color: #808080;*/
	background-color: rgba(0, 102, 51, 1);
    color: white;
    font-weight: normal;
	/* margin: 5px; */
    margin-right: 5px;
	/* border: 5px solid white; */
}

#error_message {
	font-weight:bold;
	color:red;
}

.step3_col input,.step3_col button{
	/* AJPH altered 10/10/23 */
	width: unset;
	display: unset;
	vertical-align: unset;
	margin-top:10px;
	margin-right:20px;
}

.btn:focus, .btn.focus, .btn:hover, input:focus {
	box-shadow: 0 0 0 0.3rem #fd0 !important;
}