#headerDivTop {
	background-color: #e4f3ff;
	border-bottom: 4px #b7d8f3 solid;
	position: relative;
	height: 74px;
}

.fieldsetStyle {
	background-color: antiquewhite;
}

#submitBtn {
	float: right;
}

.radioButtons {
	margin-top: -1px;
	vertical-align: middle;
}

#unified_table,
#solutions_table {
	border-collapse: separate;
	margin-left: 20px;
	s
}

#unified_table tbody tr td,
#unified_table thead tr th,
#solutions_table tbody tr td,
#solutions_table thead tr th {
	padding: 5px;
	background-color: #c9e6ff;
}

.header {
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	text-align: center;
}

#section_1,
#section_2,
#section_3,
#section_4,
#section_5,
#section_6,
#section_7,
.otherInput {
	display: none;
}

#mainTitle {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#form, #service_followup_form {
	margin: 10px;
}

#content {
	margin: 0 auto;
	max-width: 1070px;
}

body {
	background-color: #c9e6ff;
	margin-bottom: 75px;
	overflow-y: scroll;
}

#supernaLogo {
	display: block;
	margin: auto;
	height: 41px;
	top: 50%;
	left: 1%;
	transform: translate(0%, -50%);
	position: absolute;
}

@media (max-width: 999px) {
	#supernaLogo {
		display: none;
	}
}

.otherInput {
	width: 400px;
	height: 21px;
}

.sectionDiv {
	background-color: white;
	padding: 20px;
	border-radius: .25rem;
	border: 1px solid #ced4da;
}

.answerLabel {
	font-size: 14px;
}

.answerDiv {
	margin-left: 20px;
}

.answerDivIndented {
	margin-left: 50px;
}

#thankYouLabel {
	text-align: center;
	width: 100%;
	color: green;
	font-weight: bold;
	font-size: 30px;
}

#checkmarkIcon {
	height: 150px;
	display: block;
	margin: auto;
	margin-top: 40px;
}

#thankYouDiv {
	display: none;
}

#errLabel {
	font-weight: bold;
	color: red;
	font-size: 20px;
}

#errDiv {
	text-align: center;
	margin-top: 150px;
}

#spinner {
	height: 40px;
	margin: 0 auto;
	display: none;
	margin-top: 150px;
}

.star {
	color: red;
	margin-left: 6px;
}

.dropdown {
	margin-left: 20px;
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	max-height: 200px; 
	overflow-y: auto;
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {
	background-color: #ddd;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.error {
	border: 1px solid red;
}

.hideClass {
	display: none;
}

.dropdown-item {
	cursor: pointer;
}