/* CSS Document {
	License: AYZA TAX SERVICES CORP (main)
	Author: Christopher Martone (christophermartone.com)
	Publisher: Buffalo Web Services (buffaloweb.com)
}
	Color Palatte {
		Primary: #e31a22;
		Secondary: #2b2a87;
		Muted: #cccccc;
	}
*/
color-secondary, .uk-offcanvas-bar {
	background: #2b2a87;
}
:not(.uk-sticky-below)>.uk-navbar-container:not(.uk-navbar) {
	padding-top: 0px !important;
}
.btn-grad {
	background-image: linear-gradient(to right, #ECE9E6 0%, #FFFFFF 51%, #ECE9E6 100%)
	margin: 10px;
	padding: 15px 45px;
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto;
	color: white;
	box-shadow: 0 0 20px #eee;
	border-radius: 10px;
	display: block;
}
.btn-grad:hover {
	background-position: right center;
	/* change the direction of the change here */
	color: #fff;
	text-decoration: none;
}
gradient-bg, .uk-button.uk-button-primary, .tm-toolbar .uk-button.uk-button-default.uk-button-small {
	transition: 0.5s;
		background: rgb(43, 42, 135);
		background: -moz-linear-gradient(90deg, rgba(43, 42, 135, 1) 0%, rgba(227, 26, 34, 1) 100%);
		background: -webkit-linear-gradient(90deg, rgba(43, 42, 135, 1) 0%, rgba(227, 26, 34, 1) 100%);
		background: linear-gradient(90deg, rgba(43, 42, 135, 1) 0%, rgba(227, 26, 34, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b2a87", endColorstr="#e31a22", GradientType=1);
}
gradient-bg-hover, html .uk-button.uk-button-primary:hover, .tm-toolbar .uk-button.uk-button-default.uk-button-small:hover {
	transition: 0.5s;
		background: rgb(227, 26, 34);
		background: -moz-linear-gradient(90deg, rgba(227, 26, 34, 1) 0%, rgba(43, 42, 135, 1) 100%);
		background: -webkit-linear-gradient(90deg, rgba(227, 26, 34, 1) 0%, rgba(43, 42, 135, 1) 100%);
		background: linear-gradient(90deg, rgba(227, 26, 34, 1) 0%, rgba(43, 42, 135, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e31a22", endColorstr="#2b2a87", GradientType=1);
}
.uk-panel.uk-tile-muted {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.uk-navbar-left a.uk-navbar-item {
	justify-content: left;
}

#egtx-hero .uk-button.uk-button-large {
	padding-top: 15px;
	padding-bottom: 15px;

}
#egtx-hero .uk-button, #egtx-c2a .uk-button, .uk-offcanvas-bar .uk-button {
	line-height: 1.7em;
}

/*  Typography */
html .uk-light .uk-navbar-nav>li, html .uk-light .uk-navbar-nav>li>a {
	color: #373737;
}
color-white, .uk-text-white, .uk-light .uk-button-primary, .uk-text-white a, .tm-toolbar .uk-button.uk-button-default.uk-button-small, .uk-offcanvas-bar .uk-button {
	color: #FFF;
}
.uk-light .uk-button-primary:hover, .uk-text-white a:hover, .tm-toolbar .uk-button.uk-button-default.uk-button-small:hover {
	color: #ccc;
}