/*do magic*/
#field_3_42 {
	display: none;
}

#field_3_23 {
	display: block;
}

/*installer details headers on last page*/
#field_3_25 h3,
#field_3_26 h3 {
	display: block;
	background-color: #55565a;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 20px;
	padding: 6px 14px;
	margin: 0px;
}

.gfield_description {
	font-size: 10px !important;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #efefef;
	display: block;
	width: auto !important;
	padding: 0px !important;
	border-radius: 10px;
	margin-left: 10px;
	margin-top: 0px ! !important;
	max-height: 0px !important;
	transition: all 0.1s linear;
	opacity: 0;
}

.gfield_description.active {
	display: inline-block !important;
	margin-top: 5px !important;
	max-height: 100px !important;
	padding: 5px 10px !important;
	opacity: 1;
}

/*all input styling*/
#gform_3 input,
#gform_3 select {
	border-radius: 20px;
	padding: 10px;
	border: 0px;
}

#gform_3 select {
	background-color: #ffffff;
}

/*Terms and Conditions Styling*/
#field_3_36 {
	font-size: 10px;
}

/*Calculator Output*/
#input_3_16 {
	pointer-events: none;
	color: #ffffff;
	font-size: 20px;
	max-width: 300px;
	/* text-align: ; */
	float: right;
	background-color: #666666;
	font-weight: bold;
	border-radius: 30px !important;
	line-height: 50px;
	text-align: center;
}

#field_3_15 {
	background-color: #ffffff;
	padding: 10px 20px;
	border-radius: 30px;
	color: #404040;
}

#field_3_15>p {
	margin: 0;
	font-weight: bold;
}

#field_3_15>p span {
	font-weight: normal;
}

#gfield_instruction_3_10 {
	display: none;
}

.page-id-2383 main>.alt,
.page-id-2383 main>.next {
	display: none;
}

#gform_next_button_3_24 {
	width: 1px;
	height: 1px;
	opacity: 0;
	visibility: hidden;
}

input.gform_previous_button {
	background-color: transparent !important;
	border-color: transparent !important;
	float: left;
}

input.gform_next_button,
span.subreq,
a.genpdf,
#gform_submit_button_3 {
	/* position: fixed; */
	/* right: 30px; */
	/* bottom: 30px; */
	background-color: #66bf6d !important;
	color: #fff !important;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	padding: 20px 50px !important;
	border-radius: 30px !important;
	font-size: 24px;
	cursor: pointer;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
	-webkit-transition: 0.35s ease all;
	-ms-transition: 0.35s ease all;
	transition: 0.35s ease all;
	letter-spacing: 1px;
}

#gform_submit_button_3 {
	float: right;
}

#field_3_38 {
	text-align: right;
}

span.subreq,
a.genpdf {
	font-size: 20px;
	margin-right: 20px;
	display: inline-block;
}

input.gform_next_button:hover,
span.subreq:hover,
a.genpdf:hover,
#gform_submit_button_3:hover {
	background-color: #00aae8 !important;
}

/*first page*/
#field_3_41 {
	text-align: center;
	font-size: 18px;
}

#field_3_3 h3,
#field_3_4 h3 {
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0px;
}

#field_3_4 h3 {
	max-width: 650px;
	line-height: 42px;
	font-size: 37px;
	margin: 10px auto;
}

#field_3_41 h1 {
	font-size: 50px;
}

/*#field_3_41 ul {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(auto-fill, 22%);
	grid-gap: 3%;
	margin-top: 50px;
}
#field_3_41 li {
	width: 100%;
	border-radius: 20px;
	background-color: #ffffff;
	text-align: center;
	min-height: 200px;
	position: relative;
}
#field_3_41 li span {
	position: absolute;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	font-size: 50px;
	font-weight: bold;
}*/

#gform_3 .gform_page_footer.top_label {
	text-align: center;
	margin-top: 30px;
}

table.dbody thead td {
	background-color: #55565a;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
}

table.dbody thead td:nth-of-type(1) {
	border-radius: 20px 0px 0px 20px;
}

table.dbody thead td:nth-of-type(4) {
	border-radius: 0px 20px 20px 0px;
}

table.dbody tbody tr:nth-of-type(1) td,
table.dbody tbody tr:nth-of-type(2) td {
	border-bottom: 2px solid #cccccc;
}

table.dbody tbody td:nth-of-type(1),
table.dbody tbody td:nth-of-type(2),
table.dbody tbody td:nth-of-type(3) {
	border-right: 2px solid #cccccc;
}

table.dbody tbody tr:nth-of-type(1) td {
	padding-top: 20px;
}

table.dbody tbody tr:nth-of-type(3) td {
	padding-bottom: 20px;
}


table.dbody tfoot td {
	background-color: #949599;
	color: #ffffff;
	text-align: center;
}

table.dbody tfoot td:nth-of-type(1) {
	border-radius: 20px;
}

/*table.dbody tfoot td:nth-of-type(4) {
	border-radius: 0px 20px 20px 0px;
}*/

.partial_entry_warning {
	display: none;
}

/*RESPONSIVE*/
@media screen and (max-width: 1245px) {

	span.subreq,
	a.genpdf {
		font-size: 14px;
		margin-right: 10px;
		display: inline-block;
		padding: 20px !important;
	}
}

@media screen and (max-width: 900px) {
	#field_3_41 ul {
		grid-template-columns: repeat(auto-fill, 48%);
	}
}

@media screen and (max-width: 780px) {
	#field_3_23 {
		display: none !important;
	}
	#field_3_42 {
		display: block !important;
	}
	table.dbody thead td:nth-of-type(2) {
		border-radius: 0px 20px 20px 0px;
	}
}

@media screen and (max-width: 680px) {
	#field_3_4 h3 {
		max-width: 580px;
		line-height: 32px;
		font-size: 26px;
	}
}

@media screen and (max-width: 640px) {
	#field_3_16 {
		display: flex;
		justify-content: center;
	}
}

@media screen and (max-width: 620px) {

	input.gform_next_button,
	span.subreq,
	a.genpdf,
	#gform_submit_button_3 {
		padding: 20px 30px !important;
		font-size: 19px;
	}

	input.gform_previous_button {
		float: none;
	}
}

@media screen and (max-width: 530px) {
	#field_3_41 ul {
		grid-template-columns: repeat(auto-fill, 94%);
		grid-gap: 2%;
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 485px) {

	#gform_3 input,
	#gform_3 select {
		border-radius: 20px;
		padding: 10px;
		border: 0px;
		font-size: 12px;
	}

	#gform_3 #field_3_16 input {
		border-radius: 20px;
		padding: 5px;
		border: 0px;
		font-size: 20px;
	}
}

@media screen and (max-width: 400px) {

	input.gform_next_button,
	span.subreq,
	a.genpdf,
	#gform_submit_button_3 {
		padding: 10px 30px !important;
		font-size: 15px;
	}

	body.page-id-2383 .max-width {
		padding: 15px !important;
	}
}