
.infusion-form {
	font-family: "Montserrat", sans-serif;
}

.infusion-field {
	display: flex;
	margin-top: 1em;
}

.infusion-field label {
	display: block;
	min-width: 150px;
}

.infusion-field input, .infusion-field textarea {
	color: #000;
	border: 1px solid black;
}

.infusion-form button {
	padding: .5em 1em;
	font-weight: 600;
	color: #fff;
	background: #0c71c3;
	border: none;
	cursor: pointer;
}

@media only screen and (min-width:980px) {
	span#et-info-phone {
		float: right;
	}
	
	div#et-info {
		width: 100%;
	}
}

#top-menu .current-menu-item a::before, #top-menu .current_page_item a::before {
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
}

#top-menu li a:before {
	content: "";
	position: absolute;
	z-index: -2;
	left: 0;
	right: 100%;
	bottom: 50%;
	background: #3381c2;
	height: 2.5px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

#top-menu li a:hover {
	opacity: 1 !important;
}

#top-menu li a:hover:before {
	right: 0;
}

#top-menu li li a:before {
	bottom: 10%;
}

#footer-info {
	width: 100%;
	margin: 0 auto;
	text-align: center !important;
}

.et_mobile_menu {
	overflow: scroll !important;
	max-height: 84vh;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, .3);
}

.skb_knowledgebase__block_category_link__inner a {
	display: block;
	color: #fff;
	background: #0094fa;
	width: 100%;
	padding: 1rem;
	font-weight: bold;
	font-size: 110%;
}
