.page-id-2976 .entry-title, .page-id-2976 #main-header {
	display: none !important;
}
.swl-alert {
	color: #fff;
	background: #24beca;
	text-align: center;
	font-size: 20px;
	margin-top: 30px;
	font-weight: bold;
	padding: 20px;
}
.page-id-2976 h2 {
	margin-top: 20px;
	text-align: center;
}
#wpforms-2975 #wpforms-submit-2975 {
	color: #fff;
	background: #24beca;
	border: unset;
	font-weight: bold;
	font-size: 20px;
	display: block;
	width: 100%;
}
#wpforms-confirmation-2975 {
	text-align: center !important;
  	font-size: 18px !important;
}
#top-menu li.menu-item-has-children li a, top-menu li.current-menu-parent li a {
	color: #1b488c !important;
}
.ipad-screen.eye-q, .ipad-screen.grassroots, .ipad-screen.marxent {
	background-position: top center;
}
.ipad-screen.eye-q {
	background-image: url(/wp-content/uploads/2021/08/eyeq-home.png);
	transition: 3.5s linear;
}
.skyway-phone-container .iphone .screen.grassroots {
	background-image: url(/wp-content/uploads/2021/08/grassroots-mobile.png);
	transition: 8s linear;
}
.ipad-screen.marxent {
	background-image: url(/wp-content/uploads/2021/08/marxent.png);
	transition: 5s linear;
}

/*** Contact Us Form ***/
#form_contact-us .frm_fields_container input[type="text"], #form_contact-us .frm_fields_container input[type="tel"], #form_contact-us .frm_fields_container input[type="email"], #form_contact-us .frm_fields_container textarea {
	background-color: #fff;
	min-height: 60px;
	border-radius: 2px;
	border: 1px solid #ccc;
	font-size: 16px;
}
#form_contact-us .frm_fields_container input, #form_contact-us .frm_fields_container textarea {
	font-family: 'Raleway';
	box-shadow: none;
	color: #888;
	font-weight: 500;
}
#form_contact-us .frm_fields_container input::placeholder {
	color: #888;
	opacity: 1;
}
#form_contact-us .frm_fields_container textarea {
	min-height: 120px;
}
#form_contact-us .frm_button_submit {
	background: #34495e;
	color: #fff;
	border: none;
	width: 100%;
	font-size: 18px;
	font-weight: 600;
	padding: 20px 15px;
	font-family: 'Raleway';
}
#form_contact-us .frm_primary_label {
	font-size: 24px;
	font-family: 'Raleway';
	font-weight: 700;
	line-height: 30px;
	color: #308bb4 !important;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#form_contact-us .frm_required {
	display: none;
}
#form_contact-us .frm_checkbox {
	width: 48%;
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid #ccc;
	float: left;
	height: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#form_contact-us .frm_checkbox:nth-child(2n) {
	margin-left: 4%;
}
#form_contact-us .frm_checkbox label {
	font-size: 16px !important;
	font-family: 'Raleway';
}
@media screen and (max-width: 1620px) {
	.clients-text-module {
		padding-right: 24%;
	}
}
@media screen and (max-width: 980px) {
	.clients-text-module {
		padding-right: 0;
	}
	#form_contact-us .frm_form_field {
		grid-column: span 12 / span 12;
	}
}
@media screen and (max-width: 767px) {
	#form_contact-us .frm_checkbox {
		width: 100% !important;
		height: auto !important;
		margin-left: 0 !important;
		justify-content: flex-start !important;
		align-items: flex-start !important;
	}
}