#top #header, #top #scroll-top-link, #top .unec_ct_body::before, #top .unec_ct_body::after, .gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before, #top .gform_validation_errors, #top .avia-post-nav {
	display: none !important;
}

.html_header_top.html_header_sticky #main {
    padding-top: 0px !important;
}

#top .unec_ct .container {
	max-width: 100% !important;
	width: 100% !important;
	margin: 0px !important;
	padding: 0px !important;
}

#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top select {
    height: max-content !important;
}

.gform-theme--framework.ui-datepicker select.ui-datepicker-month, .gform-theme--framework.ui-datepicker select.ui-datepicker-year {
	margin-bottom: 0px !important;
}

#top .gform-theme--foundation .ginput_complex .ginput_container_time {
    inline-size: 160px;
}

::-moz-selection { /* Code for Firefox */
  color: #231F20 !important;
  background: #FFC20E !important;
}

::selection {
  color: #231F20 !important;
  background: #FFC20E !important;
}

#top .container_wrap {
	border-top: unset !important;
}

#top .df-lite {
	max-width: 1408px;
    margin: 0 auto;
    width: 100%;
}

#top .marg_top_100 {
	margin-top: 100px;
}

#top .special_amp {
    font-family: inherit !important;
    font-style: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;
	color: inherit !important;
}

#top .dark_bg_half_sect {
	position: relative;
}

#top .dark_bg_half_sect::before {
	content: "";
	width: 100%;
	height: 50%;
	background: #231f20;
	position: absolute;
	top: 0px;
	left: 0px;
}

#top .avia-shadow {
    box-shadow: unset !important;
}

#top .unec_prd_actions {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
}

#top .unec_prd_more {
	width: 100%;
}

#top .unec_prd_quote {
    padding: 12px 20px;
}

#top .unec_prd_more {
    justify-content: space-between;
}

#top .unec_lg_body strong {
	font-weight: bold !important;
	color: #231f20 !important;
}

#top .unec_lg .unec_lg_body {
    max-width: 100% !important;
}

@media only screen and (max-width: 767px) {
	#top .marg_top_100 {
		margin-top: 50px;
	}
	
	#top .no_marg_bot_mobile {
		margin-bottom: 0px !important;
	}
	
	#top .unec_prd_actions {
		grid-template-columns: 100%;
	}
	
	#top .unec_lg .container {
		max-width: 100% !important;
    	width: 100% !important;
	}
}