/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#top .box-col.main-input {
	opacity: 0;
	visibility: hidden;
}

body.integritive-form-popup-open {
	overflow: hidden;
}

#top .integritive-form-popup {
	align-items: center;
	display: none;
	inset: 0;
	justify-content: center;
	padding: 24px;
	position: fixed;
	z-index: 99999;
}

#top .integritive-form-popup.is-open {
	display: flex;
}

#top .integritive-form-popup-overlay {
	background: rgba(0, 0, 0, 0.65);
	inset: 0;
	position: absolute;
}

#top .integritive-form-popup-panel {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
	max-height: calc(100vh - 48px);
	max-width: 640px;
	overflow: auto;
	padding: 32px;
	position: relative;
	width: 100%;
}

#top .integritive-form-popup-close {
	background: transparent;
	border: 0;
	color: #111;
	cursor: pointer;
	font-size: 32px;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: 16px;
	top: 12px;
}

#top .integritive-form-popup-logo {
	display: block;
	height: auto;
	margin: 0 auto 24px;
	max-width: 180px;
	width: 100%;
}

#top .integritive-form-popup-form {
	clear: both;
}
#top .integritive-form-popup-form fieldset {
	margin-bottom: 0;
}

#top .integritive-form-popup-form .gform_wrapper.gravity-theme .gform_footer {
	justify-content: center;
}

#top .avia-button.integritive-form-popup-trigger,
#top .gform_wrapper.gravity-theme .gform_footer input {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 15px 30px 13px;
	background-color: #f5a432;
	border-color: #f5a432;
	border-style: none;
	border-radius: 0 0 0 0;
	transition: all 0.4s ease-in-out;
}
#top .avia-button.integritive-form-popup-trigger:hover,
#top .gform_wrapper.gravity-theme .gform_footer input:hover {
	background-color: #73c4d6;
	color: black;
	transition: all 0.4s ease-in-out;
}